#
6818ca3c |
| 11-Mar-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
1fd32e9c |
| 11-Mar-2019 |
Nikita Popov |
Fixed bug #76717 Print INT_MIN as -INT_MAX-1 to avoid it getting parsed as a float literal due to integer overflow. |
#
c79ce48d |
| 04-Mar-2019 |
Andrew Brampton |
Fix #71890: Add support for crc32c Castagnoli's polynomial. This variant of crc32 is heavily used by storage systems, such as iSCSI, SCTP, Btrfs, ext4, and is increasingly being used in
Fix #71890: Add support for crc32c Castagnoli's polynomial. This variant of crc32 is heavily used by storage systems, such as iSCSI, SCTP, Btrfs, ext4, and is increasingly being used in API (such as Google Cloud Storage, and Apache Kafka).
show more ...
|
#
0a416b3d |
| 07-Mar-2019 |
Dmitry Stogov |
ws |
#
2f2d1579 |
| 07-Mar-2019 |
Dmitry Stogov |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection)
|
#
5da591c5 |
| 07-Mar-2019 |
Dmitry Stogov |
Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection) |
#
0d883889 |
| 05-Mar-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77700: Writing truecolor images as GIF ignores interlace flag
|
#
41fb0eaa |
| 05-Mar-2019 |
Christoph M. Becker |
Fix #77700: Writing truecolor images as GIF ignores interlace flag We revert the interlace flag related part of commit ff2822a[1], since contrary to the transparent color, the interlace
Fix #77700: Writing truecolor images as GIF ignores interlace flag We revert the interlace flag related part of commit ff2822a[1], since contrary to the transparent color, the interlace flag is not retained by `gdImageCreatePaletteFromTrueColor()`. This also matches upstream libgd. [1] <http://git.php.net/?p=php-src.git;a=commit;h=ff2822a82b740edb8ccf307f080bae188c200fb9>
show more ...
|
#
b6308f5b |
| 05-Mar-2019 |
Joe Watkins |
fix news |
#
58c5df3d |
| 05-Mar-2019 |
Joe Watkins |
bump versions after release |
#
0e836f52 |
| 05-Mar-2019 |
Remi Collet |
add NEWS entry |
#
007ac353 |
| 04-Mar-2019 |
Christoph M. Becker |
Update NEWS |
#
6ff0b24e |
| 04-Mar-2019 |
Christoph M. Becker |
Update NEWS |
#
3f00c936 |
| 04-Mar-2019 |
Nikita Popov |
Fixed bug #77691 We cannot replace an op1_def opcode with an ASSIGN, if it also has a used res_def. Usually this doesn't happen because the res_def use can be eliminated first. The e
Fixed bug #77691 We cannot replace an op1_def opcode with an ASSIGN, if it also has a used res_def. Usually this doesn't happen because the res_def use can be eliminated first. The example is a case where operand replacement on the res_def use fails.
show more ...
|
#
2694953a |
| 04-Mar-2019 |
Remi Collet |
add NEWS entries |
#
e0f5d62b |
| 04-Mar-2019 |
Stanislav Malyshev |
Fix bug #77586 - phar_tar_writeheaders_int() buffer overflow |
#
759e841b |
| 04-Mar-2019 |
Stanislav Malyshev |
Update NEWS |
#
637713c1 |
| 02-Mar-2019 |
Peter Kokot |
Update NEWS |
#
c39fb1fc |
| 01-Mar-2019 |
Peter Kokot |
Update NEWS |
#
16cda039 |
| 01-Mar-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
006355c9 |
| 18-Feb-2019 |
Kevin Adler |
Fix bug #77677: WCOREDUMP not available on all systems Add #ifdef WCOREDUMP around all uses. Also Change core dump message to yes/no/unknown in lsapilib. |
#
5e8ed0a0 |
| 28-Feb-2019 |
Kalle Sommer Nielsen |
NEWS |
#
a890c5be |
| 28-Feb-2019 |
Derick Rethans |
Fixed bug #50020 (DateInterval:createDateFromString() silently fails) |
#
019fd1d9 |
| 28-Feb-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
9ad9cc71 |
| 28-Feb-2019 |
Nikita Popov |
Fixed bug #77669 |