php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14455 Warning: Undefined variable: Version for win98
Submitted: 2001-12-12 09:05 UTC Modified: 2001-12-12 09:13 UTC
From: webmaster at angelo dot com dot br Assigned:
Status: Not a bug Package: PWS related
PHP Version: 4.1.0 OS: Win98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: webmaster at angelo dot com dot br
New email:
PHP Version: OS:

 

 [2001-12-12 09:05 UTC] webmaster at angelo dot com dot br
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-12 09:13 UTC] mfischer@php.net
You error_reporting level is E_ALL. You shouldn't access variables before setting their values.

There's no bug, Bogus.
 [2002-02-07 00:10 UTC] ehdm at email dot com
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???
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Oct 08 21:01:27 2024 UTC