2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2019-01-28 17:34:31 +08:00
|
|
|
?? ??? ????, PHP 8.0.0alpha1
|
2018-07-17 22:02:50 +08:00
|
|
|
|
2018-07-03 05:00:32 +08:00
|
|
|
- Core:
|
2019-03-01 07:41:19 +08:00
|
|
|
. Removed the pdo_odbc.db2_instance_name php.ini directive. (Kalle)
|
2019-02-14 19:54:35 +08:00
|
|
|
. Fixed bug #77619 (Wrong reflection on MultipleIterator::__construct).
|
|
|
|
(Fabien Villepinte)
|
2018-10-27 22:17:09 +08:00
|
|
|
|
2019-06-18 17:06:00 +08:00
|
|
|
- Date:
|
2019-07-15 16:41:00 +08:00
|
|
|
. Fixed bug #65547 (Default value for sunrise/sunset zenith still wrong).
|
|
|
|
(cmb)
|
|
|
|
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
|
2019-07-17 15:30:22 +08:00
|
|
|
|
2019-01-28 21:29:06 +08:00
|
|
|
- GD:
|
2019-09-28 01:47:24 +08:00
|
|
|
. Replaced gd resources with objects. (Mark Randall)
|
2019-01-28 21:29:06 +08:00
|
|
|
. Removed deprecated image2wbmp(). (cmb)
|
2019-01-28 21:50:52 +08:00
|
|
|
. Removed deprecated png2wbmp() and jpeg2wbmp(). (cmb)
|
2019-01-28 21:29:06 +08:00
|
|
|
|
2019-01-28 22:18:01 +08:00
|
|
|
- Intl:
|
|
|
|
. Removed deprecated INTL_IDNA_VARIANT_2003. (cmb)
|
|
|
|
|
2019-04-09 00:07:23 +08:00
|
|
|
- JIT:
|
|
|
|
. Fixed bug #77857 (Wrong result if executed with JIT). (Laruence)
|
|
|
|
|
2019-02-04 20:04:46 +08:00
|
|
|
- LDAP:
|
|
|
|
. Removed deprecated ldap_sort. (mcmic)
|
|
|
|
|
2019-09-21 22:25:17 +08:00
|
|
|
- MBString:
|
|
|
|
. Removed the unused $is_hex parameter from mb_decode_numericentity(). (cmb)
|
|
|
|
|
2019-07-03 14:23:27 +08:00
|
|
|
- mysqlnd:
|
|
|
|
. Fixed #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)
|
2019-03-18 19:57:43 +08:00
|
|
|
|
2019-07-17 15:30:22 +08:00
|
|
|
- PCRE:
|
|
|
|
. Don't ignore invalid escape sequences. (sjon)
|
|
|
|
|
2019-04-06 06:55:58 +08:00
|
|
|
- PDO:
|
|
|
|
. Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
|
|
|
|
(camporter)
|
2018-12-03 20:56:14 +08:00
|
|
|
|
2019-01-31 01:28:36 +08:00
|
|
|
- phpdbg:
|
|
|
|
. Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)
|
2019-03-23 16:49:03 +08:00
|
|
|
. Fixed bug #76801 (too many open files). (alekitto)
|
2019-03-27 06:06:34 +08:00
|
|
|
. Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
|
|
|
|
(krakjoe)
|
2019-03-27 17:04:18 +08:00
|
|
|
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
|
2019-03-23 16:49:03 +08:00
|
|
|
|
2019-02-21 23:10:27 +08:00
|
|
|
- sodium:
|
2019-02-21 23:45:43 +08:00
|
|
|
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
|
2019-02-21 23:10:27 +08:00
|
|
|
|
2019-09-22 22:28:42 +08:00
|
|
|
- tidy:
|
|
|
|
. Removed the unused $use_include_path parameter from tidy_repair_string().
|
|
|
|
(cmb)
|
|
|
|
|
2019-04-09 00:09:05 +08:00
|
|
|
- XML:
|
2019-09-08 18:51:20 +08:00
|
|
|
. Fixed bug #76874 (xml_parser_free() should never leak memory). (Nikita)
|
2019-04-09 00:09:05 +08:00
|
|
|
|
2019-09-15 00:31:59 +08:00
|
|
|
- XMLWriter:
|
|
|
|
. Changed functions to accept/return XMKWriter objects instead of resources.
|
|
|
|
(cmb)
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|