Commit:    9e7c2e5906d1ec943afe7f6a0daf613a36ba2137
Author:    Stanislav Malyshev <s...@php.net>         Fri, 18 Jan 2013 13:32:43 
-0800
Parents:   b69fd9c9b8052b1ae2442f03b09be615146fc6c5 
33b104c778c5c0e5446671397aaddd66efa4a7bc
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=9e7c2e5906d1ec943afe7f6a0daf613a36ba2137

Log:
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix bug #63462 (Magic methods called twice for unset protected properties)

Bugs:
https://bugs.php.net/63462

Changed paths:
  MM  NEWS
  MM  Zend/zend_object_handlers.c


Diff:
diff --cc NEWS
index 81e01cc,d753d28..21892b7
--- a/NEWS
+++ b/NEWS
@@@ -1,65 -1,19 +1,67 @@@
  PHP                                                                        
NEWS
  
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2013, PHP 5.3.23
 +?? ??? 2012, PHP 5.4.12
  
 -?? ??? 2013, PHP 5.3.22
 -
 -- Zend Engine:
 +- Core:
 +  . Fixed bug #64011 (get_html_translation_table() output incomplete with
 +    HTML_ENTITIES and ISO-8859-1). (Gustavo)
 +  . Fixed bug #63982 (isset() inconsistently produces a fatal error on
 +    protected property). (Stas)
 +  . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
 +    (Laruence)
    . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
 -  . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
 -    (Johannes)
 +  . Fixed bug #63893 (Poor efficiency of strtr() using array with keys of very
 +    different length). (Gustavo)
 +  . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
+   . Fixed bug #63462 (Magic methods called twice for unset protected 
+     properties). (Stas)
 +  . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)
  
 -- Core
 -  . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
 -    (Laruence)
 +- Date:
 +  . Fixed bug #63699 (Performance improvements for various ext/date 
functions).
 +    (Lars, original patch by njaguar at gmail dot com)
 +  . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV. 
 +    (Derick)
 +
 +- FPM:
 +  . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
 +
 +- Litespeed:
 +  . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
 +
 +- ext/sqlite3:
 +  . Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't
 +    using sqlite3_*_int64 API). (srgoogleguy, Lars)
 +
 +- PDO_OCI
 +  . Fixed bug #57702 (Multi-row BLOB fetches). (hswong3i, Laruence)
 +  . Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long
 +    testsuite). (hswong3i, Lars)
 +
 +- PDO_sqlite:
 +  . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
 +    on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
 +
- ?? ??? 2012, PHP 5.4.11
++17 Jan 2012, PHP 5.4.11
 +
 +- Core:
 +  . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
 +    (Johannes)
 +  . Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
 +    (Todd Ruth, Stas).
 +
 +- Filter:
 +  . Fixed bug #63757 (getenv() produces memory leak with CGI SAPI). (Dmitry)
 +  . Fixed bug #54096 (FILTER_VALIDATE_INT does not accept +0 and -0).
 +    (martin at divbyzero dot net, Lars)
 +
 +- JSON:
 +  . Fixed bug #63737 (json_decode does not properly decode with options
 +    parameter). (Adam)
 +
 +- CLI server
 +  . Update list of common mime types. Added webm, ogv, ogg. (Lars,
 +    pascalc at gmail dot com)
  
  - cURL extension:
    . Fixed bug (segfault due to libcurl connection caching). (Pierrick)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to