laruence Mon, 19 Dec 2011 09:58:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=321158
Log:
Fixed bug #60558 (Invalid read and writes)
Bug: https://bugs.php.net/60558 (Open) Invalid read and writes
Changed paths:
U php/php-src/bran
laruence Mon, 19 Dec 2011 10:05:48 +
Revision: http://svn.php.net/viewvc?view=revision&revision=321159
Log:
Codes standard & Remove useless empty lines
Changed paths:
U php/php-src/branches/PHP_5_4/Zend/zend_compile.c
U php/php-src/trunk/Zend/zend_
laruence Mon, 19 Dec 2011 12:00:09 +
Revision: http://svn.php.net/viewvc?view=revision&revision=321161
Log:
Revert previous bad fix, introduce memory leak
Changed paths:
U php/php-src/branches/PHP_5_4/NEWS
U php/php-src/branches/PHP_5_4/Zend/zend_o
laruence Mon, 19 Dec 2011 16:48:18 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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
laruence Mon, 19 Dec 2011 16:57:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=321167
Log:
Fix tests
Changed paths:
U php/php-src/branches/PHP_5_4/tests/lang/bug29566.phpt
U php/php-src/branches/PHP_5_4/tests/strings/offsets_chaini
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 17:
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 写道:
> Hi:
>
> Thanks guys!
>
> I have only briefly rechecked the code, and dont remember at the moment how
> the
s/class/object/
Sent from my iPhone
在 2011-12-20,9:29,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 写道:
>
>> Hi:
>>
>> Thanks