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, 1642 views

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

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

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

· Comodo Time Machine + Faronics Deep Freeze
by: Jabberwocky
on: 2017-11-15 23:17
1 replies, 9275 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.0.32, 7.1.22, 7.2.10, 7.3.0 RC1 released

PHP 7.0.32, 7.1.22, 7.2.10, 7.3.0 RC1 released

Posted by Philipp Esselbach on: 09/11/2018 07:06 PM [ Print | 0 comment(s) ]

The following PHP updates has been released: PHP 7.0.32, PHP 7.1.22, PHP 7.2.10, and PHP 7.3.0 RC1




PHP 7.0.32
13 Sep 2018 PHP 7.0.32

- Apache2
. Fixed bug #76582 (XSS due to the header Transfer-Encoding: chunked). (Stas)

Download

PHP 7.1.22
13 Sep 2018, PHP 7.1.22

- Core:
. Fixed bug #76754 (parent private constant in extends class memory leak).
(Laruence)
. Fixed bug #72443 (Generate enabled extension). (petk)

- Apache2:
. Fixed bug #76582 (Apache bucket brigade sometimes becomes invalid). (stas)

- Bz2:
. Fixed arginfo for bzcompress. (Tyson Andre)

- gettext:
. Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)

- iconv:
. Fixed bug #68180 (iconv_mime_decode can return extra characters in a
header). (cmb)
. Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
(cmb)
. Fixed bug #60494 (iconv_mime_decode does ignore special characters). (cmb)
. Fixed bug #55146 (iconv_mime_decode_headers() skips some headers). (cmb)

- intl:
. Fixed bug #74484 (MessageFormatter::formatMessage memory corruption with
11+ named placeholders). (Anatol)

- libxml:
. Fixed bug #76777 ("public id" parameter of libxml_set_external_entity_loader
callback undefined). (Ville Hukkamäki)

- mbstring:
. Fixed bug #76704 (mb_detect_order return value varies based on argument
type). (cmb)

- Opcache:
. Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar
file). (Laruence)

- OpenSSL:
. Fixed bug #76705 (unusable ssl => peer_fingerprint in
stream_context_create()). (Jakub Zelenka)

- phpdbg:
. Fixed bug #76595 (phpdbg man page contains outdated information).
(Kevin Abel)

- SPL:
. Fixed bug #68825 (Exception in DirectoryIterator::getLinkTarget()). (cmb)
. Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0). (Tim
Siebels)

- Standard:
. Fixed bug #76778 (array_reduce leaks memory if callback throws exception).
(cmb)

- zlib:
. Fixed bug #65988 (Zlib version check fails when an include/zlib/ style dir
is passed to the --with-zlib configure option). (Jay Bonci)
. Fixed bug #76709 (Minimal required zlib library is 1.2.0.4). (petk)

Download

PHP 7.2.10
13 Sep 2018, PHP 7.2.10

- Core:
. Fixed bug #76754 (parent private constant in extends class memory leak).
(Laruence)
. Fixed bug #72443 (Generate enabled extension). (petk)
. Fixed bug #75797 (Memory leak when using class_alias() in non-debug mode).
(Massimiliano Braglia)

- Apache2:
. Fixed bug #76582 (Apache bucket brigade sometimes becomes invalid). (stas)

- Bz2:
. Fixed arginfo for bzcompress. (Tyson Andre)

- gettext:
. Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)

- iconv:
. Fixed bug #68180 (iconv_mime_decode can return extra characters in a
header). (cmb)
. Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
(cmb)
. Fixed bug #60494 (iconv_mime_decode does ignore special characters). (cmb)
. Fixed bug #55146 (iconv_mime_decode_headers() skips some headers). (cmb)

- intl:
. Fixed bug #74484 (MessageFormatter::formatMessage memory corruption with
11+ named placeholders). (Anatol)

- libxml:
. Fixed bug #76777 ("public id" parameter of libxml_set_external_entity_loader
callback undefined). (Ville Hukkamäki)

- mbstring:
. Fixed bug #76704 (mb_detect_order return value varies based on argument
type). (cmb)

- Opcache:
. Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar
file). (Laruence)

- OpenSSL:
. Fixed bug #76705 (unusable ssl => peer_fingerprint in
stream_context_create()). (Jakub Zelenka)

- phpdbg:
. Fixed bug #76595 (phpdbg man page contains outdated information).
(Kevin Abel)

- SPL:
. Fixed bug #68825 (Exception in DirectoryIterator::getLinkTarget()). (cmb)
. Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0). (Tim
Siebels)

- Standard:
. Fixed bug #76778 (array_reduce leaks memory if callback throws exception).
(cmb)

- zlib:
. Fixed bug #65988 (Zlib version check fails when an include/zlib/ style dir
is passed to the --with-zlib configure option). (Jay Bonci)
. Fixed bug #76709 (Minimal required zlib library is 1.2.0.4). (petk)

Download

PHP 7.3.0 RC1
13 Sep 2018, PHP 7.3.0RC1

- Core:
. Fixed bug #76825 (Undefined symbols ___cpuid_count). (Laruence)
. Fixed bug #76820 (Z_COPYABLE invalid definition). (mvdwerve, cmb)
. Fixed bug #76510 (file_exists() stopped working for phar://). (cmb)

- intl:
. Fixed bug #76829 (Incorrect validation of domain on idn_to_utf8()
function). (Anatol)

- MBString:
. Updated to Oniguruma 6.9.0. (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 #76803 (ftruncate changes file pointer). (Anatol)
. Fixed bug #76818 (Memory corruption and segfault). (Remi)
. Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
data connection). (Ville Hukkamäki)

- Zlib:
. Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
(Martin Burke, cmb)

Download

Related Stories

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

09/28/2017 07:30 PM: PHP 7.0.24 released by Philipp Esselbach
PHP 7.0.24 has been released. Several bugs have been fixed. All PHP 7.0 users are encouraged to upgrade to this version....

09/15/2017 07:17 PM: PHP 7.0.24 RC1 released by Philipp Esselbach
The first release candidate of PHP 7.0.24 is now available. The stable release is planned for September 28th....

08/31/2017 12:21 PM: PHP 7.0.23 released by Philipp Esselbach
The final version of PHP 7.0.23 is now available...

08/18/2017 02:13 PM: PHP 7.0.23 RC1 released by Philipp Esselbach
A release candidate of the upcoming PHP 7.0.23 has been released. This release contains a number of bugfixes. The stable release is planned for August 31st, if no critical issues will be discovered in the RC. ...

04/29/2016 04:12 PM: PHP 7.0.6 Released by Philipp Esselbach
PHP 7.0.6 has been released...

01/09/2016 08:43 AM: PHP 7.0.2 Released by Philipp Esselbach
PHP 7.0.2 has been released...

12/18/2015 09:18 AM: PHP 7.0.1 released by Philipp Esselbach
PHP 7.0.1 has been released...

12/04/2015 09:34 AM: PHP 7.0.0 (Final) Released by Philipp Esselbach
The final version of PHP 7.0.0 is now available...

09/04/2015 08:57 AM: PHP 7.0.0 RC 2 Released by Philipp Esselbach
The second release candidate of PHP 7 is now available...


« Seagate BarraCuda Pro 14TB HDD Reviews and more · Microsoft September 2018 Security Updates »

CompatDB » News » September 2018 » PHP 7.0.32, 7.1.22, 7.2.10, 7.3.0 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