. Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
(Ferenc)
-- CLI server:
- . Implemented FR #67429 (CLI server is missing some new HTTP response codes).
- (Adam)
-
- FPM:
. Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
+ . Fix bug #67541 (Fix Apache 2.4.10+ SetHandler proxy:fcgi://
+ incompatibilities). (David Zuelke)
-- Streams:
- . Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam)
+ - pgsql:
+ . Fix bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
+ which affected builds against libpq < 7.3. (Adam)
+
+- phpdbg:
+ . Fix Bug #67499 (readline feature not enabled when build with libedit). (Remi)
+ . Fix issue krakjoe/phpdbg#94 (List behavior is inconsistent). (Bob)
+ . Fix issue krakjoe/phpdbg#97 (The prompt should always ensure it is on a
+ newline). (Bob)
+ . Fix issue krakjoe/phpdbg#98 (break if does not seem to work). (Bob)
+ . Fix issue krakjoe/phpdbg#99 (register function has the same behavior as
+ run). (Bob)
+ . Fix issue krakjoe/phpdbg#100 (No way to list the current stack/frames)
+ (Help entry was missing). (Bob)
-?? ??? 2014, PHP 5.5.14
+19 Jun 2014, PHP 5.6.0 Release Candidate 1
- Core:
- . Fixed BC break introduced by patch for bug #67072. (Anatol, Stas)
+ . Implemented FR #64744 (Differentiate between member function call on a null
+ and non-null, non-objects). (Boro Sitnikovski)
+ . Fixed bug #67436 (Autoloader isn't called if two method definitions don't
+ match). (Bob)
. Fixed bug #66622 (Closures do not correctly capture the late bound class
(static::) in some cases). (Levi Morrison)
. Fixed bug #67390 (insecure temporary file use in the configure script).