Date: 12/13/99
- Next message: Bug Database: "[PHP-DEV] Bug #1157 Updated: Output in shutdown function dumps core."
- Previous message: Bug Database: "[PHP-DEV] Bug #1160 Updated: How to determine "interface" file location"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #1157 Updated: Output in shutdown function dumps core."
- Previous message: Bug Database: "[PHP-DEV] Bug #1160 Updated: How to determine "interface" file location"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

