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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 - 28 = ?
Subscribe to this entry?

 
 [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 22:01:30 2024 UTC