php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1947 call to md5 function produces error msg
Submitted: 1999-08-02 20:08 UTC Modified: 1999-08-06 04:56 UTC
From: yg at stranger dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (02/08/1999) OS: FreeBSD-3.2
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: yg at stranger dot com
New email:
PHP Version: OS:

 

 [1999-08-02 20:08 UTC] yg at stranger dot com
<?
 $m = md5("abc");
 echo $m;
?>

Fatal error: Call to undefined function: md5() in /usr/local/abc/htdocs/md5.php on line 3

This happens in apache module.
cgi-bin version works correctly.

No error messages during configuration and compile.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-06 04:56 UTC] thies at cvs dot php dot net
fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 11:01:30 2024 UTC