From: Dmitry Stogov Date: Tue, 26 Nov 2013 13:48:59 +0000 (+0400) Subject: Revert NEWS X-Git-Tag: php-5.6.0alpha1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52630e3ced18b1f81912af630a6ad35cc05f3400;p=php Revert NEWS --- diff --git a/NEWS b/NEWS index 2b41bf20d4..8188a1bae3 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,6 @@ PHP NEWS . Added some MIME types to the CLI web server (Chris Jones) - Core: -<<<<<<< HEAD . Improved IS_VAR operands fetching. (Laruence, Dmitry) . Implemented internal operator overloading (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita) @@ -22,161 +21,6 @@ PHP NEWS (RFC: https://wiki.php.net/rfc/variadics). (Nikita) . Fixed bug #50333 Improving multi-threaded scalability by using emalloc/efree/estrdup (Anatol, Dmitry) -======= - . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a - string). (Laruence) - -- OPCache - . Fixed bug #66176 (Invalid constant substitution). (Dmitry) - . Fixed bug #65915 (Inconsistent results with require return value). (Dmitry) - . Fixed bug #65559 (Opcache: cache not cleared if changes occur while - running). (Dmitry) - -- readline - . Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi) - -14 Nov 2013, PHP 5.5.6 - -- Core: - . Fixed bug #65947 (basename is no more working after fgetcsv in certain - situation). (Laruence) - . Improved performance of array_merge() and func_get_args() by eliminating - useless copying. (Dmitry) - . Fixed bug #65939 (Space before ";" breaks php.ini parsing). - (brainstorm at nopcode dot org) - . Fixed bug #65911 (scope resolution operator - strange behavior with $this). - (Bob Weinand) - . Fixed bug #65936 (dangling context pointer causes crash). (Tony) - -- FPM: - . Changed default listen() backlog to 65535. (Tony) - -- JSON - . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and - case-sensitivity incorrectly"). (Andrea Faulds) - -- MySQLi: - . Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence) - -- OPcache - . Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris) - . Fixed issue #115 (path issue when using phar). (Dmitry) - . Fixed issue #149 (Phar mount points not working with OPcache enabled). - (Dmitry) - -- ODBC - . Fixed bug #65950 (Field name truncation if the field name is bigger than - 32 characters). (patch submitted by: michael dot y at zend dot com, Yasuo) - -- PDO: - . Fixed bug #66033 (Segmentation Fault when constructor of PDO statement - throws an exception). (Laruence) - . Fixed bug 65946 (sql_parser permanently converts values bound to strings) - -- Standard: - . Fixed bug #64760 (var_export() does not use full precision for floating-point - numbers) (Yasuo) - - -17 Oct 2013, PHP 5.5.5 - -- Core: - . Fixed bug #64979 (Wrong behavior of static variables in closure generators). - (Nikita) - . Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita) - . Fixed bug #65821 (By-ref foreach on property access of string offset - segfaults). (Nikita) - -- CLI server: - . Fixed bug #65633 (built-in server treat some http headers as - case-sensitive). (Adam) - . Fixed bug #65818 (Segfault with built-in webserver and chunked transfer - encoding). (Felipe) - . Added application/pdf to PHP CLI Web Server mime types (Chris Jones) - -- Datetime: - . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error - message). (Boro Sitnikovski) - . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime). - (Boro Sitnikovski) - . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work). - (Boro Sitnikovski) - -- DBA extension: - . Fixed bug #65708 (dba functions cast $key param to string in-place, - bypassing copy on write). (Adam) - -- Filter: - . Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn) - . Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names). - (Syra) - -- FTP: - . Fixed bug #65667 (ftp_nb_continue produces segfault). (Philip Hofstetter) - -- GD - . Ensure that the defined interpolation method is used with the generic - scaling methods. (Pierre) - -- IMAP: - . Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling - imap). (ryotakatsuki at gmail dot com) - -- OPcache: - . Added support for GNU Hurd. (Svante Signell) - . Added function opcache_compile_file() to load PHP scripts into cache - without execution. (Julien) - . Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled). - (Dmitry) - . Fixed bug #65665 (Exception not properly caught when opcache enabled). - (Laruence) - . Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry) - . Fixed issue #135 (segfault in interned strings if initial memory is too - low). (Julien) - -- Sockets: - . Fixed bug #65808 (the socket_connect() won't work with IPv6 address). - (Mike) - -- SPL: - . Fix bug #64782 (SplFileObject constructor make $context optional / give it - a default value). (Nikita) - -- Standard: - . Fixed bug #61548 (content-type must appear at the end of headers for 201 - Location to work in http). (Mike) - -- XMLReader: - . Fixed bug #51936 (Crash with clone XMLReader). (Mike) - . Fixed bug #64230 (XMLReader does not suppress errors). (Mike) - -- Build system: - . Fixed bug #51076 (race condition in shtool's mkdir -p implementation). - (Mike, Raphael Geissert) - . Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing - gzencode())). (Mike) - - -19 Sep 2013, PHP 5.5.4 - -- Core: - . Fixed bug #60598 (cli/apache sapi segfault on objects manipulation). - (Laruence) - . Improved fputcsv() to allow specifying escape character. - . Fixed bug #65490 (Duplicate calls to get lineno & filename for - DTRACE_FUNCTION_*). (Chris Jones) - . Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding - spaces). (Michael M Slusarz) - . Fixed bug #65481 (shutdown segfault due to serialize) (Mike) - . Fixed bug #65470 (Segmentation fault in zend_error() with - --enable-dtrace). (Chris Jones, Kris Van Hees) - . Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert) - . Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees) - . Fixed bug #61759 (class_alias() should accept classes with leading - backslashes). (Julien) - . Fixed bug #46311 (Pointer aliasing issue results in miscompile on gcc4.4). - (Nikita Popov) ->>>>>>> PHP-5.5 - cURL: . Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir