|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-09 17:49 UTC] jimw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 13:00:01 2025 UTC |
I recently upgraded a Mac server and am getting errors in a previously working cURL application. The problem is that I'm doing multiple curl_exec calls on a cURL handle without calling curl_close and reinitializing the handle each time. The error message: Warning: Multiple executions on the same handle are not currently supported, please upgrade to the next version of PHP in /smalldog/sites/checkout.smalldog.com/ups/ups_util.php on line 244 As I had just upgraded to the latest version of PHP, the error message sounded fishy. Anyhow, it's easy enough to code around, but it's not documented as being required. Should this be a code or documentation fix? Rene Version info. The older server is: PHP Version 4.0.5 System Darwin fantail.smalldog.com 5.1 Darwin Kernel Version 5.1: Tue Oct 30 00:06:34 PST 2001; root:xnu/xnu-201.5.obj~1/RELEASE_PPC Power Macintosh powerpc Build Date Dec 18 2001 Configure Command './configure' '--with-mysql' '--with-curl=../curl-7.8' '--with-apache=../apache_1.3.19' '--enable-track-vars' Server API Apache Virtual Directory Support disabled Configuration File (php.ini) Path /usr/local/lib ZEND_DEBUG disabled Thread Safety disabled The new server is: PHP Version 4.1.1 System Darwin localhost 5.2 Darwin Kernel Version 5.2: Fri Dec 7 21:39:35 PST 2001; root:xnu/xnu-201.14.obj~1/RELEASE_PPC Power Macintosh powerpc Build Date Jan 16 2002 Configure Command './configure' '--with-mysql' '--with-curl=../curl-7.9.2' '--with-apache=../apache_1.3.22' '--enable-track-vars' Server API Apache Virtual Directory Support disabled Configuration File (php.ini) Path /usr/local/lib ZEND_DEBUG disabled Thread Safety disabled