2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2016-07-21 11:09:52 +08:00
|
|
|
?? ??? 2016, PHP 7.2.0alpha1
|
2015-12-04 00:01:22 +08:00
|
|
|
|
2016-08-06 10:06:50 +08:00
|
|
|
- Core:
|
2016-08-11 11:06:55 +08:00
|
|
|
. Removed the sql.safe_mode directive. (Kalle)
|
2016-08-06 10:06:50 +08:00
|
|
|
. Fixed bug #54535 (WSA cleanup executes before MSHUTDOWN). (Kalle)
|
2016-10-16 10:17:35 +08:00
|
|
|
. Implemented FR #69791 (Disallow mail header injections by extra headers)
|
2016-09-15 05:57:29 +08:00
|
|
|
(Yasuo)
|
2016-10-16 10:17:35 +08:00
|
|
|
. Implemented FR #49806 (proc_nice() for Windows). (Kalle)
|
2016-10-17 21:43:41 +08:00
|
|
|
. Fix pthreads detection when cross-compiling (ffontaine)
|
2016-10-18 08:28:18 +08:00
|
|
|
. Fixed bug #73215 (uniqid() should use better random source). (Yasuo)
|
2016-10-18 19:48:01 +08:00
|
|
|
. Fixed bug #73337 (try/catch not working with two exceptions inside a same
|
|
|
|
operation). (Dmitry)
|
2016-08-06 10:06:50 +08:00
|
|
|
|
2016-08-03 16:05:33 +08:00
|
|
|
- EXIF:
|
2016-08-10 01:29:36 +08:00
|
|
|
. Added support for vendor specific tags for the following formats:
|
2016-08-06 18:39:05 +08:00
|
|
|
Samsung, DJI, Panasonic, Sony, Pentax, Minolta & Sigma/Foveon. (Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed bug #72682 (exif_read_data() fails to read all data for some
|
2016-08-03 23:33:18 +08:00
|
|
|
images). (Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed bug #71534 (Type confusion in exif_read_data() leading to heap
|
2016-08-07 11:35:46 +08:00
|
|
|
overflow in debug mode). (hlt99 at blinkenshell dot org, Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed bug #68547 (Exif Header component value check error).
|
2016-08-05 16:03:14 +08:00
|
|
|
(sjh21a at gmail dot com, Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed bug #66443 (Corrupt EXIF header: maximum directory nesting level
|
2016-08-05 13:54:36 +08:00
|
|
|
reached for some cameras). (Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed Redhat bug #1362571 (PHP not returning full results for
|
2016-08-03 18:29:09 +08:00
|
|
|
exif_read_data function). (Kalle)
|
2016-08-03 16:05:33 +08:00
|
|
|
|
2016-07-27 12:57:07 +08:00
|
|
|
- GMP:
|
|
|
|
. Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara)
|
|
|
|
|
2016-08-10 08:47:27 +08:00
|
|
|
- Mbstring:
|
2016-09-06 17:20:24 +08:00
|
|
|
. Implemented request #66024 (mb_chr() and mb_ord()). (Masakielastic, Yasuo)
|
|
|
|
. Implemented request #65081 (mb_scrub()). (Masakielastic, Yasuo)
|
2016-08-10 13:53:27 +08:00
|
|
|
. Implemented request #69086 (enhancement for mb_convert_encoding() that
|
2016-09-06 17:20:24 +08:00
|
|
|
handles multibyte replacement char nicely). (Masakielastic, Yasuo)
|
|
|
|
. Added array input support to mb_convert_encoding(). (Yasuo)
|
|
|
|
. Added array input support to mb_check_encoding(). (Yasuo)
|
2014-09-02 06:47:49 +08:00
|
|
|
|
2016-10-11 06:10:37 +08:00
|
|
|
- PDO_DBlib:
|
|
|
|
. Fixed bug #73234 (Emulated statements let value dictate parameter type).
|
|
|
|
(Adam Baratz)
|
|
|
|
|
2016-10-20 12:25:49 +08:00
|
|
|
- SOAP:
|
|
|
|
. Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)
|
|
|
|
(Keith Smiley)
|
|
|
|
|
2016-10-17 22:44:16 +08:00
|
|
|
- XML:
|
|
|
|
. Moved utf8_encode() and utf8_decode() to the Standard extension. (Andrea)
|
|
|
|
|
2016-10-19 20:43:31 +08:00
|
|
|
- XMLRPC:
|
|
|
|
. Use Zend MM for allocation in bundled libxmlrpc (Joe)
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|
2016-08-10 01:29:36 +08:00
|
|
|
|