#
d54220bc |
| 18-Jun-2019 |
Asher Baker |
Fix #78173: XML-RPC mutates immutable objects during encoding With opcache.protect_memory=1 enabled, the XML-RPC extension causes a segfault on PHP 7.2 as it is modifying the recursion c
Fix #78173: XML-RPC mutates immutable objects during encoding With opcache.protect_memory=1 enabled, the XML-RPC extension causes a segfault on PHP 7.2 as it is modifying the recursion counter of objects it touches, without first checking if they are immutable or not. This doesn't affect 7.3+
show more ...
|
#
148eb202 |
| 18-Jun-2019 |
Dmitry Stogov |
Fixed bug #78175 (Preloading segfaults at preload time and at runtime) |
#
740d9ecd |
| 18-Jun-2019 |
Christoph M. Becker |
Update NEWS |
#
e59b986f |
| 18-Jun-2019 |
Remi Collet |
move NEWS entry |
#
ce22ccc7 |
| 17-Jun-2019 |
BohwaZ |
Implement SQLite3 backup API |
#
9f0515c4 |
| 15-Jun-2019 |
Erik Lundin |
Add syslog.filter=raw This passes through syslog message unchanged, without splitting messages at newlines. |
#
e5be58f5 |
| 13-Jun-2019 |
Nikita Popov |
Merge branch 'PHP-7.3' into PHP-7.4
|
#
bada2049 |
| 13-Jun-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
f1a81380 |
| 13-Jun-2019 |
Nikita Popov |
Fixed bug #78106 When disabling opcache during the request via opcache.enable ini setting, make sure we also disable ZCG(accelerator_enabled). |
#
cac6b041 |
| 13-Jun-2019 |
Nikita Popov |
Fixed bug #78154 |
#
b6410753 |
| 13-Jun-2019 |
Nikita Popov |
Fixed bug #78151 |
#
945e5d35 |
| 12-Jun-2019 |
Derick Rethans |
Update NEWS for 7.4.0alpha2 |
#
53bfa33e |
| 12-Jun-2019 |
Derick Rethans |
Update NEWS for PHP 7.4.0alpha1 |
#
bcf20963 |
| 11-Jun-2019 |
Christoph M. Becker |
Next is 7.3.8 |
#
feb92adc |
| 11-Jun-2019 |
Remi Collet |
next is 7.2.21 |
#
b215d133 |
| 11-Jun-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77937: preg_match failed
|
#
f3ff72e5 |
| 30-Apr-2019 |
Christoph M. Becker |
Fix #77937: preg_match failed On some recent Windows systems, ext\pcre\tests\locales.phpt fails, because 'pt_PT' is accepted by `setlocale()`, but not properly supported by the ctype
Fix #77937: preg_match failed On some recent Windows systems, ext\pcre\tests\locales.phpt fails, because 'pt_PT' is accepted by `setlocale()`, but not properly supported by the ctype functions, which are used internally by PCRE2 to build the localized character tables. Since there appears to be no way to properly check whether a given locale is fully supported, but we want to minimize BC impact, we filter out typical Unix locale names, except for a few cases which have already been properly supported on Windows. This way code like setlocale(LC_ALL, 'de_DE.UTF-8', 'de_DE', 'German_Germany.1252'); should work like on older Windows systems. It should be noted that the locale names causing trouble are not (yet) documented as valid names anyway, see <https://docs.microsoft.com/en-us/cpp/c-runtime-library/locale-names-languages-and-country-region-strings?view=vs-2019>.
show more ...
|
#
15e01132 |
| 07-Jun-2019 |
Dmitry Stogov |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Restored NEWS entry
|
#
10b208f2 |
| 07-Jun-2019 |
Dmitry Stogov |
Restored NEWS entry |
#
972223c3 |
| 07-Jun-2019 |
Dmitry Stogov |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)
|
#
83cdb89f |
| 07-Jun-2019 |
Dmitry Stogov |
Fixed bug #77135 (Extract with EXTR_SKIP should skip $this) |
#
7d1aa753 |
| 06-Mar-2019 |
Cameron Porter |
Fixed bug #38546 Properly support binding boolean parameters with emulated prepared statements disabled. Also add the necessary mysqlnd support for MYSQL_TYPE_TINY. |
#
22a3fa0b |
| 06-Jun-2019 |
Christoph M. Becker |
Fix #78114: segfault when calling sodium_* functions from eval We must not follow the NULL pointer. |
#
d1543018 |
| 04-Jun-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
cf9fd373 |
| 03-Jun-2019 |
Joe Watkins |
remove reverted commit from changelog |