Fixed bug #62500 (Segfault in DateInterval class when extended)#123
Fixed bug #62500 (Segfault in DateInterval class when extended)#123reeze wants to merge 1 commit intophp:PHP-5.3from
Conversation
|
@derick will you take a look at this bug? thanks:) |
|
Hi:
class Crasher extends DateInterval { } your fix will trigger a warning and output a NULL, it's totally wrong. the same issue also exists in the write context.
I will make another fix , thanks On Sun, Jul 8, 2012 at 4:16 PM, Reeze Xia
Laruence Xinchen Hui |
|
Comment on behalf of laruence at php.net: closed |
https://bugs.php.net/bug.php?id=62500
When accessing properties before DateIntervl initialized will cause segfault.
other functions checked this situation but left property getter and setter function.