[PHP-DEV] Bug #2970: segfault relaed to xml_set_unparsed_entitiy_decl_handler From: paul.c <email protected>
Date: 12/13/99

From: paul.c <email protected>
Operating system: SUSE Linux 6.1
PHP version: 3.0.12
PHP Bug Type: Reproduceable crash
Bug description: segfault relaed to xml_set_unparsed_entitiy_decl_handler

this i my fist time i put my head into some open source code. so i dont relly know what to do....

it is probably just a copy and paste mistake....
the args array was too short... i fixed by changin the following line in xml.c

old line:905 pval *retval, *args[5];

new line:905 pval *retval, *args[6];

if anyone has questions of if i did put it in the wrong place ... send me a mail...

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>