[PHP-DEV] open_file_for_scanning bug && patch From: Adam Wright (adam <email protected>)
Date: 11/22/00

Whilst developing a Zend extension, we noticed that if you call
open_file_for_scanning twice (or it gets passed a file_handle that's already
open) without ZTS defined, it successfully doenst reopen the file, but it
*does* add it to the opened files llist again. Result is obviously a nice
core file on when performing cleanup. Patch for zend-scanner.c's
open_file_for_scanning function attached.

Adam Wright
adam <email protected>

-- 
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>