Date: 04/30/01
- Next message: rmohr <email protected>: "[PHP-DEV] PHP 4.0 Bug #10453 Updated: mod_auth_mysql and php4.0.5pl1"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Logic in sapi/cgi/cgi_main.c"
- Next in thread: cynic <email protected>: "[PHP-DEV] Bug #10521 Updated: Referencing a variable without setting its contents"
- Maybe reply: cynic <email protected>: "[PHP-DEV] Bug #10521 Updated: Referencing a variable without setting its contents"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10521
Updated by: cynic
Reported By: timl <email protected>
Old-Status: Open
Status: Bogus
Bug Type: IIS related
PHP Version: 4.0.4pl1
Assigned To:
Comments:
I bet the Apache box has error_reporting E_ALL &~ E_NOTICE while the IIS box has error_reporting E_ALL.
RTFM, please.
(if this ain't the case, reopen the report)
Previous Comments:
---------------------------------------------------------------------------
[2001-04-27 02:03:00] timl <email protected>
The following script works in Apache but not in IIS
<?
if ($test=="testval") { print("Success"); }
?>
Apache treats the variable $test as a null variable but IIS throws a error:
Warning: undefined variable test in [script] in line 2
Depending on what follows, it will usually output something like what you were testing for/wanted except that it has the error in front of it.
This is with the standard PHP windows installer. CGI version.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10521&edit=2
-- 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: rmohr <email protected>: "[PHP-DEV] PHP 4.0 Bug #10453 Updated: mod_auth_mysql and php4.0.5pl1"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Logic in sapi/cgi/cgi_main.c"
- Next in thread: cynic <email protected>: "[PHP-DEV] Bug #10521 Updated: Referencing a variable without setting its contents"
- Maybe reply: cynic <email protected>: "[PHP-DEV] Bug #10521 Updated: Referencing a variable without setting its contents"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

