diff options
author | Hannes Magnusson <bjori@php.net> | 2006-06-15 15:31:54 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-06-15 15:31:54 +0000 |
commit | 954acfe261a208c10f67cb5dcff14da7b057509b (patch) | |
tree | a39cb8a4dad5315f311f676164c2ecd9907256ee /ext/curl/interface.c | |
parent | 60328ea7c3f72df023373c62cf9bb1ca79ca3437 (diff) | |
download | php-git-954acfe261a208c10f67cb5dcff14da7b057509b.tar.gz |
MFH: Revert array type hinting
Diffstat (limited to 'ext/curl/interface.c')
-rw-r--r-- | ext/curl/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/interface.c b/ext/curl/interface.c index f91bd58a70..1f83ee4e0c 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -207,7 +207,7 @@ ZEND_END_ARG_INFO() static ZEND_BEGIN_ARG_INFO(arginfo_curl_setopt_array, 0) ZEND_ARG_INFO(0, ch) - ZEND_ARG_ARRAY_INFO(0, options, 0) + ZEND_ARG_INFO(0, options)/* ARRAY_INFO(0, options, 0) */ ZEND_END_ARG_INFO() static |