From:             blue at anonix dot net
Operating system: OpenBSD
PHP version:      4.3.6
PHP Bug Type:     cURL related
Bug description:  there are 10 curl errors with no PHP constants

Description:
------------
there are 10 curl errors with no PHP constants:

(from curl.h)

CURLE_GOT_NOTHING,             /* 52 - when this is a specific error */
CURLE_SSL_ENGINE_NOTFOUND,     /* 53 - SSL crypto engine not found */
CURLE_SSL_ENGINE_SETFAILED,    /* 54 - can not set SSL crypto engine as
default */
CURLE_SEND_ERROR,              /* 55 - failed sending network data */
CURLE_RECV_ERROR,              /* 56 - failure in receiving network data
*/
CURLE_SHARE_IN_USE,            /* 57 - share is in use */
CURLE_SSL_CERTPROBLEM,         /* 58 - problem with the local certificate
*/
CURLE_SSL_CIPHER,              /* 59 - couldn't use specified cipher */
CURLE_SSL_CACERT,              /* 60 - problem with the CA cert (path?)
*/
CURLE_BAD_CONTENT_ENCODING,    /* 61 - Unrecognized transfer encoding */



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

Reply via email to