zenovich / runkit

Runkit (official PECL PHP Runkit extension)
http://pecl.php.net/runkit
Other
611 stars 136 forks source link

handle missing magic methods in runkit macros #57

Closed tony2001 closed 9 years ago

tony2001 commented 11 years ago

Fixes an obscure segfault (as if there is an other kind when runkit is involved..) taking place when "serialize" and "unserialize" methods are overriden and then reverted back. I also went ahead and added __callstatic to the bunch of other magic methods already handled by the macro.

tony2001 commented 11 years ago

Up. This fixes a crash.

zenovich commented 9 years ago

Fixed