#
ace8fba7 |
| 10-Aug-2021 |
Philip Hofstetter |
Fix bug #81343: inconsistent type conversion after closeCursor S->cols is already freed in the statement destructor and since caa710037e663fd78f67533b29611183090068b2 the column data is
Fix bug #81343: inconsistent type conversion after closeCursor S->cols is already freed in the statement destructor and since caa710037e663fd78f67533b29611183090068b2 the column data is only populated on the first execute() which means that on subsequent execute()s after closeCursor was called, all meta-data for column types was removed and never restored Closes GH-7355.
show more ...
|
#
1100a079 |
| 11-Aug-2021 |
Remi Collet |
NEWS |
#
5d57d907 |
| 11-Aug-2021 |
Remi Collet |
NEWS |
#
28500fe4 |
| 11-Aug-2021 |
Nikita Popov |
Fixed bug #81349 The ascii to wchar was reporting errors using conv_illegal_output, while it should have been using WCSGROUP_THROUGH. Effectively that replaced illegal characters wit
Fixed bug #81349 The ascii to wchar was reporting errors using conv_illegal_output, while it should have been using WCSGROUP_THROUGH. Effectively that replaced illegal characters with '?' for the purpose of identification.
show more ...
|
#
a2e05192 |
| 02-Aug-2021 |
Joe Watkins |
Fix bug #81280 refuse to allow unicode chars in prompts |
#
607be654 |
| 10-Aug-2021 |
Nikita Popov |
Fixed bug #81342 Allow arbitrary whitespace, not just horizontal spaces. |
#
a2b92d6b |
| 10-Aug-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #81346: Non-seekable streams don't update position after write
|
#
4a1af1f8 |
| 10-Aug-2021 |
Christoph M. Becker |
Fix #81346: Non-seekable streams don't update position after write The stream position is not related to the buffer, and needs to be updated for non-seekable streams as well. The errone
Fix #81346: Non-seekable streams don't update position after write The stream position is not related to the buffer, and needs to be updated for non-seekable streams as well. The erroneous condition around the position update is a relict of an old commit[1]. The unexpected test expectation is due to bug #81345. [1] <https://github.com/php/php-src/commit/088e2692c3d1e680fd3d9306c4adb417e761acff> Closes GH-7356.
show more ...
|
#
2e71c94c |
| 10-Aug-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #81302: Stream position after stream filter removed
|
#
40b31fcc |
| 10-Aug-2021 |
Christoph M. Becker |
Fix #81302: Stream position after stream filter removed When flushing the stream filters actually causes data to be written to the stream, we need to update its position, because that is
Fix #81302: Stream position after stream filter removed When flushing the stream filters actually causes data to be written to the stream, we need to update its position, because that is not done by the streams' write methods. Closes GH-7354.
show more ...
|
#
00bb7c97 |
| 10-Aug-2021 |
Gabriel Caruso |
Prepare for PHP 8.0.11 |
#
79d564a8 |
| 10-Aug-2021 |
Derick Rethans |
Prepare for 7.4.24 |
#
606829f3 |
| 09-Aug-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #74544: Integer overflow in mysqli_real_escape_string()
|
#
5977610d |
| 09-Aug-2021 |
Christoph M. Becker |
Fix #74544: Integer overflow in mysqli_real_escape_string() The patch has been provided by @johannes. Closes GH-7353. |
#
d9c8e5a4 |
| 08-Aug-2021 |
Derick Rethans |
Fixed bug #80963: DateTimeZone::getTransitions() truncated |
#
66ea59e3 |
| 08-Aug-2021 |
Derick Rethans |
Import timelib 2021.07 Fixes: - Bug #80998 (Missing second with inverted interval). (Derick) - Bug #81106 (Regression in 8.1: add() now truncate ->f). (Derick) |
#
84266235 |
| 08-Aug-2021 |
Derick Rethans |
Upgrade timelib to 2021.06 Fixes among others: . Bug #79580 (date_create_from_format misses leap year). . Bug #80974 (Wrong diff between 2 dates in different timezones). . Bug #8
Upgrade timelib to 2021.06 Fixes among others: . Bug #79580 (date_create_from_format misses leap year). . Bug #80974 (Wrong diff between 2 dates in different timezones). . Bug #81097 (DateTimeZone silently falls back to UTC when providing an offset with seconds). . Bug #81273 (Date interval calculation not correct).
show more ...
|
#
4aeff60f |
| 08-Aug-2021 |
Derick Rethans |
Upgrade timelib to version 2020.03 |
#
5628afb7 |
| 04-Aug-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #81327: Error build openssl extension on php 7.4.22
|
#
6724d5d4 |
| 04-Aug-2021 |
Christoph M. Becker |
Fix #81327: Error build openssl extension on php 7.4.22 The recent fix for bug 52093 is not compatible with LibreSSL ≥ 2.7.0, which we recognize as mostly OpenSSL 1.1.0 compatible, but t
Fix #81327: Error build openssl extension on php 7.4.22 The recent fix for bug 52093 is not compatible with LibreSSL ≥ 2.7.0, which we recognize as mostly OpenSSL 1.1.0 compatible, but they still do not support `ASN1_INTEGER_set_int64()`. Closes GH-7339.
show more ...
|
#
213ad544 |
| 03-Aug-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #51498: imagefilledellipse does not work for large circles
|
#
c565555f |
| 02-Aug-2021 |
Christoph M. Becker |
Fix #51498: imagefilledellipse does not work for large circles We backport the respective upstream fix[1]. [1] <https://github.com/libgd/libgd/commit/ace7fd88dc7571b3aa182f6b2604292
Fix #51498: imagefilledellipse does not work for large circles We backport the respective upstream fix[1]. [1] <https://github.com/libgd/libgd/commit/ace7fd88dc7571b3aa182f6b2604292f8461a819> Closes GH-7329.
show more ...
|
#
d23e6012 |
| 03-Aug-2021 |
Ben Ramsey |
The master branch is now for 8.1.0beta3 |
#
98b9d6d9 |
| 03-Aug-2021 |
Remi Collet |
NEWS |
#
35c3e0b1 |
| 03-Aug-2021 |
Remi Collet |
NEWS |