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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Tue May 07 12:01:32 2024 UTC