diff options
author | Felipe Pena <felipe@php.net> | 2008-07-16 13:41:35 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-07-16 13:41:35 +0000 |
commit | 644b06978a315d152179c3368a4a1bb725c6e3de (patch) | |
tree | 092d945c713c048cd6f75e3babccdf21298556a8 /ext/ldap/ldap.c | |
parent | 39098a6d1690bfa5d8f12e13113a80d6bda5bc89 (diff) | |
download | php-git-644b06978a315d152179c3368a4a1bb725c6e3de.tar.gz |
- Fix typo (thanks Pierre)
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index e22f1dcf88..9adf9a77c3 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -2426,7 +2426,7 @@ static ZEND_BEGIN_ARG_INFO_EX(arginfo_ldap_set_option, 0, 0, 3) ZEND_ARG_INFO(0, link_identifier) ZEND_ARG_INFO(0, option) - ZEND_ARG_INFO(1, newval) + ZEND_ARG_INFO(0, newval) ZEND_END_ARG_INFO() static |