Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

RE: [PHP] Size Limit for PHP scripts From: Greg Donald (greg <email protected>)
Date: 03/30/01

You might check to see if there is some kind of endless loop, it's not like
PHP to just die without a reason. Looks like you got plenty of hardware
there, so it must be your code... ;)

> -----Original Message-----
> From: Wally Hartshorn [mailto:Wally.Hartshorn <email protected>]
> Sent: Friday, March 30, 2001 1:53 PM
> To: php-general <email protected>
> Subject: [PHP] Size Limit for PHP scripts
>
>
> Is there a limit to the size of PHP scripts? I'm having a problem
> in which scriptA.php is including() scriptB.php, which then
> requires() scriptC.php. The result is that PHP itself dies. If I
> remove some code from scriptA.php to reduce the size of the
> script, it works fine. (The code that I'm removing wasn't being
> executed during this testing, so the code itself wasn't the problem.)
>
> If there is some limit, is there a parameter I can set to change it?
>
> Here's my setup:
> PHP 4.0.4 pl1
> iPlanet 4.1 sp5
> Solaris 2.7
> Sun ES 250, 1GB RAM
>
> Thanks,
> Wally Hartshorn
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>