[EMAIL PROTECTED] (Mathias brito) wrote in 
news:[EMAIL PROTECTED]:

> Hello, I made a script that make a backup of the
> entire site with the PHPZip lib. It's works well with
> small sites, but when the size grow, i receive the
> following message:
> 
> Fatal error: Allowed memory size of 1048680 bytes
> exhausted at (null):0 (tried to allocate 170685 bytes)
> in /srv/www/htdocs/zip/pclzip.lib.php on line 2386
> 
> What it mean, and what can i do to fix it...

http://www.php.net/manual/en/configuration.directives.php and look for 
memory_limit

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

Reply via email to