Lines Matching refs:now

40 - PHP 5.4 now checks at compile time if /dev/urandom or /dev/arandom
41 are present. If either is available, session.entropy_file now
51 - Deprecated php.ini directives will now throw an E_CORE_WARNING's
55 and will now throw an E_CORE_ERROR upon startup:
79 - E_ALL now includes E_STRICT.
112 enabled. These warnings were displayed by default until now. It is disabled
126 - "callable", "insteadof" and "trait" are now reserved words.
133 now match:
144 This now emits a Fatal error due the incompatible declaration.
148 this now causes a fatal error such as "Cannot re-assign auto-global
152 property will now emit a warning instead of an E_STRICT error.
162 - Converting an array to a string now will cause an E_NOTICE warning.
164 - Non-numeric string offsets, e.g. $a['foo'] where $a is a string, now
177 - Closures now support scopes and $this and can be rebound to
180 - <?= is now always available regardless of the short_open_tag
193 - array_combine now returns array() instead of FALSE when two empty arrays are
203 now UTF-8. In previous versions it was ISO-8859-1. Note that changing
216 - htmlentities() now emits an E_STRICT warning when used with asian characters,
225 now decoding entities in malformed strings such as "&&amp;" or "&#&amp;".
252 - htmlspecialchars_decode() and html_entity_decode() now decode &apos; if the
262 - The third parameter ($matches) to preg_match_all() is now optional. If
266 - The second argument of scandir() now accepts SCANDIR_SORT_NONE (2) as a
271 - stream_select() now preserves the keys of the passed array, be they numeric or
284 - socket_set_options() and socket_get_options() now support multicast options.
286 - The raw data parameter in openssl_encrypt() and openssl_decrypt() is now an
315 now supports hashes marked $2a$, $2x$ and $2y$.
317 - mbstring now supports following encodings: Shift_JIS/UTF-8 Emoji,
327 - is_a() and is_subclass_of() now have third boolean parameter, which specifies
331 - ob_start() will now treat a chunk size of 1 as meaning 1 byte, rather than
334 - idn_to_ascii() and idn_to_utf8() now take two extra parameters, one indicating
338 - gzencode() used with FORCE_DEFLATE now generates RFC1950 compliant data.
407 - Arrays cast from SimpleXMLElement now always contain all nodes instead of
410 - All SimpleXMLElement children are now always printed when using var_dump(),
421 - DateTime::parseFromFormat() now has a "+" modifier to allow trailing text in
426 - FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator now use
495 as the default library now. It is still possible to use libmysql by
501 - The session extension now can hook into the file upload feature
506 - Functions in SNMP extension now returns FALSE on every error
510 - Multi OID get/getnext/set queries are now supported.
524 remote SNMP agent (peer) is done by extension now, not by Net-SNMP
548 and apache_response_headers() are now supported on FastCGI.
553 - The interactive shell now works with the shared readline extension.
564 - is_link now works properly for symbolic links on Windows Vista
580 - A built-in CLI web server for testing purposes is now available:
621 - Chained string array offsets now work.
625 - Anonymous functions now support using $this and class scope.
628 - Class::{expr}() syntax is now supported: