Date: 11/22/00
- Next message: steinm <email protected>: "[PHP-DEV] PHP 4.0 Bug #7920: Problem with zend_ini_parser.y"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7914 Updated: iis doesnt run asp if u have php also installed for it"
- Next in thread: Stanislav Malyshev: "Re: [PHP-DEV] open_file_for_scanning bug && patch"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] open_file_for_scanning bug && patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- application/octet-stream attachment: openforscanning.patch
-- 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: steinm <email protected>: "[PHP-DEV] PHP 4.0 Bug #7920: Problem with zend_ini_parser.y"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7914 Updated: iis doesnt run asp if u have php also installed for it"
- Next in thread: Stanislav Malyshev: "Re: [PHP-DEV] open_file_for_scanning bug && patch"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] open_file_for_scanning bug && patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

