1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

Corrected prototype comments for ldap_get_option and ldap_set_option

This commit is contained in:
Stig Venaas
2000-10-22 11:25:47 +00:00
parent e8c7fd7f5f
commit 5741816315
+2 -2
View 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;