[PHP] strange register_shutdown_function() and fopen() conflict

2001-09-07 Thread Kevin Bullaughey
scenario... i am trying to open a file from i function that is called automatically because it is registered with register_shutdown_function(). for some reason i am unable to call fopen(). i am assuming that my script causes a fatal error and i cannot see the output because with apache, one is

[PHP] PHP implementation of associative arrays

2001-07-10 Thread Kevin Bullaughey
is it possible to delete an item from an associative array by using unset(thearray["item1"]); ? if the array item is in turn a large object, does this free up the memory that the object was taking up? thanks, -kevin bullaughey -- PHP General Mailing List (http://www.php.net/) To unsu