#
6d1dff6f |
| 28-Dec-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #79033: Curl timeout error with specific url and post
|
#
c47b18a2 |
| 28-Dec-2019 |
Christoph M. Becker |
Fix #79033: Curl timeout error with specific url and post We must not set an empty mime structure as `CURLOPT_MIMEPOST`; instead we set it to `NULL` if `CURLOPT_POSTFIELDS` has been set
Fix #79033: Curl timeout error with specific url and post We must not set an empty mime structure as `CURLOPT_MIMEPOST`; instead we set it to `NULL` if `CURLOPT_POSTFIELDS` has been set to an empty array.
show more ...
|
#
1b0a79ab |
| 25-Dec-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).
|
#
27bb3289 |
| 25-Dec-2019 |
Xinchen Hui |
Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). We backport the fix PHP 7.3, since this branch is affected as well. (cherry picked from commit b5e004379647bd1ebb75eb2e
Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). We backport the fix PHP 7.3, since this branch is affected as well. (cherry picked from commit b5e004379647bd1ebb75eb2eac8826fb6abdd3d8) (cherry picked from commit e36daa6927c05d2e687bb77495ef206cde118b33) (cherry picked from commit 2704ee6844c03348de9d15e74646d09007ef0f7c)
show more ...
|
#
e36daa69 |
| 25-Dec-2019 |
Xinchen Hui |
Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). |
#
4c6e170c |
| 25-Dec-2019 |
Xinchen Hui |
Revert "Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)" This reverts commit d8ad2f4695ebd6dc2d4e668d9baeac1c071791a6. |
#
d8ad2f46 |
| 25-Dec-2019 |
Xinchen Hui |
Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter) |
#
b418f335 |
| 24-Dec-2019 |
Xinchen Hui |
Implemented FR #78638 (__PHP_Incomplete_Class should be final) This should be minor and won't impact anyone |
#
153c9cc3 |
| 24-Dec-2019 |
Xinchen Hui |
Fixed bug #79022 (class_exists returns True for classes that are not ready to be used) |
#
6ec40569 |
| 20-Dec-2019 |
Christoph M. Becker |
Fix #79008: General performance regression with PHP 7.4 on Windows We no longer try to retrieve the filename of a given stream when fstat'ing, because this is very slow. Since we neithe
Fix #79008: General performance regression with PHP 7.4 on Windows We no longer try to retrieve the filename of a given stream when fstat'ing, because this is very slow. Since we neither didn't do that in PHP 7.3 and earlier, we regard this as sensible trade-off.
show more ...
|
#
b0737fa3 |
| 20-Dec-2019 |
Nikita Popov |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78982: pdo_pgsql returns dead persistent connection
|
#
37d11d12 |
| 17-Dec-2019 |
SATO Kentaro |
Fix #78982: pdo_pgsql returns dead persistent connection Call PQconsumeInput() before PQstatus() to update the status. |
#
f974f252 |
| 20-Dec-2019 |
Nikita Popov |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78980: pgsqlGetNotify() overlooks dead connection
|
#
7e39e693 |
| 17-Dec-2019 |
SATO Kentaro |
Fix #78980: pgsqlGetNotify() overlooks dead connection pgsqlGetNotify() didn't check result of PQconsumeInput(). |
#
10eb0b31 |
| 19-Dec-2019 |
Nikita Popov |
Fixed bug #79000 Don't report EAGAIN/EWOULDBLOCK as errors for fwrite on non-blocking socket streams. This matches behavior for fread, as well as behavior for plain file streams.
Fixed bug #79000 Don't report EAGAIN/EWOULDBLOCK as errors for fwrite on non-blocking socket streams. This matches behavior for fread, as well as behavior for plain file streams. Closes GH-5026.
show more ...
|
#
39585924 |
| 10-Dec-2019 |
BohwaZ |
Add setAuthorizer method to SQLite3 This adds the possibility to define a userland callback that will be used to authorize or not an action on the database. |
#
c62cd9a4 |
| 29-Aug-2019 |
Sergei Turchanov |
Fix #74170: locale information change after mime_content_type Some functions in libmagic (distributed with fileinfo extension) perform this sequence of calls: func() { setlocale(LC_T
Fix #74170: locale information change after mime_content_type Some functions in libmagic (distributed with fileinfo extension) perform this sequence of calls: func() { setlocale(LC_TYPE, "C") .. do some work .. setlocale(LC_TYPE, "") } It effectively resets LC_TYPE if it that was set before the function call. To avoid manipulations with current locale at all, the problematic functions were modified to use locale-independent functions.
show more ...
|
#
cbb0efae |
| 17-Dec-2019 |
SATO Kentaro |
Fix #78402: pcntl_signal() misleading error message An error message can be misleading when a handler passed to pcntl_signal() is not callable. |
#
66d5b060 |
| 19-Dec-2019 |
Dmitry Stogov |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fixed bug #78999 (Cycle leak when using function result as temporary)
|
#
eb846939 |
| 19-Dec-2019 |
Dmitry Stogov |
Fixed bug #78999 (Cycle leak when using function result as temporary) |
#
7e05f97f |
| 19-Dec-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.h
|
#
3e35b089 |
| 17-Dec-2019 |
SATO Kentaro |
Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.h When configured with a path specified. |
#
4a61d842 |
| 18-Dec-2019 |
Nikita Popov |
Fixed bug #78776 By using the normal inheritance check if the parent is abstract as well. |
#
76eb30de |
| 18-Dec-2019 |
Remi Collet |
fix release date |
#
bacfae8b |
| 18-Dec-2019 |
Remi Collet |
fix release date |