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

463 Commits

Author SHA1 Message Date
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
Sara Golemon
c4a333b300 Add minor links to sidebar and unify rendering (changelog) 2021-06-05 04:23:25 +00:00
Sara Golemon
99fe519e61 Add sidebar to ChangeLog rendering for navigating between versions 2021-06-04 18:52:31 +00:00
Sergey Panteleev
b8175b4c9f Changelog bug links (#403)
- Bug and feature request plain text numbers replaced by functions
- Added Implemented FR and GitHub PR replacements
2021-05-06 15:19:38 +03:00
Christoph M. Becker
2907ba8b6c Fix markup 2019-11-19 19:27:04 +01:00
Christoph M. Becker
53ade37cc9 Fix #78838: Changelog for PHP 5 has a missing UL closing tag 2019-11-19 18:12:54 +01:00
Sara Golemon
168229fa40 HTML not XHTML and add anchors for 4.0-4.2 2019-06-05 13:47:09 -04:00
Sara Golemon
9ba4a06652 Fix delimiters 2019-06-04 13:02:54 -04:00
Sara Golemon
fb9007c35a Sort changelogs and provide anchors 2019-06-04 12:34:39 -04:00
Sara Golemon
2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -04:00
Stanislav Malyshev
99bdfa5d0b Add CVEs for latest fixes. 2019-02-25 00:09:09 -08:00
Ferenc Kovacs
d3cbe13d19 announce 5.6.40 2019-01-11 00:04:53 +01:00
Ferenc Kovacs
f3ee90d1af announce 5.6.39 2018-12-06 16:04:28 +01:00
Lior Kaplan
52e4bb8ba9 Add CVE ID to bug #76582 (PHP 5.6.38, 7.0.32, 7.1.22 and 7.2.10) 2018-10-21 18:12:37 +03: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
Ferenc Kovacs
721689c1aa 5.6.38 2018-09-13 19:58:32 +02:00
Lior Kaplan
d149e4c947 Add CVE ID to bug #76459 (PHP 5.6.37, 7.0.31, 7.1.20 and 7.2.8) 2018-08-20 15:10:04 +03:00
Lior Kaplan
18a9353a06 Add CVE ID to bug #76423 (PHP 5.6.37, 7.0.31, 7.1.20 and 7.2.8) 2018-08-04 02:25:56 +03:00
Lior Kaplan
e415d0a143 Add CVE ID to bug #76557 (PHP 5.6.37, 7.0.31, 7.1.20 and 7.2.8) 2018-08-03 05:55:26 +03:00
Ferenc Kovacs
eb2029f7bb 5.6.37 2018-07-20 04:44:56 +02:00
Lior Kaplan
9c294fcf2e Add CVE ID to bug #76129 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5) 2018-05-01 09:04:21 +03:00
Lior Kaplan
adca7327e2 Add CVE ID to bug #76248 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5) 2018-05-01 09:04:21 +03:00
Lior Kaplan
6da4c382a4 Add CVE ID to bug #76249 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5) 2018-05-01 09:04:21 +03:00
Lior Kaplan
404840cbf2 Add CVE ID to bug #76130 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5) 2018-05-01 09:04:21 +03:00
Lior Kaplan
a0213e3670 Add CVE ID to bug #75605 (PHP 5.6.35, 7.0.29, 7.1.16 and 7.2.4) 2018-05-01 09:04:21 +03:00
Ferenc Kovacs
0a118af5e1 announce 5.6.36 2018-04-26 22:33:49 +02:00
Ferenc Kovacs
6168cf32a4 announce 5.6.35 2018-03-30 01:28:34 +02:00
Lior Kaplan
02f22aba9f Add CVE ID to bug #75981 (PHP 5.6.34, 7.0.28, 7.1.15 and 7.2.3) 2018-03-05 20:36:59 +02:00
Ferenc Kovacs
74757fbfc2 5.6.34 2018-03-02 00:55:45 +01:00
Lior Kaplan
5949664e29 Add CVE ID to bug #74782 (PHP 5.6.33, 7.0.27, 7.1.13 and 7.2.1) 2018-01-16 14:25:46 +02:00
Lior Kaplan
8441341ab9 Add CVE ID to bug #75571 (PHP 5.6.33, 7.0.27, 7.1.13 and 7.2.1) 2018-01-16 14:24:28 +02:00
Lior Kaplan
040dbef9f3 Add CVE ID to bug #73773 (PHP 5.6.30, 7.0.15 and 7.1.1) 2018-01-15 16:30:15 +02:00
Lior Kaplan
3ea951dada Add CVE ID to bug #74603 (PHP 5.6.31, 7.0.21 and 7.1.7) 2018-01-15 16:27:41 +02:00
Lior Kaplan
b1497fe298 Add CVE ID to bug #74111 (PHP 5.6.31, 7.0.21 and 7.1.7) 2018-01-15 16:17:06 +02:00
Lior Kaplan
1a22cefbc5 Add CVE ID to bug #73807 (PHP 5.6.31, 7.0.17 and 7.1.3) 2018-01-15 15:36:39 +02:00
Lior Kaplan
8bf0e6beec Add CVE ID to bug #74145 (PHP 5.6.31, 7.0.21 and 7.1.8) 2018-01-15 15:24:15 +02:00
Lior Kaplan
51f349f3d6 Add CVE ID to bug #75055 (PHP 5.6.32, 7.0.25, 7.1.11 and 7.2.0) 2018-01-15 15:14:23 +02:00
Lior Kaplan
d2f2592e88 Add CVE ID to bug #74651 (PHP 5.6.31, 7.0.21 and 7.1.7) 2018-01-15 14:32:49 +02:00
Lior Kaplan
83d460a343 Add CVE ID to bug #74819 (PHP 5.6.31, 7.0.21 and 7.1.7) 2018-01-15 14:31:39 +02:00
Ferenc Kovacs
b79ffdbb2a 5.6.33 2018-01-04 21:24:12 +01:00
Peter Cowburn
c24f5aeed9 fix 5.6.32 release month in ChangeLog-5.php 2017-10-27 15:08:19 +01:00
Ferenc Kovacs
933e997194 php 5.6.32 2017-10-26 22:59:59 +02:00
Lior Kaplan
21749c290f Add CVE ID to bug #74435 (PHP 5.6.31, 7.0.21 and 7.1.7) 2017-07-10 16:00:37 +03:00
Lior Kaplan
75a67ead35 Drop credit (should appear only in NEWS) 2017-07-10 15:54:55 +03:00
Ferenc Kovacs
ba33d7711f announce 5.6.31 2017-07-07 00:06:42 +02:00
Christoph M. Becker
9ff4f23d37 Add CVE ID to bugs #73868 and #73869 (PHP 5.6.30, 7.0.15 and 7.1.1) 2017-01-29 00:16:05 +01:00
Lior Kaplan
8a3145fee2 Add CVE ID to bugs #73825 (PHP 5.6.30, 7.0.15 and 7.1.1) and #73831 (PHP 7.0.15 and 7.1.1) 2017-01-25 01:43:33 +02:00
Lior Kaplan
610a8865c0 Add CVE ID to bugs #73764 and #73768 (PHP 5.6.30, 7.0.15 and 7.1.1) 2017-01-25 01:42:12 +02:00