Re: [PHP-DEV] Bug #14455 Updated: Warning: Undefined variable: Version for win98

2002-02-07 Thread Hartmut Holzgraefe

[EMAIL PROTECTED] wrote:
 i have the same problem. when i first time using xitami as a web
 server. the codes like that is fine. but when i go to apache web
 server. it occurs an error.
 why is it happen???

different error_reporting settings in php.ini

-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77

Wir stellen für Sie aus auf der CeBIT 2002 und freuen uns
in Halle 6 auf Ihren Besuch am Stand H 18


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




[PHP-DEV] Bug #14455 Updated: Warning: Undefined variable: Version for win98

2001-12-12 Thread mfischer

ID: 14455
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: PWS related
Operating System: Win98
PHP Version: 4.1.0
New Comment:

You error_reporting level is E_ALL. You shouldn't access variables before setting 
their values.

There's no bug, Bogus.

Previous Comments:


[2001-12-12 09:05:52] [EMAIL PROTECTED]

hi, 
I am using the PWS in the Windows 98. 
I have the following stretch of code: 
?php
echo $oi;
?
e is giving following error: 
Warning: Undefined variable: oi in C:\Inetpub\wwwroot\php\teste.php on line 7

when I test the same code in a server linux this I do not happen. 

thank you.





Edit this bug report at http://bugs.php.net/?id=14455edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]