Date: 03/31/01
- Next message: Jani Taskinen: "RE: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Previous message: James Moore: "RE: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- In reply to: clayton collie: "[PHP-DEV] Funkiness in Zend Source ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The persistent resource list behaves in a completely different manner from
the regular resource list. Most of the functions that were replicas of the
regular list functions were redundant and removed (e.g.,
zend_plist_delete(), zend_plist_insert()).
Zeev
At 04:07 31/3/2001, clayton collie wrote:
>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>
-- Zeev Suraski <zeev <email protected>> CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/-- 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: Jani Taskinen: "RE: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Previous message: James Moore: "RE: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- In reply to: clayton collie: "[PHP-DEV] Funkiness in Zend Source ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

