CompatDB
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • CompatDB.org 1.03
  • Examples
  • Mirror List
  • Support Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Daily Reviews Summary 19-11-02
· Wine Staging 4.19 released
· Wine 4.19 released
· Daily Reviews Summary 19-11-01
· Fedora 29 EOL on 2019-11-26
· Qtbase-Opensource-Src and Libarchive Updates for Debian 9 and 10
· Virt-Manager, Libvirt, Oracle-Olcne, PHP Updates for Oracle Linux 7
· Docker-Runc Update for openSUSE
· Firefox, Sudo, Thunderbird Updates for CentOS 7
· Intel Core i9-9900KS Reviews and more

New Forum Topics
· OpticBook 3600 driver updates and patches
by: ronald arthur dewhirst
on: 2019-10-12 22:12
1 replies, 1636 views

· Need a decent browser for XP Pro!
by: rvail623
on: 2019-05-04 17:03
3 replies, 11587 views

· Dale
by: Dale Blinco
on: 2018-02-05 00:26
1 replies, 7916 views

· modem driver needed
by: jongiffen777
on: 2017-12-13 11:11
1 replies, 9989 views

· Comodo Time Machine + Faronics Deep Freeze
by: Jabberwocky
on: 2017-11-15 23:17
1 replies, 9262 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· General

What's New
Login to see an overview of all news stories since your last visit.

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.

CompatDB » News » September 2018 » PHP 7.3.0 RC2, 7.2.11 RC1, 7.1.23 RC1 released

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
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)

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)

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)

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...


« Best CPU to BUY: Q4 2018 and more · PCS, SELinux-Policy, Firefox, Kernel Updates for Oracle Linux »

CompatDB » News » September 2018 » PHP 7.3.0 RC2, 7.2.11 RC1, 7.1.23 RC1 released
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2007-2018 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition