I have a PHP script that has only one line:
<?php error_reporting (E_ALL & ~E_NOTICE); ?>
When run as CLI PHP I get an extremely large number of warnings, errors
and notices, all related to the GD library functions. I would say
roughly about 100 - 150 lines of notices and warnings, just due to that
one line.
I need help, please! Thanx
Phil
<?php error_reporting (E_ALL & ~E_NOTICE); ?>
When run as CLI PHP I get an extremely large number of warnings, errors
and notices, all related to the GD library functions. I would say
roughly about 100 - 150 lines of notices and warnings, just due to that
one line.
I need help, please! Thanx
Phil
Comment