]> granicus.if.org Git - php/commitdiff
- MFH: use ZEND_ARG_ARRAY_INFO for arginfo_curl_setopt_array
authorPierre Joye <pajoye@php.net>
Mon, 18 May 2009 12:01:44 +0000 (12:01 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 18 May 2009 12:01:44 +0000 (12:01 +0000)
ext/curl/interface.c

index ea266384191c62a0becc65420fa29dfcd0530fda..5c9bc4929acba2f3253267bb07ea5d8ab53bb6f5 100644 (file)
@@ -223,7 +223,7 @@ ZEND_END_ARG_INFO()
 
 ZEND_BEGIN_ARG_INFO(arginfo_curl_setopt_array, 0)
        ZEND_ARG_INFO(0, ch)
-       ZEND_ARG_INFO(0, options)
+       ZEND_ARG_ARRAY_INFO(0, options, 0)
 ZEND_END_ARG_INFO()
 
 ZEND_BEGIN_ARG_INFO(arginfo_curl_exec, 0)