php4-beta | 200004
Date: 04/02/00
- Next message: Nick Gorham: "Re: [PHP4BETA] php-4.0RC1 as a DSO can't load if unixODBC included"
- Previous message: Andreas Karajannis: "Re: [PHP4BETA] php-4.0RC1 as a DSO can't load if unixODBC included"
- Next in thread: Zeev Suraski: "Re: [PHP4BETA] (php4.0 RC1) releasing of vaules added to resource list"
- Reply: Zeev Suraski: "Re: [PHP4BETA] (php4.0 RC1) releasing of vaules added to resource list"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When adding a value to the resource list (with zend_list_insert)
and having a destructor assign, when does this value get deleted?
The logical is that values put into the "list" (not plist) will
get deleted right after the script ends. But this does not happen
for me. Values are added and found when searching but not deleted
when the script ends.
Is this a bug or must I do diffrent to get that result?
-- Jerry Lundström:<jerry.lundstrom <email protected>> mobile+46.739.876053:phone+46.31.7107244:fax+46.31.7107201 citat.solutions:Kronhusgatan.9:SE-411.05.Göteborg:Sweden www.citat.se/solutions-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Nick Gorham: "Re: [PHP4BETA] php-4.0RC1 as a DSO can't load if unixODBC included"
- Previous message: Andreas Karajannis: "Re: [PHP4BETA] php-4.0RC1 as a DSO can't load if unixODBC included"
- Next in thread: Zeev Suraski: "Re: [PHP4BETA] (php4.0 RC1) releasing of vaules added to resource list"
- Reply: Zeev Suraski: "Re: [PHP4BETA] (php4.0 RC1) releasing of vaules added to resource list"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

