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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Sat Apr 20 02:01:29 2024 UTC