Lines Matching refs:now
35 - **namespace** and **goto** are now reserved keywords.
37 - **Closure** is now a reserved class. (Used by lambda and closure.)
43 - Paths containing NULL (like /some/path\0foo.txt) are now considered invalid.
46 - The HTTP stream wrapper now considers all status codes from 200 to 399 to be
54 - var_dump() output now includes private object members.
56 - session_start() now returns FALSE when the session startup fails.
58 - property_exists() now checks the existence of a property independent of
61 - The $initial parameter for array_reduce can now be of any type.
68 - call_user_func() now propagates $this even if the callee is the parent class.
70 - The filesystem functions opendir(), scandir(), and dir() now use the default
75 warning is now emitted and all by-ref parameters are set to NULL.
77 - There is now native support for the following math functions: asinh(),
80 - In the GD extension, there is now pixelation support available through
83 - crypt() now has Blowfish and extended DES support, and crypt() features are
84 now 100% portable. PHP has its own internal crypt implementation which drops
87 - get_cfg_var() is now able to return "array" INI options.
89 - Stream wrappers can now be used by the include_path INI directive.
91 - These functions now take new parameters:
112 - The dl() function is now disabled by default, and only available under the
115 - mail() now supports the logging of sent mail.
118 stream_set_write_buffer() now work with user-space stream wrappers.
120 - getopt() accepts "long options" now on all platforms.
121 Optional values and using = as a separator for short options are now
132 - The __call() magic method is now invoked on access to private and protected
145 - SplFileInfo::getpathinfo() now returns information about the path name.
154 - SplObjectStorage now has ArrayAccess support. It is also now possible to
179 - call_user_method() and call_user_method_array() are now deprecated. Use
184 - The set_magic_quotes_runtime() function is now deprecated.
187 mysql_drop_db(), and mysql_create_db() are now deprecated.
189 - All ereg functions are now deprecated and emit E_DEPRECATED errors:
200 - session_register(), session_unregister(), and session_is_registered() are now
203 - Comments starting with '#' are now deprecated in .INI files.
205 - The following INI directives will now emit an E_DEPRECATED warning
253 - dns: dns_check_record() will now return an extra "entries" index,
259 - cURL now supports SSH
261 - hash: The SHA-224 and salsa hash algorithms are now supported.
266 Notification (FAN) are now supported.
268 Oracle External Authentication is now supported (except on Windows).
270 The oci8 function oci_bind_by_name() now supports SQLT_AFC (aka the
274 that references a persistent connection goes out of scope, will now
280 - openssl: OpenSSL digest and cipher functions are now supported.
281 It is also now possible to access the internal values of DSA, RSA and
293 - imagepstext now rejects invalid antialiasing steps and raises a warning.
305 - A new "litespeed" SAPI is now available.
307 - FastCGI is now always enabled and can not be disabled. See sapi/cgi/CHANGES
313 - CGI/FastCGI now has support for .htaccess style user-defined php.ini files.
326 - There is now support for special sections: [PATH=/opt/httpd/www.example.com/]
333 - It is now possible to use the full path to load modules using the "extension"
336 - "INI variables" can now be used almost anywhere in a php.ini file.
338 - It is now possible to use alphanumeric or variable indices in INI option
341 - open_basedir is now PHP_INI_ALL
343 - Runtime tightening of open_basedir restrictions is now possible.
353 displayed by default until now. It is disabled by default.
395 - HEREDOC now supports wrapping the identifier with double-quotes, to complement
409 - Dynamic access to static methods is now possible:
413 - Exceptions can now be nested:
422 - Exceptions can now be handled in destructors.
430 - The minimum Windows version is now Windows 2000. (Windows 98, ME and NT4 are
459 - Crypt supports now all available algorithms on Windows (blowfish included).
464 - It is now possible to create hard links on Windows using the link() function,
493 - open_basedir supports now symbolic links (checks the target).
494 - is_link and SplFileInfo symbolic links related method are now fully supported
523 - The bz2.decompress filter now supports concatenation