Date: 07/31/99
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #1903 Updated: "PACKAGE" + "VERSION" Redefined"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #1774 Updated: Crash when running PHP4.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 1893
Updated by: zeev
Reported By: bram <email protected>
Status: Closed
Bug Type: Scripting Engine problem
Assigned To:
Comments:
require() is not a 'compile-time' statement, i.e., it happens
before PHP begins to execute the script.
That means that if you have your error reporting set to a low
value, and miss the require() failure warning, there'll be no
output at all (since the failure occurs before the execution
of the script).
You must have your error reporting set to show E_COMPILE_ERROR if
you want to see require() failures.
Full Bug description available at: http://bugs.php.net/version4/?id=1893
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #1903 Updated: "PACKAGE" + "VERSION" Redefined"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #1774 Updated: Crash when running PHP4.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

