From:             webmaster at bison-soft dot de
Operating system: irrelevant
PHP version:      5.2.1RC3
PHP Bug Type:     cURL related
Bug description:  CURLOPT_TCP_NODELAY only available in curl >= 7.11.2

Description:
------------
compile of curl extension in php 5.1.3rc3 fails when using libcurl <
7.11.2 because CURLOPT_TCP_NODELAY was first available in 7.11.2



Expected result:
----------------
Compiles cleanly even with curl version 7.10.6

Actual result:
--------------
usr/src/redhat/BUILD/php-5.2.1RC3/ext/curl/interface.c: In function
`zm_startup_curl':
/usr/src/redhat/BUILD/php-5.2.1RC3/ext/curl/interface.c:455:
`CURLOPT_TCP_NODELAY' undeclared (first use in this function)
/usr/src/redhat/BUILD/php-5.2.1RC3/ext/curl/interface.c:455: (Each
undeclared identifier is reported only once
/usr/src/redhat/BUILD/php-5.2.1RC3/ext/curl/interface.c:455: for each
function it appears in.)
/usr/src/redhat/BUILD/php-5.2.1RC3/ext/curl/interface.c: In function
`_php_curl_setopt':
/usr/src/redhat/BUILD/php-5.2.1RC3/ext/curl/interface.c:1267:
`CURLOPT_TCP_NODELAY' undeclared (first use in this function)


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

Reply via email to