> Take a look at http://cvs.php.net/co.php/php4/php.ini-dist
> The part that should you look at is Resource Limits
> (max_execution_time,memory_limit) and
> set up your php.ini accordingly.
Nope i can't find any solution... It goes well with memory_limit=8M
for a 12Ko file, but won't work for a
Take a look at http://cvs.php.net/co.php/php4/php.ini-dist
The part that should you look at is Resource Limits
(max_execution_time,memory_limit) and
set up your php.ini accordingly.
[EMAIL PROTECTED] wrote:
Here is what i do to parse a file with a perl script from PHP to get a
formatted output
Here is what i do to parse a file with a perl script from PHP to get a
formatted output from the file :
error_reporting(E_ALL);
$cmd="/pathto/dump.pl \"".$HTTP_POST_VARS["filename"]."\" 2>&1";
$res=exec($cmd,$tab,$err);
With small files all goes fine, but when parsing a big file i get the
155 er
Here is what i do to parse a file with a perl script from PHP to get a
formatted output from the file :
error_reporting(E_ALL);
$cmd="/pathto/dump.pl \"".$HTTP_POST_VARS["filename"]."\" 2>&1";
$res=exec($cmd,$tab,$err);
With small files all goes fine, but when parsing a big file i get the
155 er
Here is what i do to parse a file with a perl script from PHP to get a
formatted output from the file :
error_reporting(E_ALL);
$cmd="/pathto/dump.pl \"".$HTTP_POST_VARS["filename"]."\" 2>&1";
$res=exec($cmd,$tab,$err);
With small files all goes fine, but when parsing a big file i get the
155 er
5 matches
Mail list logo