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
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:
43 + 33 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 13:01:28 2024 UTC