From:             dragonheart at gentoo dot org
Operating system: all
PHP version:      5CVS-2007-07-08 (CVS)
PHP Bug Type:     cURL related
Bug description:  ext/curl/config.m4 does detect nss crypto usage in curl

Description:
------------
when curl is compiled to use NSS as a crypto engine, curl fails to detect
it as a valid crypto engine.

Reproduce code:
---------------
configure curl with:
./configure --without-ssl --without-gnutls --with-nss

curl --version now shows:
curl 7.16.3 (x86_64-pc-linux-gnu) libcurl/7.16.3 NSS/3.11.5 zlib/1.2.3
libidn/0.6.5
Protocols: tftp ftp telnet dict http file https ftps
Features: IDN IPv6 Largefile SSL libz

php5 configure:
./configure --with-curl
checking for cURL in default path... found in /usr
checking for cURL 7.10.5 or greater... libcurl 7.16.3
checking for SSL support in libcurl... no
checking for curl_easy_perform in -lcurl... yes
checking for curl_version_info in -lcurl... yes
checking for curl_easy_strerror in -lcurl... yes
checking for curl_multi_strerror in -lcurl... yes

Expected result:
----------------
to detect the nss crypto engine and work with it
OR bombout nicely with an unsupported error.

Actual result:
--------------
checking for SSL support in libcurl... no

-- 
Edit bug report at http://bugs.php.net/?id=41921&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41921&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41921&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41921&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41921&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41921&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41921&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41921&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41921&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41921&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41921&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41921&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41921&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41921&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41921&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41921&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41921&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41921&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41921&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41921&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41921&r=mysqlcfg

Reply via email to