Re: [PHP-DEV] Patch for zend_reflection_api

2004-02-11 Thread Zeev Suraski
Committed - thanks! Zeev At 14:15 11/02/2004, Rob Richards wrote: Fixes a segfault when calling reflection_function::export('Foo'); and function doesnt exist. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runti

[PHP-DEV] Patch for zend_reflection_api

2004-02-11 Thread Rob Richards
Fixes a segfault when calling reflection_function::export('Foo'); and function doesnt exist. Index: zend_reflection_api.c === RCS file: /repository/ZendEngine2/zend_reflection_api.c,v retrieving revision 1.85 diff -u -r1.85 zend_r