From:             gil at disatnik dot com
Operating system: Linux
PHP version:      5.5.3
Package:          cURL related
Bug Type:         Bug
Bug description:curl_multi does not work with libcurl >= 7.32

Description:
------------
Hello.
I have noticed that curl_multi does not work with some of my machines
running php 
5.5.3.
I have confirmed the same behavior in both Debian unstable and Ubuntu
(installed 
13.10 beta that comes with 5.5.3 so I could see if it has the same
problem)
I noticed that when I installed php 5.5.3 on Ubuntu 12.04 (using libcurl
7.22 -
(4.2.0.so)) 
everything works as expected so my guess would be that this is some sort of

incompatibility with the newer curl version (both Ubuntu 13.10 and Debian 
unstable are running curl 7.32 (4.3.0.so))
My own POC script simply creates empty files and the sample from php.net
doesn't 
work (hangs and does nothing).

Test script:
---------------
Example from php.net:
http://php.net/manual/en/function.curl-multi-exec.php
My own test script  : http://pastebin.com/jytDnqBp


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

Reply via email to