* PHP-5.5:
Fixed bug #68917 (parse_url fails on some partial urls)
-PHP NEWS
+PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.5.24
+?? Apr 2015, PHP 5.6.8
+
+- OpenSSL
+ . Fixed bugs #68853, #65137 (Buffered crypto stream data breaks IO polling
+ in stream_select() contexts) (Chris Wright)
-19 Mar 2015, PHP 5.5.23
+ - Core:
+ . Fixed bug #68917 (parse_url fails on some partial urls). (Wei Dai)
+
++
+19 Mar 2015, PHP 5.6.7
- Core:
. Fixed bug #69174 (leaks when unused inner class use traits precedence).