1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

34 Commits

Author SHA1 Message Date
Jordi Kroon
5d9af2102f fix: update pear.php.net and pecl.php.net links to https 2026-02-04 11:23:09 +01:00
Jim Winstead
b0763029a1 doc.php.net is on HTTPS now, and contribution guide URL changed (#1108) 2024-10-27 00:27:06 +03:00
Jim Winstead
e5ceb3e84c Purge references to PHP-GTK, it was abandoned (#1039) 2024-07-27 20:26:35 +08:00
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Mike Schinkel
bdfa96431c Change <a name="..."> to <a id="...">
PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate to change then to @id. In cases where there were both a @name and @id attribute and their values were the same, this commit removes the @name attribute (there were no cases where both @name and @id attributes existed but having different values.)

Closes GH-416.
2021-07-26 16:16:13 +02:00
Mike Schinkel
f16e2cb6a3 Explain how PHP 4 and later are licensed
Previously the page stated "PHP 4, PHP 5 and PHP 7 are distributed..." even though PHP 8 has been released. This commit changes the wording to be "Starting with PHP 4, versions of the PHP software are distributed..."
2021-07-20 12:48:43 +02:00
Sara Golemon
c0afd74bf7 Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
2/4 - Update remaining except archives/ and release/.
2019-05-31 12:31:21 -04:00
Peter Kokot
dd8d8bf863 Sync final and leading newlines
This patch adds some missing newlines, trims some multiple redundant
final newlines into a single one, and trims few redundant leading
newlines.

According to POSIX, a line is a sequence of zero or more non-'<newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-17 12:37:26 +02:00
Peter Kokot
e235f79473 Trim trailing whitespace
This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.
2018-10-17 10:51:08 +02:00
Peter Kokot
0f95b8c709 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-17 07:29:46 +02:00
Johannes Schlüter
9709f056ae PHP 7 is there! 2016-05-20 16:42:54 +02:00
KostyaTretyak
698021badb Replaced old link "Documentation HOWTO" on new (doc.php.net/tutorial/) 2014-09-18 07:28:10 +03:00
Peter Cowburn
2062b49d59 link to credits for "PHP Group" (bug #67532) 2014-07-01 22:12:32 +01:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Pascal Borreli
42497c72fb Fixed typos 2014-05-21 22:57:36 +01:00
Adam Harvey
d589d62a4a Make the license page suck slightly less. 2013-11-20 12:39:28 -08:00
Justin Martin
9d9c0a6b19 Replaced dochowto links with fresh links to the wiki version of the howto. 2012-06-09 16:06:46 -07:00
Hannes Magnusson
60d5c3b903 Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet
2010-12-28 11:09:09 +00:00
Scott MacVicar
845a76329b Clarify that comments are under the same license as the manual text.
The note on the add-note page suggests we just take copyright and don't release it back.
2010-06-09 19:56:58 +00:00
Johannes Schlüter
6328110ffd Mention PHP Logo licensing, too 2009-05-19 12:21:02 +00:00
Hannes Magnusson
ec6181e1ec - Update with more humain explainations on license issues
- Add "I know which licenses PHP projects use, and will develop my code using
  them" checkbox to the cvs-request form
# Patch by Judy Taylor <@uk.ibm.com> and Zoe
2008-12-31 10:24:58 +00:00
Gabor Hojtsy
2bc9ba26ee this 'here' linking is highly discouraged nowadays 2005-11-27 14:00:55 +00:00
Gabor Hojtsy
47a6fc98c0 the actual license is 3.01 as committed by Rasmus a few days ago 2005-11-27 13:54:35 +00:00
Jacques Marneweck
424a07f4d3 Link redirects to a "Free License" page. Linked back to the annotated
version of the QPL license.
2004-07-31 11:55:31 +00:00
Gabor Hojtsy
b8d10714fc No slash should appear at the start of base page 2003-08-09 21:55:32 +00:00
Gabor Hojtsy
49ab0970e2 WS fixing, use new includes and base page info plus use new
header and footer
2003-08-09 21:53:06 +00:00
jim winstead
2b0d043164 add faq about projects written in php with php in the name, fix typo 2003-05-06 15:12:38 +00:00
Stig Bakken
71486c0303 * new license 2002-07-21 06:57:20 +00:00
Gabor Hojtsy
a1ef60144b Adding some paragraph endings 2001-07-01 15:24:29 +00:00
Gabor Hojtsy
ce3ae7a4b9 Give that page a title 2001-07-01 15:22:00 +00:00
jim winstead
dee8da2a5a change bsd-style to apache-style, fix typo, add link to zend license email address 2001-06-15 15:56:45 +00:00
Zeev Suraski
aa785e75fc Fix bogus explanation 2001-03-09 01:17:07 +00:00
jim winstead
33c01cb600 here goes nothing. the new php site look. let the torrent of
bitter and angry "i hate change" emails begin.
2001-03-08 00:18:15 +00:00
jim winstead
7e40f3317b move and clean up license faq 2001-01-20 02:42:45 +00:00