[PHP] how to free some memory

2001-12-07 Thread Berthold

Hello!

How can I free some memory after using it in an huge array?

Testing with $oldX = array(); doesn't even free the memory... :-(

-- 
Berthold


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] how to free some memory

2001-12-07 Thread R'twick Niceorgaw

unset($oldX);

- Original Message - 
From: Berthold [EMAIL PROTECTED]
To: PHP-General [EMAIL PROTECTED]
Sent: Friday, December 07, 2001 9:52 AM
Subject: [PHP] how to free some memory


 Hello!
 
 How can I free some memory after using it in an huge array?
 
 Testing with $oldX = array(); doesn't even free the memory... :-(
 
 -- 
 Berthold
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]