From:             bestestmail at gmail dot com
Operating system: CentOS release 6.4 (Final)
PHP version:      5.3.25
Package:          cURL related
Bug Type:         Bug
Bug description:curl_getinfo does not return info array if $opt = 0

Description:
------------
In documentation (http://www.php.net/manual/en/function.curl-getinfo.php),

description of function curl_getinfo is "mixed curl_getinfo ( resource $ch
[, int 
$opt = 0 ] )", when i use curl_getinfo( ..., 0) i dont get array of
information 
instead it returns null, but if i use special constant like
CURLINFO_EFFECTIVE_URL
i get specific value.

Expected result:
----------------
Expect all information array

Actual result:
--------------
null

-- 
Edit bug report at https://bugs.php.net/bug.php?id=64798&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64798&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64798&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64798&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64798&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64798&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64798&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64798&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64798&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64798&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64798&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64798&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64798&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64798&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64798&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64798&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64798&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64798&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64798&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64798&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64798&r=mysqlcfg

Reply via email to