Software 42225 Published by

PHP 7.2.0 Beta 3 has been released. This release is the third and final beta for 7.2.0. The first Relase Candidate will be released on the 31th of August.



What's new in Beta 3:

- Core:
. Fixed bug #75063 (Main CWD initialized with wrong codepage). (Anatol)

- Date:
. Fixed bug #75002 (Null Pointer Dereference in timelib_time_clone). (Derick)

- FTP:
. Added ftp_append() function. (blar)

- Mbstring:
. Fixed bug #75001 (Wrong reflection on mb_eregi_replace). (Fabien
Villepinte)

- SQLite3:
. Updated to SQLite 3.20.0. (cmb)

- SPL:
. Fixed bug #75049 (spl_autoload_unregister can't handle
spl_autoload_functions results). (Laruence)
. Added spl_object_id(). (Tyson Andre)

- Standard:
. Fixed bug #75075 (unpack with X* causes infinity loop). (Laruence)
. Fixed bug #74103 (heap-use-after-free when unserializing invalid array
size). (Nikita)
. Fixed bug #75054 (A Denial of Service Vulnerability was found when
performing deserialization). (Nikita)

- WDDX:
. Fixed bug #73793 (WDDX uses wrong decimal seperator). (cmb)

- XMLRPC:
. Fixed bug #74975 (Incorrect xmlrpc serialization for classes with declared
properties). (blar)
. Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with
an abstract class). (Anatol)

- OCI8:
. Expose oci_unregister_taf_callback() (Tianfang Yang)

- Opcache:
. Fixed bug #74980 (Narrowing occurred during type inference). (Laruence)

- OpenSSL:
. Fixed bug #74903 (openssl_pkcs7_encrypt() uses different EOL than before).
(Anatol)

- phar:
. Fixed bug #74991 (include_path has a 4096 char limit in some cases).
(bwbroersma)

- Reflection:
. Fixed bug #74949 (null pointer dereference in _function_string). (Laruence)

- Session:
. Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
with "#"). (Andrew Nester)
. Fixed bug #74936 (session_cache_expire/cache_limiter/save_path() trigger a
warning in read mode). (morozov)
. Fixed bug #74941 (session fails to start after having headers sent).
(morozov)
. Fixed bug #74833 (SID constant created with wrong module number). (Anatol)

- SimpleXML:
. Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).
(Laruence)

- SPL:
. Fixed bug #74669 (Unserialize ArrayIterator broken). (Andrew Nester)
. Fixed bug #74977 (Appending AppendIterator leads to segfault).
(Andrew Nester)
. Fixed bug #75015 (Crash in recursive iterator destructors). (Julien)

- Standard:
. Fixed bug #74851 (uniqid() without more_entropy performs badly).
(Emmanuel Dreyfus)

You can download the source code here. Windows sources and binaries can be found here.