Re: To many connections error message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Chris írta:
Pintér Tibor wrote:
@, or ask your hoster to disable display_errors

That can be done in the script ;)

ini_set('display_errors', false);

Sure it can, but its a lame host that enables displaying of errors by default, thats why I advised to ask them to disable it globally :)

btw: Although display_errors may be set at runtime (with *ini_set()* <http://hu.php.net/manual/hu/function.ini-set.php>), it won't have any affect if the script has fatal errors. This is because the desired runtime action does not get executed.

t

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux