Lines Matching refs:to

10   . Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux
57 . Implemented closure rebinding as parameter to bindTo. (Gustavo Lopes)
82 . Added encode/decode in hex format to mb_[en|de]code_numericentity(). (Rui)
88 . Added ReflectionClass::newInstanceWithoutConstructor() to create a new
131 - Changed E_ALL to include E_STRICT. (Stas)
138 . Added process.max to control the number of process FPM can fork. FR #55166.
163 . Enhance security by limiting access to user defined extensions.
167 . Changed http_response_code() to be able to set a response code. (Kalle)
173 . Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)
198 - Moved extensions to PECL: (Johannes)
202 - Changed $_SERVER['REQUEST_TIME'] to include microsecond precision. (Ilia)
203 - Changed default value of "default_charset" php.ini option from ISO-8859-1 to
205 - Changed array_combine() to return empty array instead of FALSE when both
207 - Changed third parameter of preg_match_all() to optional. FR #53238. (Adam)
213 . Added multibyte support by default. Previously php had to be compiled
225 prior to the sending of headers and after default headers have
231 . Improved unix build system to allow building multiple PHP binary SAPIs and
233 . Added optional argument to debug_backtrace() and debug_print_backtrace()
234 to limit the amount of stack frames returned. (Sebastian, Patrick)
271 . Added caches to eliminate repeatable run-time bindings of functions,
278 . ZEND_CATCH now has to be used only with constant class names.
285 . Optimized access to global constants using values with pre-calculated
287 . Optimized access to static properties using executor specialization.
296 . Added "cli.pager" php.ini setting to set a pager for output.
297 . Added "cli.prompt" php.ini setting to configure the shell prompt.
298 . Added shortcut #inisetting=value to change ini settings at run-time.
299 . Changed shell not to terminate on fatal errors.
309 separators to the first byte. FR #53457. (Adam)
317 . Added the + modifier to parseFromFormat to allow trailing text in the
318 string to parse without throwing an error. (Stas, Derick)
342 numeric strings to integers. (Ilia)
360 . Added a "no_ticket" SSL context option to disable the SessionTicket TLS
362 . Added no padding option to openssl_encrypt()/openssl_decrypt(). (Scott)
380 . Changed session.entropy_file to default to /dev/urandom or /dev/arandom if
389 . Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() to
390 define forbidden operations within XSLT stylesheets, default is not to
400 . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids
409 . #45893 (Snmp buffer limited to 2048 char)
412 . #53862 (snmp_set_oid_output_format does not allow returning to default)
469 . Fixed bug#52013 (Unable to decompress files in a compressed phar). (Hannes)
480 . Reverted the SimpleXML->query() behaviour to returning empty arrays
495 as the new behavior caused mysqlnd SSL connections to hang (#55283).
499 - Upgraded bundled SQLite to version 3.7.7.1. (Scott)
500 - Upgraded bundled PCRE to version 8.12. (Scott)
518 . Fixed bug #54262 (Crash when assigning value to a dimension in a non-array).
524 . Updated crypt_blowfish to 1.2. ((CVE-2011-2483) (Solar Designer)
529 and an --man-dir argument to php-config. (Hannes)
546 . Fixed bug #55014 (Compile failure due to improper use of ctime_r()). (Ilia)
549 . Fixed bug #54935 php_win_err can lead to crash. (Pierre)
572 . Alternative fix for bug #52550, as applied to the round() function (signed
621 . Added 3rd parameter to filter_var_array() and filter_input_array()
642 . Fixed bug #53339 (Fails to build when compilng with gcc 4.5 and DSO
653 . Change E_ERROR to E_WARNING in mcrypt_create_iv when not enough data
655 . Fixed bug #55169 (mcrypt_create_iv always fails to gather sufficient random
659 . Fixed crash when using more than 28,000 bound parameters. Workaround is to
660 set mysqlnd.net_cmd_buffer_size to at least 9000. (Andrey)
672 ciphers to the OpenSSL default for the algorithm. (Scott)
683 . Increased the backtrack limit from 100000 to 1000000 (Rasmus)
724 . Added xml format to the status page. (fat)
732 . Added a real scoreboard and several improvements to the status page. (fat)
768 . Fixed bug #54623 (Segfault when writing to a persistent socket after
774 - Upgraded bundled Sqlite3 to version 3.7.4. (Ilia)
775 - Upgraded bundled PCRE to version 8.11. (Ilia)
778 . Indirect reference to $this fails to resolve if direct $this is never used
780 . Added options to debug backtrace functions. (Stas)
781 . Fixed bug numerous crashes due to setlocale (crash on error, pcre, mysql
795 . Added ability to connect to HTTPS sites through proxy with basic
797 . Changed default value of ini directive serialize_precision from 100 to 17.
812 . Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
822 . Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
875 . Added 'db' and 'catalog' keys to the field fetching functions (FR #39847).
884 . Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to
961 . Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a
1008 - Upgraded bundled Sqlite3 to version 3.7.3. (Ilia)
1009 - Upgraded bundled PCRE to version 8.10. (Ilia)
1031 . Added a 3rd parameter to get_html_translation_table. It now takes a charset
1035 . Implemented FR #52348, added new constant ZEND_MULTIBYTE to detect
1046 . Added new character sets to mysqlnd, which are available in MySQL 5.5
1050 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
1053 . Added '-t/--test' to php-fpm to check and validate FPM conf file. (fat)
1058 . Fixed extract() to do not overwrite $GLOBALS and $this when using
1062 . Changed the $context parameter on copy() to actually have an effect. (Kalle)
1079 . Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities
1082 #185591) to other encodings. Additionaly, html_entity_decode() now doesn't
1093 . Fixed bug #50953 (socket will not connect to IPv4 address when the host has
1101 . Fixed bug #48831 (php -i has different output to php --ini). (Richard,