Date: 03/30/01
- Next message: bull_garbage <email protected>: "[PHP-DEV] PHP 4.0 Bug #10083: libphp4.so"
- Previous message: avsm <email protected>: "[PHP-DEV] PHP 4.0 Bug #10070 Updated: incorrect ob_gzhandler implementation"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Funkiness in Zend Source ?"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Funkiness in Zend Source ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
so im looking at the source to zend_list.c, trying to understand persistent
lists. i check out zend_plist_delete which passes &EG(persistent_list) as
the hash table parameter to zend_list_do_delete. in zend_do_delete, however,
the hashtable is completely ignored and &EG(regular_list) is used instead.
is this a WAD ?
also, is there no zend_plist_addref ??
BTW - php4.04pl1
-- _____________________________________ "Fried Ice-Cream is a reality !" - George Clinton-- 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: bull_garbage <email protected>: "[PHP-DEV] PHP 4.0 Bug #10083: libphp4.so"
- Previous message: avsm <email protected>: "[PHP-DEV] PHP 4.0 Bug #10070 Updated: incorrect ob_gzhandler implementation"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Funkiness in Zend Source ?"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Funkiness in Zend Source ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

