ます’s Blog - どうでもいい記事100選

どうでもいい記事100選

PHP 5.3 TODO

先日のですが、Iliaさんも登場してきたね。
5.3に向けての作業が本格的に始まる感じがするので、しばらくは要チェックかも。
話は全く変わりますが、5.2.4がリリースされてから今までの修正状況は以下の通り。
今のところ致命的っぽいのは無さそうだけど、DOMやSOAPを使っている人がいたら要注意かもしれません。

--- NEWS	2007/08/29 23:36:11	1.2027.2.547.2.914
+++ NEWS	2007/08/31 12:17:52	1.2027.2.547.2.921
@@ -1,5 +1,19 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 20??, PHP 5.2.5
+- Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
+
+- Fixed bug #42462 (Segmentation when trying to set an attribute in a 
+  DOMElement). (Rob)
+- Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline
+  options). (Dmitry)
+- Fixed bug #42452 (PDO classes do not expose Reflection API information).
+  (Hannes)
+- Fixed bug #42359 (xsd:list type not parsed). (Dmitry)
+- Fixed bug #42326 (SoapServer crash). (Dmitry)
+- Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic
+  compliant wsdl). (Dmitry)
+
 30 Aug 2007, PHP 5.2.4
 - Removed --enable-versioning configure option. (Jani)