sterling                Wed Jun 18 17:02:02 2003 EDT

  Modified files:              
    /php4/ext/curl      interface.c 
  Log:
  recognize CURLOPT_PORT
  
  
Index: php4/ext/curl/interface.c
diff -u php4/ext/curl/interface.c:1.20 php4/ext/curl/interface.c:1.21
--- php4/ext/curl/interface.c:1.20      Thu Jun 12 08:32:22 2003
+++ php4/ext/curl/interface.c   Wed Jun 18 17:02:02 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: interface.c,v 1.20 2003/06/12 12:32:22 andrey Exp $ */
+/* $Id: interface.c,v 1.21 2003/06/18 21:02:02 sterling Exp $ */
 
 #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
 
@@ -773,6 +773,7 @@
                case CURLOPT_HTTPGET:
                case CURLOPT_HTTP_VERSION:
                case CURLOPT_CRLF:
+               case CURLOPT_PORT:
                        convert_to_long_ex(zvalue);
                        error = curl_easy_setopt(ch->cp, option, Z_LVAL_PP(zvalue));
                        break;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to