Hello! I'm working with an array (about 20 MB), which is shifted to
several other arrays and so on. When I shift a array to another, I don't
need to source-array anymore. PHP is able to handle 2 of the arrays, but
by using more, I get errors about allocating memory. How can I tell PHP
to release to not-used arrays? I didn't find anything like delete or
free.

Martin



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to