Lines Matching refs:now
23 . Access to the $GLOBALS array is now subject to a number of restrictions.
41 inherited method will now share static variables with the parent method.
57 This means that static variables in methods now behave the same way as
60 . Most non-final internal methods now require overriding methods to declare a
69 . The fileinfo functions now accept and return, respectively, finfo objects
74 . The FTP functions now accept and return, respectively, FTP\Connection objects
79 . The IMAP functions now accept and return, respectively, IMAP\Connection objects
84 . The LDAP functions now accept and return, respectively, LDAP\Connection objects
87 . The LDAP functions now accept and return, respectively, LDAP\Result objects
90 . The LDAP functions now accept and return, respectively, LDAP\ResultEntry
95 . mysqli_fetch_fields() and mysqli_fetch_field_direct() will now always return
107 additional parameter now.
109 . mysqli::connect() will now return true instead of null on success.
116 . EC private keys will now be exported in PKCS#8 format rather than
118 . openssl_pkcs7_encrypt() and openssl_cms_encrypt() will now default to
123 . PDO::ATTR_STRINGIFY_FETCHES now also stringifies values of type bool to
126 not enabled) will now consistently bind a stream result, as documented.
131 . Integers and floats in result sets will now be returned using native PHP
137 . Integers and floats in results sets will now be returned using native PHP
142 . The PgSQL functions now accept and return, respectively, \PgSql\Connection
145 . The PgSQL functions now accept and return, respectively, \PgSql\Result
148 . The PgSQL functions now accept and return, respectively, \PgSql\Lob
157 . The PSpell functions now accept and return, respectively, PSpell\Dictionary objects
160 . The PSpell functions now accept and return, respectively, PSpell\Config objects
167 html_entity_decode() and get_html_translation_table() now use
172 . debug_zval_dump() will now print reference wrappers with their refcount,
175 . debug_zval_dump() will now print "interned" instead of a dummy refcount of
179 . SplFixedArray will now be JSON encoded like an array.
186 . It is now possible to specify octal integer by using the explicit "0o"/"0O"
198 . It is now possible to use "new ClassName()" expressions as parameter
200 as attribute arguments. Objects can also be passed to `define()` now.
202 . Closures for callables can now be created using the syntax `myFunc(...)`,
206 . File uploads now provide an additional full_path key, which contains the
209 . It is now allowed to specify named arguments after an argument unpack, e.g.
246 . Avif support is now available through the imagecreatefromavif() and
303 Parameters can now be passed to mysqli_stmt::execute as an array.
316 . SQLite's "file:" DSN syntax is now supported, which allows specifying
327 . fputcsv() now accepts a new "eol" argument which allow to define a custom
331 . SplFileObject::fputcsv() now accepts a new "eol" argument which allow to
339 . Using -a without the readline extension will now result in an error.
484 . The FILTER_FLAG_ALLOW_OCTAL flag of the FILTER_VALIDATE_INT filter now accept
489 . All GMP function now accept octal string with the leading octal prefix ("0o"/"0O")
493 . mb_check_encoding() now checks input encoding more strictly.
494 . mb_detect_encoding() now checks input encoding more strictly
504 now return values instead of throwing PDOException.
513 . syslog() is now binary safe.
587 . The mysqli_stmt::next_result() and mysqli::fetch_all() methods are now
591 . The OpenSSL extension now requires at least OpenSSL version 1.0.2.
592 . OpenSSL 3.0 is now supported. Be aware that many ciphers are no longer
594 validation (e.g. minimum key sizes) is stricter now.
604 . --with-password-argon2 now uses pkg-config to detect libargon2. As such,
605 an alternative libargon2 location should now be specified using
607 . --with-external-libcrypt now allows to use system libcrypt/libxcrypt
621 . The following socket options are now defined if they are supported:
635 - A leading dollar in a quoted string can now be escaped: "\${" will now be
638 - Backslashes in double quoted strings are now more consistently treated as
640 newline was not considered as a teminated string. It is now interpreted as a