Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Update NEWS
  Fixed bug #67741 (auto_prepend_file messes up __LINE__)
  Check variable type before its usage as IS_ARRAY.
  Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

Conflicts:
	NEWS
This commit is contained in:
Reeze Xia 2015-03-03 14:37:06 +08:00
commit f353162ca2

9
NEWS
View File

@ -51,6 +51,15 @@
. Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
calling getChildren()). (Julien)
- CGI:
. Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
- CLI:
. Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
- FPM:
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
19 Feb 2015, PHP 5.6.6
- Core: