[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_object_handlers.c trunk/Zend/zend_object_handlers.c

2011-12-19 Thread Xinchen Hui
laruence Mon, 19 Dec 2011 09:58:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321158 Log: Fixed bug #60558 (Invalid read and writes) Bug: https://bugs.php.net/60558 (Open) Invalid read and writes Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-12-19 Thread Xinchen Hui
laruence Mon, 19 Dec 2011 10:05:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321159 Log: Codes standard Remove useless empty lines Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_compile.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_object_handlers.c trunk/Zend/zend_object_handlers.c

2011-12-19 Thread Xinchen Hui
laruence Mon, 19 Dec 2011 12:00:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321161 Log: Revert previous bad fix, introduce memory leak Changed paths: U php/php-src/branches/PHP_5_4/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_compile.c branches/PHP_5_4/Zend/zend_object_handlers.c trunk/Zend/zend_compile.c trunk/Zend/zend_object_handlers.c

2011-12-19 Thread Xinchen Hui
laruence Mon, 19 Dec 2011 16:48:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321166 Log: Fixed bug #60558 (Invalid read and writes) Re-Fixed bug #60536 (Traits Segfault) #Thanks to tony2001, I found the previous fix -r321089 is actually not a

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/tests/lang/bug29566.phpt branches/PHP_5_4/tests/strings/offsets_chaining_5.phpt trunk/tests/lang/bug29566.phpt trunk/tests/strings/offsets_chaining_5.phpt

2011-12-19 Thread Xinchen Hui
laruence Mon, 19 Dec 2011 16:57:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321167 Log: Fix tests Changed paths: U php/php-src/branches/PHP_5_4/tests/lang/bug29566.phpt U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_compile.c branches/PHP_5_4/Zend/zend_object_handlers.c trunk/Zend/zend_compile.c trunk/Zend/zend_object_handlers.c

2011-12-19 Thread Stefan Marr
Hi: Thanks guys! I have only briefly rechecked the code, and dont remember at the moment how the default property table works, but for me it feels like these offsets are also incorrect for public or protected stuff that gets newly added to the class? Best regards Stefan On 19 Dec 2011, at

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_compile.c branches/PHP_5_4/Zend/zend_object_handlers.c trunk/Zend/zend_compile.c trunk/Zend/zend_object_handlers.c

2011-12-19 Thread Xinchen Hui
Hi: For public and protected properties, you will have only one copy in the child class, so there is no such conflict. Thanks Sent from my iPhone 在 2011-12-20,1:12,Stefan Marr p...@stefan-marr.de 写道: Hi: Thanks guys! I have only briefly rechecked the code, and dont remember at the

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_compile.c branches/PHP_5_4/Zend/zend_object_handlers.c trunk/Zend/zend_compile.c trunk/Zend/zend_object_handlers.c

2011-12-19 Thread Xinchen Hui
s/class/object/ Sent from my iPhone 在 2011-12-20,9:29,Xinchen Hui larue...@gmail.com 写道: Hi: For public and protected properties, you will have only one copy in the child class, so there is no such conflict. Thanks Sent from my iPhone 在 2011-12-20,1:12,Stefan Marr