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.3.0 RC2, 7.2.11 RC1, 7.1.23 RC1 released
Posted by Philipp Esselbach on: 09/29/2018 05:09 PM [ Print | 0 comment(s) ]
The following new PHP versions has been released: PHP 7.3.0 RC2, 7.2.11 RC1, and 7.1.23 RC1
PHP 7.3.0 RC2
Download
PHP 7.2.11 RC1
Download
PHP 7.1.23 RC1
Download
27 Sep 2018, PHP 7.3.0RC2
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
(Pierrick)
- Core:
. Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
(Dmitry)
. Fixed bug #76800 (foreach inconsistent if array modified during loop).
(Dmitry)
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
memory). (Nikita)
- iconv:
. Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
(cmb)
- Opcache:
. Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string
offset"). (Dmitry)
- PCRE:
. Upgrade PCRE2 to 10.32. (Anatol)
. Fixed bug #76909 (preg_match difference between 7.3 and < 7.3). (Anatol)
- Standard:
. Fixed bug #75533 (array_reduce is slow when $carry is large array).
(Manabu Matsui)
- XMLRPC:
. Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
(Pierrick)
- Core:
. Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
(Dmitry)
. Fixed bug #76800 (foreach inconsistent if array modified during loop).
(Dmitry)
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
memory). (Nikita)
- iconv:
. Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
(cmb)
- Opcache:
. Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string
offset"). (Dmitry)
- PCRE:
. Upgrade PCRE2 to 10.32. (Anatol)
. Fixed bug #76909 (preg_match difference between 7.3 and < 7.3). (Anatol)
- Standard:
. Fixed bug #75533 (array_reduce is slow when $carry is large array).
(Manabu Matsui)
- XMLRPC:
. Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)
Download
PHP 7.2.11 RC1
27 Sep 2018, PHP 7.2.11RC1
- Core:
. Fixed bug #76800 (foreach inconsistent if array modified during loop).
(Dmitry)
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
memory). (Nikita)
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
(Pierrick)
- iconv:
. Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
(cmb)
- Opcache:
. Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
(Anatol)
. Fixed bug #76796 (Compile-time evaluation of disabled function in opcache
causes segfault). (Nikita)
- POSIX:
. Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
- Reflection:
. Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
(cmb)
- Standard:
. Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
data connection). (Ville Hukkamäki)
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
stream_socket_client). (Ville Hukkamäki)
. Fixed bug #75533 (array_reduce is slow when $carry is large array).
(Manabu Matsui)
- XMLRPC:
. Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)
- Zlib:
. Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
(Martin Burke, cmb)
- Core:
. Fixed bug #76800 (foreach inconsistent if array modified during loop).
(Dmitry)
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
memory). (Nikita)
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
(Pierrick)
- iconv:
. Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
(cmb)
- Opcache:
. Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
(Anatol)
. Fixed bug #76796 (Compile-time evaluation of disabled function in opcache
causes segfault). (Nikita)
- POSIX:
. Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
- Reflection:
. Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
(cmb)
- Standard:
. Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
data connection). (Ville Hukkamäki)
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
stream_socket_client). (Ville Hukkamäki)
. Fixed bug #75533 (array_reduce is slow when $carry is large array).
(Manabu Matsui)
- XMLRPC:
. Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)
- Zlib:
. Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
(Martin Burke, cmb)
Download
PHP 7.1.23 RC1
28 Sep 2018, PHP 7.1.23RC1
- Core:
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
memory). (Nikita)
. Fixed bug #76846 (Segfault in shutdown function after memory limit error).
(Nikita)
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
(Pierrick)
- iconv:
. Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
(cmb)
- Opcache:
. Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
(Anatol)
- POSIX:
. Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
- Reflection:
. Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
(cmb)
- Standard:
. Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
data connection). (Ville Hukkamäki)
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
stream_socket_client). (Ville Hukkamäki)
. Fixed bug #75533 (array_reduce is slow when $carry is large array).
(Manabu Matsui)
- Zlib:
. Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
(Martin Burke, cmb)
- Core:
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
memory). (Nikita)
. Fixed bug #76846 (Segfault in shutdown function after memory limit error).
(Nikita)
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
(Pierrick)
- iconv:
. Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
(cmb)
- Opcache:
. Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
(Anatol)
- POSIX:
. Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
- Reflection:
. Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
(cmb)
- Standard:
. Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
data connection). (Ville Hukkamäki)
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
stream_socket_client). (Ville Hukkamäki)
. Fixed bug #75533 (array_reduce is slow when $carry is large array).
(Manabu Matsui)
- Zlib:
. Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
(Martin Burke, cmb)
Download
Related Stories
08/30/2018 03:18 PM: PHP 7.3.0 Beta 3, 7.1.22 RC1 and 7.2.10 RC1 released by Philipp Esselbach
New PHP beta versions has been released: PHP 7.3.0 Beta 3, PHP 7.1.22 RC1, and PHP 7.2.10 RC1...
08/01/2018 06:57 AM: PHP 7.3.0 Beta 1 and PHP 7.2.9 RC1 released by Philipp Esselbach
Both PHP 7.3.0 Beta 1 and PHP 7.2.9 RC1 are now available...
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/05/2018 06:53 AM: PHP 7.2.8 RC1 and PHP 7.3.0 Alpha 3 released by Philipp Esselbach
Both PHP 7.2.8 RC1 and PHP 7.3.0 Alpha 3 are now available...
06/20/2018 11:43 AM: PHP 7.3.0 Alpha 2 and 7.2.7 released by Philipp Esselbach
Both PHP 7.3.0 Alpha 2 and PHP 7.2.7 has been released...
06/08/2018 04:40 PM: PHP 7.3.0 Alpha 1 released by Philipp Esselbach
The first alpha version of PHP 7.3 is now available...
New PHP beta versions has been released: PHP 7.3.0 Beta 3, PHP 7.1.22 RC1, and PHP 7.2.10 RC1...
08/01/2018 06:57 AM: PHP 7.3.0 Beta 1 and PHP 7.2.9 RC1 released by Philipp Esselbach
Both PHP 7.3.0 Beta 1 and PHP 7.2.9 RC1 are now available...
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/05/2018 06:53 AM: PHP 7.2.8 RC1 and PHP 7.3.0 Alpha 3 released by Philipp Esselbach
Both PHP 7.2.8 RC1 and PHP 7.3.0 Alpha 3 are now available...
06/20/2018 11:43 AM: PHP 7.3.0 Alpha 2 and 7.2.7 released by Philipp Esselbach
Both PHP 7.3.0 Alpha 2 and PHP 7.2.7 has been released...
06/08/2018 04:40 PM: PHP 7.3.0 Alpha 1 released by Philipp Esselbach
The first alpha version of PHP 7.3 is now available...