From:             massimo dot ferrario at inforeti dot it
Operating system: linux
PHP version:      4.3.6
PHP Bug Type:     Documentation problem
Bug description:  openssl version requirements

Description:
------------
I am trying to compile the openssl support in php 4.3.6.

Contrary to what is said in the documentation
(http://www.php.net/manual/en/ref.openssl.php)

---- 8< -------- 8< ----
In order to use the OpenSSL functions you need to install the
<http://www.openssl.org/>OpenSSL package. PHP-4.0.4pl1 requires OpenSSL 
>= 0.9.6, but PHP-4.0.5 and greater will also work with OpenSSL >= 0.9.5
---- 8< -------- 8< ----

if I try to compile PHP 4.3.6 on a linux box with version 0.9.5 installed
I get this error

Configuring extensions
checking for OpenSSL support... yes
checking for pkg-config... no
checking for OpenSSL version... configure: error: OpenSSL version 0.9.6 or
greater required.




-- 
Edit bug report at http://bugs.php.net/?id=28529&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28529&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28529&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28529&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28529&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28529&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28529&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28529&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28529&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28529&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28529&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28529&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28529&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28529&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28529&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28529&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28529&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28529&r=float

Reply via email to