4ab85bbe | 06-Dec-2018 |
Ferenc Kovacs |
sync distributions |
02d07d77 | 04-Dec-2018 |
Anatol Belski |
Sync distributions |
873e92d8 | 04-Dec-2018 |
Sara Golemon |
Pull in 7.1.25, 7.2.13, and 7.3.0 tarballs |
09f261e3 | 02-Dec-2018 |
Derick Rethans |
Change to use "midnight" |
5e802342 | 02-Dec-2018 |
Derick Rethans |
Fix off by-one error. Today (Dec 2nd), it shows 'today', where it's really the last day. |
3f53bae4 | 26-Nov-2018 |
Peter Kokot |
Limit username length to 16 characters According to master.php.net database username field of varchar(16) the maximum length for Git usernames is 16 characters. |
8283c32c | 22-Nov-2018 |
Christoph M. Becker |
Announce PHP 7.3.0RC6 |
ac1fcfa0 | 20-Nov-2018 |
Peter Kokot |
Fix image size |
dd738bb2 | 20-Nov-2018 |
BackEndTea |
Add item about dpc 2019 |
190459c7 | 04-Nov-2018 |
Peter Kokot |
Refactor each() function to foreach() The each() function has been deprecated since PHP 7.2 and shouldn't be used anymore: - http://php.net/manual/en/function.each.php |
b7231b60 | 01-Nov-2018 |
zrhoffman |
Fix #72707: Filter releases by minor version - Rewrite version-specific part of releases API to loop over releases only once - Releases API: filter by minor or patch version, if pr
Fix #72707: Filter releases by minor version - Rewrite version-specific part of releases API to loop over releases only once - Releases API: filter by minor or patch version, if provided - Remove unused variable - Rewrite version_array() to use array_pad(). Intended behavior: - If count($versionArray) is less than $length, version_array() should pad it with 0s to $length. - If count($versionArray) is greater than $length, version_array() should slice it to $length. - If $length is not set, leave $versionArray as-is after exploding it. - Remove unused variable - Still print "Unknown version" if the major version is found but the minor or patch version is not. - Remove excess white space - Bind array_replace_recursive() result to new variable instead of mutating $RELEASES global - Only set $machineReadable to its first element if $machineReadable is not empty.
show more ...
|
dfadd340 | 12-Nov-2018 |
MaxGiting |
Correct 7.1.23 release date 7.1.23 release date was wrong on http://php.net/releases/ |
d4b97b9f | 08-Nov-2018 |
Sara Golemon |
7.1.24 announce |
4e3a94ee | 08-Nov-2018 |
Remi Collet |
7.2.12 announcement |
8f491b7e | 08-Nov-2018 |
Christoph M. Becker |
Announce PHP 7.3.0RC5 |
31a4ac53 | 07-Nov-2018 |
Sara Golemon |
7.1.24 tarballs |
25dbcde9 | 06-Nov-2018 |
Remi Collet |
7.2.12 tarball |
b762835b | 25-Oct-2018 |
Remi Collet |
add 7.1.24RC1 and 7.2.12RC1 |
61ffa7a9 | 25-Oct-2018 |
Christoph M. Becker |
Announce PHP 7.3.0RC4 |
35e766d7 | 25-Oct-2018 |
Peter Kokot |
Fix permissions Having synced file permissions in Git repositories is a reccurring issue. Git can track files as executables (0755) or not (0644). Usually, all files except the execu
Fix permissions Having synced file permissions in Git repositories is a reccurring issue. Git can track files as executables (0755) or not (0644). Usually, all files except the executable ones such as command line scripts or binary executables, should be set to 0644. This patch syncs permissions in the Git repository.
show more ...
|
6ba762f8 | 24-Oct-2018 |
Peter Kokot |
Remove redundant script type="text/javascript" attributes Omitted type means that script is JavaScript [1] and for HTML 5 browsers can be removed today. [1] https://developer.mo
Remove redundant script type="text/javascript" attributes Omitted type means that script is JavaScript [1] and for HTML 5 browsers can be removed today. [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
show more ...
|
b5edd2d1 | 23-Oct-2018 |
Peter Kokot |
Change dirname(__FILE__) to shorter __DIR__ |
29b30614 | 21-Oct-2018 |
Peter Kokot |
Remove automake as a dependency to build PHP The Automake and aclocal were part of the previous PHP build system where Automake created Makefile from the Makefile.in templates and ac
Remove automake as a dependency to build PHP The Automake and aclocal were part of the previous PHP build system where Automake created Makefile from the Makefile.in templates and aclocal was used to produce the aclocal.m4. Need for Automake as a dependency to build PHP has been removed in PHP 4.3.0 release and aclocal also in that period of 4.3 releases. Refs: - http://php.net/ChangeLog-4.php - http://git.php.net/?p=php-src.git;h=e715fb00f8850990d51cee4e08e84a58f0eb0012 - http://git.php.net/?p=php-src.git;h=9d9d39a0de3bec962c343051011f5a2ed7d7b242
show more ...
|
d91377e6 | 21-Oct-2018 |
Lior Kaplan |
Reorder changelogs (7.0.32, 7.1.22, 7.2.10) |
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) |