]> granicus.if.org Git - php/commitdiff
Corrected prototype comments for ldap_get_option and ldap_set_option
authorStig Venaas <venaas@php.net>
Sun, 22 Oct 2000 11:25:47 +0000 (11:25 +0000)
committerStig Venaas <venaas@php.net>
Sun, 22 Oct 2000 11:25:47 +0000 (11:25 +0000)
ext/ldap/ldap.c

index a74331d44d1ffa56260528bf8ce7fef5fba2a686..dc78202763767e743a2290d64cc35f683b5f2ea8 100644 (file)
@@ -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;