?? ??? 2010, PHP 5.2.13
17 Dec 2009, PHP 5.2.12
+- Updated timezone database to version 2009.19 (2009s). (Derick)
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
single text node when using libxml2.7.3+. (Kalle)
number of file uploads per-request to 20 by default, to prevent possible
DOS via temporary file exhaustion. (Ilia)
+- Changed "post_max_size" php.ini directive to allow unlimited post size by
+ setting it to 0. (Rasmus)
+
- Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
+
- Fixed error_log() to be binary safe when using message_type 3. (Jani)
- Fixed unnecessary invocation of setitimer when timeouts have been disabled.
(Arvind Srinivasan)
(Felipe)
- Fixed memory leak in openssl_pkcs12_export_to_file(). (Felipe)
-- Updated timezone database to version 2009.19 (2009s). (Derick)
-
-- Changed "post_max_size" php.ini directive to allow unlimited post size by
- setting it to 0. (Rasmus)
-
- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes
segfault). (davbrown4 at yahoo dot com, Felipe)
- Fixed bug #50345 (nanosleep not detected properly on some solaris versions).