Lines Matching refs:to
22 - Moved extensions to PECL: (Johannes)
25 - Changed $_SERVER['REQUEST_TIME'] to include microsecond precision. (Ilia)
26 - Changed default value of "default_charset" php.ini option from ISO-8859-1 to
28 - Changed array_combine() to return empty array instead of FALSE when both
30 - Changed third parameter of preg_match_all() to optional. FR #53238. (Adam)
36 . Added multibyte support by default. Previously php had to be compiled
48 prior to the sending of headers and after default headers have
54 . Improved unix build system to allow building multiple PHP binary SAPIs and
56 . Added optional argument to debug_backtrace() and debug_print_backtrace()
57 to limit the amount of stack frames returned. (Sebastian, Patrick)
94 . Added caches to eliminate repeatable run-time bindings of functions,
101 . ZEND_CATCH now has to be used only with constant class names.
108 . Optimized access to global constants using values with pre-calculated
110 . Optimized access to static properties using executor specialization.
119 . Added "cli.pager" php.ini setting to set a pager for output.
120 . Added "cli.prompt" php.ini setting to configure the shell prompt.
121 . Added shortcut #inisetting=value to change ini settings at run-time.
122 . Changed shell not to terminate on fatal errors.
132 separators to the first byte. FR #53457. (Adam)
140 . Added the + modifier to parseFromFormat to allow trailing text in the
141 string to parse without throwing an error. (Stas, Derick)
165 numeric strings to integers. (Ilia)
183 . Added a "no_ticket" SSL context option to disable the SessionTicket TLS
185 . Added no padding option to openssl_encrypt()/openssl_decrypt(). (Scott)
203 . Changed session.entropy_file to default to /dev/urandom or /dev/arandom if
218 . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids
223 . #45893 (Snmp buffer limited to 2048 char)
226 . #53862 (snmp_set_oid_output_format does not allow returning to default)