sterling Mon Oct 21 18:36:00 2002 EDT
Modified files:
/php4/ext/curl curl.c
Log:
no need to double fetch
Index: php4/ext/curl/curl.c
diff -u php4/ext/curl/curl.c:1.119 php4/ext/curl/curl.c:1.120
--- php4/ext/curl/curl.c:1.119 Wed Oct 2 12:44:48 2002
+++ php4/ext/curl/curl.c Mon Oct 21 18:35:59 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: curl.c,v 1.119 2002/10/02 16:44:48 derick Exp $ */
+/* $Id: curl.c,v 1.120 2002/10/21 22:35:59 sterling Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -304,7 +304,6 @@
php_curl *ch = (php_curl *) ctx;
php_curl_write *t = ch->handlers->write;
size_t length = size * nmemb;
- TSRMLS_FETCH();
switch (t->method) {
case PHP_CURL_STDOUT:
@@ -1125,6 +1124,6 @@
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
+ * vim600: fdm=marker
+ * vim: noet sw=4 ts=4
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php