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
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:
31 - 21 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC