php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #286 Call to unsupported or undefined function????
Submitted: 1998-04-19 12:36 UTC Modified: 1998-09-22 09:41 UTC
From: teuber at devicen dot de Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0 Release Candidate 3 OS: Solaris 2.5
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: teuber at devicen dot de
New email:
PHP Version: OS:

 

 [1998-04-19 12:36 UTC] teuber at devicen dot de
sometimes i get this message:

Fatal error: Call to unsupported or undefined function if() in /home/dmag/messe/data/hm98/prog/fitforbusiness/index_d.php3 on line 3

don't know why ... php3 rc3 runs as a apache 1.2.5 module.


this is the php3 source code:
<?php

if(ereg("_d\.ph",$SCRIPT_FILENAME)) {
        $lang="d";
}

if(ereg("_e\.ph",$SCRIPT_FILENAME)) {
        $lang="e";
}
...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-22 09:41 UTC] zeev
No response from the user for quite a while...

---

Fixed long ago
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC