From: Stig Venaas Date: Sun, 22 Oct 2000 11:25:47 +0000 (+0000) Subject: Corrected prototype comments for ldap_get_option and ldap_set_option X-Git-Tag: php-4.0.4RC3~567 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5741816315c1ad97ff20e6ecba8cee1f9d85ef30;p=php Corrected prototype comments for ldap_get_option and ldap_set_option --- diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index a74331d44d..dc78202763 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -1507,7 +1507,7 @@ PHP_FUNCTION(ldap_compare) { #if LDAP_API_VERSION > 2000 -/* {{{ proto int ldap_get_option(int link, int option, int retval) +/* {{{ proto boolean ldap_get_option(int link, int option, mixed retval) Get the current value of various session-wide parameters */ PHP_FUNCTION(ldap_get_option) { LDAP *ldap; @@ -1572,7 +1572,7 @@ PHP_FUNCTION(ldap_get_option) { /* }}} */ -/* {{{ proto int ldap_set_option(int link, int option, int newval) +/* {{{ proto boolean ldap_set_option(int link, int option, mixed newval) Set the value of various session-wide parameters */ PHP_FUNCTION(ldap_set_option) { LDAP *ldap;