2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2023-08-30 00:19:01 +08:00
|
|
|
?? ??? ????, PHP 8.4.0alpha1
|
2023-08-30 00:14:11 +08:00
|
|
|
|
2023-09-04 21:40:07 +08:00
|
|
|
Core:
|
2023-07-09 00:49:07 +08:00
|
|
|
. Added zend_call_stack_get implementation for NetBSD. (David Carlier)
|
2023-08-30 00:14:11 +08:00
|
|
|
|
2023-09-09 07:14:26 +08:00
|
|
|
DOM:
|
|
|
|
. Added DOMNode::compareDocumentPosition(). (nielsdos)
|
2023-09-23 00:46:18 +08:00
|
|
|
. Implement #53655 (Improve speed of DOMNode::C14N() on large XML documents).
|
|
|
|
(nielsdos)
|
2023-09-09 07:14:26 +08:00
|
|
|
|
2023-09-21 12:51:52 +08:00
|
|
|
Intl:
|
|
|
|
. Added IntlDateFormatter::PATTERN constant. (David Carlier)
|
|
|
|
|
2022-02-05 05:14:52 +08:00
|
|
|
Opcache:
|
|
|
|
. Added large shared segments support for FreeBSD. (David Carlier)
|
|
|
|
|
2023-10-12 09:35:42 +08:00
|
|
|
PDO_PGSQL:
|
|
|
|
. Fixed GH-12423, DSN credentials being prioritized over the user/password
|
|
|
|
PDO constructor arguments. (SakiTakamachi)
|
2023-10-20 16:54:05 +08:00
|
|
|
. Fixed native float support with pdo_pgsql query results. (Yurunsoft)
|
2023-10-12 09:35:42 +08:00
|
|
|
|
2023-10-08 23:39:36 +08:00
|
|
|
PGSQL:
|
|
|
|
. Added the possibility to have no conditions for pg_select. (OmarEmaraDev)
|
|
|
|
|
2023-10-29 01:48:01 +08:00
|
|
|
Phar:
|
|
|
|
. Fixed bug GH-12532 (PharData created from zip has incorrect timestamp).
|
|
|
|
(nielsdos)
|
|
|
|
|
2023-10-01 00:00:45 +08:00
|
|
|
SimpleXML:
|
2023-09-13 02:11:28 +08:00
|
|
|
. Fixed bug GH-12192 (SimpleXML infinite loop when getName() is called
|
|
|
|
within foreach). (nielsdos)
|
2023-09-17 19:39:19 +08:00
|
|
|
. Fixed bug GH-12208 (SimpleXML infinite loop when a cast is used inside a
|
|
|
|
foreach). (nielsdos)
|
2023-09-20 03:31:26 +08:00
|
|
|
. Fixed bug #55098 (SimpleXML iteration produces infinite loop). (nielsdos)
|
2022-10-05 21:31:28 +08:00
|
|
|
|
2023-10-12 11:30:04 +08:00
|
|
|
SOAP:
|
|
|
|
. Add support for clark notation for namespaces in class map. (lxShaDoWxl)
|
2023-10-28 02:54:14 +08:00
|
|
|
. Mitigate #51561 (SoapServer with a extented class and using sessions,
|
|
|
|
lost the setPersistence()). (nielsdos)
|
2023-10-12 11:30:04 +08:00
|
|
|
|
2023-10-29 22:14:31 +08:00
|
|
|
Sockets:
|
|
|
|
. Removed the deprecated inet_ntoa call support. (David Carlier)
|
|
|
|
|
2023-09-14 20:42:10 +08:00
|
|
|
Standard:
|
|
|
|
. Implement GH-12188 (Indication for the int size in phpinfo()). (timwolla)
|
2023-09-20 00:05:05 +08:00
|
|
|
. Partly fix GH-12143 (Incorrect round() result for 0.49999999999999994).
|
|
|
|
(timwolla)
|
2023-09-22 23:32:09 +08:00
|
|
|
. Fix GH-12252 (round(): Validate the rounding mode). (timwolla)
|
2023-10-06 20:27:01 +08:00
|
|
|
. Increase the default BCrypt cost to 12. (timwolla)
|
2023-09-14 20:42:10 +08:00
|
|
|
|
2023-10-23 02:56:29 +08:00
|
|
|
XML:
|
|
|
|
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)
|
|
|
|
|
2023-09-30 19:59:08 +08:00
|
|
|
XSL:
|
|
|
|
. Implement request #64137 (XSLTProcessor::setParameter() should allow both
|
|
|
|
quotes to be used). (nielsdos)
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|