Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
PHP 7.1.28, 7.2.17, and 7.3.4 released
Posted by Philipp Esselbach on: 04/03/2019 06:41 AM [ Print | 0 comment(s) ]
PHP 7.1.28, 7.2.17, and 7.3.4 has been released
PHP 7.3.4
Download Source
Windows Download
PHP 7.2.17
Download Source
Windows Download
PHP 7.1.28
Download Source
Windows Download
- Core:
. Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
. Fixed bug #77660 (Segmentation fault on break 2147483648). (Laruence)
. Fixed bug #77652 (Anonymous classes can lose their interface information).
(Nikita)
. Fixed bug #77345 (Stack Overflow caused by circular reference in garbage
collection). (Alexandru Patranescu, Nikita, Dmitry)
. Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini).
(cmb)
- Apache2Handler:
. Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
- Bcmath:
. Fixed bug #77742 (bcpow() implementation related to gcc compiler
optimization). (Nikita)
- CLI Server:
. Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the
localhost). (Nikita)
- COM:
. Fixed bug #77578 (Crash when php unload). (cmb)
- EXIF:
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
- FPM:
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
(Kevin Adler)
- GD:
. Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).
(cmb)
- MySQLi:
. Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)
- Opcache:
. Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical
successors). (Nikita)
- Phar:
. Fxied bug #77697 (Crash on Big_Endian platform). (Laruence)
- phpdbg:
. Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match
actual aliases). (Miriam Lauter)
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)
- Standard:
. Fixed bug #77664 (Segmentation fault when using undefined constant in
custom wrapper). (Laruence)
. Fixed bug #77669 (Crash in extract() when overwriting extracted array).
(Nikita)
. Fixed bug #76717 (var_export() does not create a parsable value for
PHP_INT_MIN). (Nikita)
. Fixed bug #77765 (FTP stream wrapper should set the directory as
executable). (Vlad Temian)
. Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
. Fixed bug #77660 (Segmentation fault on break 2147483648). (Laruence)
. Fixed bug #77652 (Anonymous classes can lose their interface information).
(Nikita)
. Fixed bug #77345 (Stack Overflow caused by circular reference in garbage
collection). (Alexandru Patranescu, Nikita, Dmitry)
. Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini).
(cmb)
- Apache2Handler:
. Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
- Bcmath:
. Fixed bug #77742 (bcpow() implementation related to gcc compiler
optimization). (Nikita)
- CLI Server:
. Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the
localhost). (Nikita)
- COM:
. Fixed bug #77578 (Crash when php unload). (cmb)
- EXIF:
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
- FPM:
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
(Kevin Adler)
- GD:
. Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).
(cmb)
- MySQLi:
. Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)
- Opcache:
. Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical
successors). (Nikita)
- Phar:
. Fxied bug #77697 (Crash on Big_Endian platform). (Laruence)
- phpdbg:
. Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match
actual aliases). (Miriam Lauter)
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)
- Standard:
. Fixed bug #77664 (Segmentation fault when using undefined constant in
custom wrapper). (Laruence)
. Fixed bug #77669 (Crash in extract() when overwriting extracted array).
(Nikita)
. Fixed bug #76717 (var_export() does not create a parsable value for
PHP_INT_MIN). (Nikita)
. Fixed bug #77765 (FTP stream wrapper should set the directory as
executable). (Vlad Temian)
Download Source
Windows Download
PHP 7.2.17
- Core:
. Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
. Fixed bug #77660 (Segmentation fault on break 2147483648). (Laruence)
. Fixed bug #77652 (Anonymous classes can lose their interface information).
(Nikita)
. Fixed bug #77676 (Unable to run tests when building shared extension on
AIX). (Kevin Adler)
- Bcmath:
. Fixed bug #77742 (bcpow() implementation related to gcc compiler
optimization). (Nikita)
- COM:
. Fixed bug #77578 (Crash when php unload). (cmb)
- Date:
. Fixed bug #50020 (DateInterval:createDateFromString() silently fails).
(Derick)
. Fixed bug #75113 (Added DatePeriod::getRecurrences() method). (Ignace
Nyamagana Butera)
- EXIF:
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
- FPM:
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
(Kevin Adler)
- GD:
. Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).
(cmb)
- MySQLi:
. Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)
- Opcache:
. Fixed bug #77691 (Opcache passes wrong value for inline array push
assignments). (Nikita)
. Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical
successors). (Nikita)
- phpdbg:
. Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match
actual aliases). (Miriam Lauter)
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)
- Standard:
. Fixed bug #77664 (Segmentation fault when using undefined constant in
custom wrapper). (Laruence)
. Fixed bug #77669 (Crash in extract() when overwriting extracted array).
(Nikita)
. Fixed bug #76717 (var_export() does not create a parsable value for
PHP_INT_MIN). (Nikita)
. Fixed bug #77765 (FTP stream wrapper should set the directory as
. Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
. Fixed bug #77660 (Segmentation fault on break 2147483648). (Laruence)
. Fixed bug #77652 (Anonymous classes can lose their interface information).
(Nikita)
. Fixed bug #77676 (Unable to run tests when building shared extension on
AIX). (Kevin Adler)
- Bcmath:
. Fixed bug #77742 (bcpow() implementation related to gcc compiler
optimization). (Nikita)
- COM:
. Fixed bug #77578 (Crash when php unload). (cmb)
- Date:
. Fixed bug #50020 (DateInterval:createDateFromString() silently fails).
(Derick)
. Fixed bug #75113 (Added DatePeriod::getRecurrences() method). (Ignace
Nyamagana Butera)
- EXIF:
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
- FPM:
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
(Kevin Adler)
- GD:
. Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).
(cmb)
- MySQLi:
. Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)
- Opcache:
. Fixed bug #77691 (Opcache passes wrong value for inline array push
assignments). (Nikita)
. Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical
successors). (Nikita)
- phpdbg:
. Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match
actual aliases). (Miriam Lauter)
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)
- Standard:
. Fixed bug #77664 (Segmentation fault when using undefined constant in
custom wrapper). (Laruence)
. Fixed bug #77669 (Crash in extract() when overwriting extracted array).
(Nikita)
. Fixed bug #76717 (var_export() does not create a parsable value for
PHP_INT_MIN). (Nikita)
. Fixed bug #77765 (FTP stream wrapper should set the directory as
Download Source
Windows Download
PHP 7.1.28
- EXIF:
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)
Download Source
Windows Download
Related Stories
03/09/2019 07:03 AM: PHP 7.1.27, 7.2.16, and 7.3.3 released by Philipp Esselbach
New versions of PHP has been released...
11/10/2018 12:06 PM: PHP 7.1.24, 7.2.12, 7.3.0RC5 released by Philipp Esselbach
PHP 7.1.24, 7.2.12, and 7.3.0RC5 has been released...
10/10/2018 07:48 AM: PHP 7.1.23, 7.2.11, 7.3.0 RC3 released by Philipp Esselbach
The following new PHP versions has been released: PHP 7.1.23, PHP 7.2.11, and PHP 7.3.0 RC3...
08/14/2018 06:36 PM: PHP 7.1.21 and 7.3.0 Beta 2 released by Philipp Esselbach
Both PHP 7.1.21 and PHP 7.3.0 Beta 2 has been released...
08/03/2018 09:06 AM: PHP 7.1.21 RC1 released by Philipp Esselbach
PHP 7.1.21 RC1 has been released...
07/18/2018 04:59 PM: PHP 7.3.0 Alpha 4, PHP 7.1.20, and PHP 7.0.31 released by Philipp Esselbach
PHP 7.3.0 Alpha 4, PHP 7.1.20, and PHP 7.0.31 has been released...
07/09/2018 07:28 AM: PHP 7.1.20 RC1 released by Philipp Esselbach
The release candidate of PHP 7.1.20 is now available...
06/21/2018 04:52 PM: PHP 7.1.19 released by Philipp Esselbach
PHP 7.1.19 has been released...
06/07/2018 09:39 AM: PHP 7.2.7 RC1 and PHP 7.1.19 RC1 released by Philipp Esselbach
A release candidate for both PHP 7.2.7 and 7.1.19 is now available...
09/29/2017 07:42 AM: PHP 7.1.10 released by Philipp Esselbach
PHP 7.1.10 is now available. This is a bugfix release, with several bug fixes included. All PHP 7.1 users are encouraged to upgrade to this version....
New versions of PHP has been released...
11/10/2018 12:06 PM: PHP 7.1.24, 7.2.12, 7.3.0RC5 released by Philipp Esselbach
PHP 7.1.24, 7.2.12, and 7.3.0RC5 has been released...
10/10/2018 07:48 AM: PHP 7.1.23, 7.2.11, 7.3.0 RC3 released by Philipp Esselbach
The following new PHP versions has been released: PHP 7.1.23, PHP 7.2.11, and PHP 7.3.0 RC3...
08/14/2018 06:36 PM: PHP 7.1.21 and 7.3.0 Beta 2 released by Philipp Esselbach
Both PHP 7.1.21 and PHP 7.3.0 Beta 2 has been released...
08/03/2018 09:06 AM: PHP 7.1.21 RC1 released by Philipp Esselbach
PHP 7.1.21 RC1 has been released...
07/18/2018 04:59 PM: PHP 7.3.0 Alpha 4, PHP 7.1.20, and PHP 7.0.31 released by Philipp Esselbach
PHP 7.3.0 Alpha 4, PHP 7.1.20, and PHP 7.0.31 has been released...
07/09/2018 07:28 AM: PHP 7.1.20 RC1 released by Philipp Esselbach
The release candidate of PHP 7.1.20 is now available...
06/21/2018 04:52 PM: PHP 7.1.19 released by Philipp Esselbach
PHP 7.1.19 has been released...
06/07/2018 09:39 AM: PHP 7.2.7 RC1 and PHP 7.1.19 RC1 released by Philipp Esselbach
A release candidate for both PHP 7.2.7 and 7.1.19 is now available...
09/29/2017 07:42 AM: PHP 7.1.10 released by Philipp Esselbach
PHP 7.1.10 is now available. This is a bugfix release, with several bug fixes included. All PHP 7.1 users are encouraged to upgrade to this version....