Re: [PHP-DEV] Bug in DOM document.c php_dom_ctx_error_level()

2003-12-01 Thread Christian Stocker
hi adam it's commited. thanks fot the patch chregu On 12/1/03 9:10 AM, Adam Maccabee Trachtenberg wrote: The php_dom_ctx_error_level() function in DOM document.c assumes that input->filename is always non-null. This is not true when the file is an entity. You can trigger this by killing your In

[PHP-DEV] Bug in DOM document.c php_dom_ctx_error_level()

2003-12-01 Thread Adam Maccabee Trachtenberg
The php_dom_ctx_error_level() function in DOM document.c assumes that input->filename is always non-null. This is not true when the file is an entity. You can trigger this by killing your Internet connection and then loading any XML file that references an external entity. For example: http://www