#
40f7533c |
| 09-Jul-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Upgrade to SQLite 3.28.0
|
#
e944ae6b |
| 21-Jun-2019 |
Christoph M. Becker |
Upgrade to SQLite 3.28.0 Over the years, multiple security vulnerabilities[1] have been found and fixed in SQLite3, so it makes sense to update our bundled libsqlite to the latest av
Upgrade to SQLite 3.28.0 Over the years, multiple security vulnerabilities[1] have been found and fixed in SQLite3, so it makes sense to update our bundled libsqlite to the latest available version. [1] <https://www.cvedetails.com/vulnerability-list/vendor_id-9237/Sqlite.html>
show more ...
|
#
086b476c |
| 09-Jul-2019 |
Derick Rethans |
Update NEWS for 7.4.0beta1 |
#
3fd7c478 |
| 09-Jul-2019 |
Derick Rethans |
Update NEWS for PHP 7.4.0alpha3 |
#
e180290a |
| 08-Jul-2019 |
Peter Kokot |
Update NEWS [ci skip] |
#
4fcf8e93 |
| 08-Jul-2019 |
Peter Kokot |
Update NEWS [ci skip] |
#
f81be1af |
| 08-Jul-2019 |
Peter Kokot |
Update NEWS [ci skip] |
#
428cfdd1 |
| 08-Jul-2019 |
Nikita Popov |
Add ReflectionReference::getRefcount() And don't return null for rc=1 references. Leave it to the user to decide whether or not they want to consider these as references or not.
Add ReflectionReference::getRefcount() And don't return null for rc=1 references. Leave it to the user to decide whether or not they want to consider these as references or not. Fixes bug #78263.
show more ...
|
#
0f0c6c61 |
| 08-Jul-2019 |
Peter Kokot |
Catch up with recent changes [ci skip] - RFC about password_hash portability improvements added - build system minor updates noted - typos |
#
338e1b24 |
| 02-Jul-2019 |
Christoph M. Becker |
Implement FR #77230: Support custom CFLAGS and LDFLAGS from environment While it is already possible to *set* CFLAGS and LDFLAGS (actually all variables) from the environment for `nmake`
Implement FR #77230: Support custom CFLAGS and LDFLAGS from environment While it is already possible to *set* CFLAGS and LDFLAGS (actually all variables) from the environment for `nmake` (by passing the `/E` option), it is not possible to *add* any (C|LD)FLAGS, which can be useful in some cases. Instead of allowing this for `nmake`, we add support for additional custom (C|LD)FLAGS to `configure`, similar to how that works on Linux, so one could actually write: ```` set CFLAGS=foo & set LDFLAGS=bar & configure ```` This also allows us to use these flags during configure.
show more ...
|
#
807c7556 |
| 04-Jul-2019 |
Christoph M. Becker |
[ci skip] Remove NEWS entry This commit already was contained in PHP 7.3.7, but doesn't need a NEWS entry, since the regression had only been introduced with PHP 7.3.7RC1. |
#
cb1237a3 |
| 04-Jul-2019 |
Fabien Villepinte |
Fix typo in NEWS [skip ci] |
#
a023eb39 |
| 03-Jul-2019 |
Nikita Popov |
Merge branch 'PHP-7.3' into PHP-7.4
|
#
af3c8540 |
| 03-Jul-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
0e48e35e |
| 03-Jul-2019 |
Nikita Popov |
Fixed bug #78231 |
#
2bf880db |
| 03-Jul-2019 |
Nikita Popov |
Fixed bug #78239 |
#
4892bbc1 |
| 03-Jul-2019 |
Nikita Popov |
Fixed bug #78230 |
#
b4c81be9 |
| 03-Jul-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit
|
#
5e5b7cb4 |
| 03-Jul-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit
|
#
44c8b741 |
| 03-Jul-2019 |
Christoph M. Becker |
Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit `time_t` defaults to `_time64` (which is 64bit signed) even on x86, but `Int32x32To64()` truncates it to signed 32bit.
Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit `time_t` defaults to `_time64` (which is 64bit signed) even on x86, but `Int32x32To64()` truncates it to signed 32bit. We replace the macro with the "manual" calculation.
show more ...
|
#
1a50d84e |
| 03-Jul-2019 |
Joe Watkins |
Merge branch 'PHP-7.4' * PHP-7.4: Removed mysqlnd stats from phpinfo page
|
#
6ab04a6e |
| 15-May-2019 |
Pieter Hordijk |
Removed mysqlnd stats from phpinfo page All information can already be retrieved using the APIs at https://www.php.net/manual/en/mysqlnd.stats.php. Closes https://bugs.php.net/bug.php?id=605
Removed mysqlnd stats from phpinfo page All information can already be retrieved using the APIs at https://www.php.net/manual/en/mysqlnd.stats.php. Closes https://bugs.php.net/bug.php?id=60594
show more ...
|
#
41949bb7 |
| 02-Jul-2019 |
Christoph M. Becker |
Fix NEWS Bug #78185 fixed a regression in PHP 7.3.7RC2, so should not be listed here. |
#
615ce0b0 |
| 02-Jul-2019 |
SjonHortensius |
update NEWS [ci skip] add #2684 |
#
3c472909 |
| 01-Jul-2019 |
Peter Kokot |
Update NEWS [ci skip] |