php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50033 Not finding openssl functions despite being enabled
Submitted: 2009-10-29 08:13 UTC Modified: 2009-11-03 10:56 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: ashley at zware dot co dot uk Assigned:
Status: Not a bug Package: OpenSSL related
PHP Version: 5.2.9 OS: Fedora 11
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ashley at zware dot co dot uk
New email:
PHP Version: OS:

 

 [2009-10-29 08:13 UTC] ashley at zware dot co dot uk
Description:
------------
Although openssl reports itself as being enabled in phpinfo (version OpenSSL 0.9.8k-fips 25 Mar 2009 ),  I get Fatal error: Call to undefined function openssl_digest() and similiar for other openssl functions.
Actually on PHP 5.2.9 as that is most recent FC11 package.
SSL is working in apache with mod_ssl loaded and certificates are in place (self cert - its a dev machine.)

Reproduce code:
---------------
$a = openssl_digest($data,$method);

Expected result:
----------------
output from the digest function as per docs.

Actual result:
--------------
( ! ) Fatal error: Call to undefined function openssl_digest() in /var/www/vhosts/zware/application/modules/test/controllers/IndexController.php on line 77


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-03 10:56 UTC] jani@php.net
We do not support 3rd party binary packages. Please report to correct place at fedora.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 15:01:34 2025 UTC