#
18a9ae41 |
| 29-Apr-2019 |
Christoph M. Becker |
Fix #77943: imageantialias($image, false); does not work Firstly, we must not call `gdImageSetAntiAliased()` (which sets the color to anti-alias), but rather modify the `gdImage.AA` flag
Fix #77943: imageantialias($image, false); does not work Firstly, we must not call `gdImageSetAntiAliased()` (which sets the color to anti-alias), but rather modify the `gdImage.AA` flag. Furthermore, we have to actually use the supplied boolean value. We also make sure that we don't attempt to enable anti-aliasing for palette images.
show more ...
|
#
3fc1bdc8 |
| 29-Apr-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77943: imageantialias($image, false); does not work
|
#
cd94cf60 |
| 29-Apr-2019 |
Christoph M. Becker |
Fix #77943: imageantialias($image, false); does not work Firstly, we must not call `gdImageSetAntiAliased()` (which sets the color to anti-alias), but rather modify the `gdImage.AA` flag
Fix #77943: imageantialias($image, false); does not work Firstly, we must not call `gdImageSetAntiAliased()` (which sets the color to anti-alias), but rather modify the `gdImage.AA` flag. Furthermore, we have to actually use the supplied boolean value. We also make sure that we don't attempt to enable anti-aliasing for palette images.
show more ...
|
#
ff2b5bda |
| 29-Apr-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
5da05792 |
| 29-Apr-2019 |
Nikita Popov |
Fixed bug #77945 Make sure that we proper distinguish between empty string key and no key during SDL serialization. |
#
c68dc6b5 |
| 29-Apr-2019 |
Christoph M. Becker |
Extend CURLFile to support streams Due to former restrictions of the libcurl API, curl multipart/formdata file uploads supported only proper files. However, as of curl 7.56.0 the ne
Extend CURLFile to support streams Due to former restrictions of the libcurl API, curl multipart/formdata file uploads supported only proper files. However, as of curl 7.56.0 the new `curl_mime_*()` API is available (and already supported by PHP[1]), which allows us to support arbitrary *seekable* streams, which is generally desirable, and particularly resolves issues with the transparent Unicode and long part support on Windows (see bug #77711). Note that older curl versions are still supported, but CURLFile is still restricted to proper files in this case. [1] <http://git.php.net/?p=php-src.git;a=commit;h=a83b68ba56714bfa06737a61af795460caa4a105>
show more ...
|
#
78bed338 |
| 28-Apr-2019 |
Jakub Zelenka |
Update NEWS with added TLS 1.3 info |
#
f83c207d |
| 27-Apr-2019 |
Peter Kokot |
Update NEWS |
#
6d8892aa |
| 27-Apr-2019 |
Peter Kokot |
Update NEWS |
#
e561d410 |
| 27-Apr-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77944: Wrong meta pdo_type for bigint on LLP64
|
#
16609880 |
| 27-Apr-2019 |
Christoph M. Becker |
Fix #77944: Wrong meta pdo_type for bigint on LLP64 When actually fetching the data, bigint (unsigned) column values are returned as integers on LLP64 architectures, so their pdo_type ha
Fix #77944: Wrong meta pdo_type for bigint on LLP64 When actually fetching the data, bigint (unsigned) column values are returned as integers on LLP64 architectures, so their pdo_type has to be PDO::PARAM_INT accordingly.
show more ...
|
#
5d21a15c |
| 24-Apr-2019 |
Remi Collet |
news entry for litespeed |
#
68892410 |
| 23-Apr-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
4831e150 |
| 23-Apr-2019 |
Nikita Popov |
Fixed bug #77843 |
#
cedee440 |
| 23-Apr-2019 |
Nikita Popov |
Fixed bug #77931 |
#
0b841483 |
| 20-Apr-2019 |
Peter Kokot |
Update changelog |
#
295c6691 |
| 20-Apr-2019 |
Peter Kokot |
Update changelog |
#
f0ccd9ff |
| 17-Apr-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77911: Wrong warning for session.sid_bits_per_character
|
#
d20053a5 |
| 17-Apr-2019 |
Christoph M. Becker |
Fix #77911: Wrong warning for session.sid_bits_per_character |
#
f73f190c |
| 16-Apr-2019 |
Nikita Popov |
Fix internal_encoding fallback in mbstring By introducing a hook that is called whenever one of internal_encoding / input_encoding / output_encoding changes, so that mbstring can adj
Fix internal_encoding fallback in mbstring By introducing a hook that is called whenever one of internal_encoding / input_encoding / output_encoding changes, so that mbstring can adjust it's internal state. This also makes internal_encoding work with zend multibyte.
show more ...
|
#
7b1a4e24 |
| 25-Mar-2019 |
Ignace Nyamagana Butera |
Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count value Improve error message on invalid reccurence count Adding test when reccurence is -1 |
#
6c44a71e |
| 16-Apr-2019 |
Remi Collet |
next is 7.2.19 |
#
5ae49c43 |
| 16-Apr-2019 |
Christoph M. Becker |
Prepare main branch for PHP 7.3.6 |
#
9a9eed47 |
| 16-Apr-2019 |
Nikita Popov |
Fix second part of bug #77903 When a HT iterator is one past the end and we rehash, we need to make sure that it is move to the new one past the end position, to make sure that newly
Fix second part of bug #77903 When a HT iterator is one past the end and we rehash, we need to make sure that it is move to the new one past the end position, to make sure that newly inserted elements are picked up.
show more ...
|
#
a2f3ec17 |
| 15-Apr-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|