php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2972 Code that worked started intermittantly erroring out
Submitted: 1999-12-13 19:15 UTC Modified: 2000-06-11 19:57 UTC
From: sql42 at hotmail dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 3 OS: Linux MAndrake 6.1
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: sql42 at hotmail dot com
New email:
PHP Version: OS:

 

 [1999-12-13 19:15 UTC] sql42 at hotmail dot com
example code:
HELLO<BR>
<?
    if ($myvar) {  echo ' VALUE="' . $myvar . '"'; }
?>
<BR>WORLD 

output:
HELLO

Warning: Undefined variable: myvar in /www/htdocs/fwq/test.htm on line 3

WORLD

--------
This example always errors out, some of my pages error out on a random basis (hiting reload they may work 7 out of 10 times). I did not change anything when this problem started happening, but, I played with some of the mcrypt functions for the first time right about when this started. I tried a different binary of php4b3 (without mcrypt lib) but it does the same thing. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-11 19:57 UTC] zeev at cvs dot php dot net
This should be fixed.  If somehow you're still experiencing this problem in PHP 4.0.0 - please submit a new bug report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 18:01:34 2024 UTC