History log of /web-php/ChangeLog-5.php (Results 1 – 25 of 460)
Revision Date Author Comments
# bdfa9643 26-Jul-2021 Mike Schinkel

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 at

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.

show more ...


# c4a333b3 05-Jun-2021 Sara Golemon

Add minor links to sidebar and unify rendering (changelog)


# 99fe519e 04-Jun-2021 Sara Golemon

Add sidebar to ChangeLog rendering for navigating between versions


# b8175b4c 06-May-2021 Sergey Panteleev

Changelog bug links (#403)

- Bug and feature request plain text numbers replaced by functions
- Added Implemented FR and GitHub PR replacements


# 2907ba8b 19-Nov-2019 Christoph M. Becker

Fix markup


# 53ade37c 19-Nov-2019 Christoph M. Becker

Fix #78838: Changelog for PHP 5 has a missing UL closing tag


# 168229fa 05-Jun-2019 Sara Golemon

HTML not XHTML and add anchors for 4.0-4.2


# 9ba4a066 04-Jun-2019 Sara Golemon

Fix delimiters


# fb9007c3 04-Jun-2019 Sara Golemon

Sort changelogs and provide anchors


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

1/n - Update / and /include/ only.


# 99bdfa5d 25-Feb-2019 Stanislav Malyshev

Add CVEs for latest fixes.


# d3cbe13d 10-Jan-2019 Ferenc Kovacs

announce 5.6.40


# f3ee90d1 06-Dec-2018 Ferenc Kovacs

announce 5.6.39


# 52e4bb8b 21-Oct-2018 Lior Kaplan

Add CVE ID to bug #76582 (PHP 5.6.38, 7.0.32, 7.1.22 and 7.2.10)


# dd8d8bf8 17-Oct-2018 Peter Kokot

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.

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

show more ...


# e235f794 17-Oct-2018 Peter Kokot

Trim trailing whitespace

This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.


# 0f95b8c7 30-Jun-2018 Peter Kokot

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
use

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.

show more ...


# 721689c1 13-Sep-2018 Ferenc Kovacs

5.6.38


# d149e4c9 20-Aug-2018 Lior Kaplan

Add CVE ID to bug #76459 (PHP 5.6.37, 7.0.31, 7.1.20 and 7.2.8)


# 18a9353a 03-Aug-2018 Lior Kaplan

Add CVE ID to bug #76423 (PHP 5.6.37, 7.0.31, 7.1.20 and 7.2.8)


# e415d0a1 03-Aug-2018 Lior Kaplan

Add CVE ID to bug #76557 (PHP 5.6.37, 7.0.31, 7.1.20 and 7.2.8)


# eb2029f7 20-Jul-2018 Ferenc Kovacs

5.6.37


# 9c294fcf 30-Apr-2018 Lior Kaplan

Add CVE ID to bug #76129 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5)


# adca7327 30-Apr-2018 Lior Kaplan

Add CVE ID to bug #76248 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5)


# 6da4c382 30-Apr-2018 Lior Kaplan

Add CVE ID to bug #76249 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5)


12345678910>>...19