Lines Matching refs:now

23   . DateTime::createFromImmutable() now has a tentative return type of static,
25 . DateTimeImmutable::createFromMutable() now has a tentative return type of
29 . The ODBC extension now escapes the username and password for the case when
45 . strtolower() and strtoupper() are no longer locale-sensitive. They now
51 . str_split() returns an empty array for an empty string now. Previously it
55 the standard PHP 8 rules now.
58 . The following methods now enforce their signature:
65 . SplFileObject::hasChildren() now has a tentative return type of false,
67 . SplFileObject::getChildren() now has a tentative return type of null,
81 . It is now possible to use null and false as standalone types.
103 . The LMDB Driver now accepts the DBA_LMDB_USE_SUB_DIR or DBA_LMDB_NO_SUB_DIR
108 …. GMP::__construct() can now be used instead of gmp_init() to initialize an object (Only as of PHP…
209 comparison now return -1, 0 and 1.
212 . dba_open() and dba_popen() now have the following enforced function signature
214 . dba_fetch()'s optional skip argument is now at the end in line with
215 PHP userland semantics its signature now is:
222 . mb_check_encoding() now checks input encoding more strictly for
224 . mb_detect_encoding() now checks input encoding more strictly
233 . random_bytes() and random_int() now throw \Random\RandomException on CSPRNG failure.
242 . unserialize() now performs a stricter validation of the structure of serialized
247 `\r\n` is now applied to `\n` alone too.
250 . xml_parser_set_option() now actually returns false when attempting to set a
278 . The peak memory usage can now be reset to the current usage thanks to
306 . DatePeriod properties are now properly declared.
326 . The minimum Oracle Client library version required is now 11.2.
329 . NUL characters (\0) in pattern strings are now supported.
333 active or output has already been sent will now fail and emit a warning.
337 . sqlite3.defensive is now PHP_INI_USER.
340 . getimagesize() now reports the actual image dimensions, bits and channels
345 . tidy properties are now properly declared.
346 . tidyNode properties are now properly declared as readonly.
472 - Parsing of some ill-formatted values will now trigger a warning when this was
574 . The Zip extension is now built as shared library (DLL) by default.
586 . The iterable type is now a built-in compile time alias for array|Traversable.
587 Error messages relating to iterable will therefore now use array|Traversable.