iliaa           Tue Apr 21 12:26:33 2009 UTC

  Modified files:              
    /php-src/ext/ldap   ldap.c 
  Log:
  
  MFB: Adjusted prototype
  
http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.196&r2=1.197&diff_format=u
Index: php-src/ext/ldap/ldap.c
diff -u php-src/ext/ldap/ldap.c:1.196 php-src/ext/ldap/ldap.c:1.197
--- php-src/ext/ldap/ldap.c:1.196       Sun Mar 29 18:44:45 2009
+++ php-src/ext/ldap/ldap.c     Tue Apr 21 12:26:33 2009
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: ldap.c,v 1.196 2009/03/29 18:44:45 venaas Exp $ */
+/* $Id: ldap.c,v 1.197 2009/04/21 12:26:33 iliaa Exp $ */
 #define IS_EXT_MODULE
 
 #ifdef HAVE_CONFIG_H
@@ -235,7 +235,7 @@
 
        php_info_print_table_start();
        php_info_print_table_row(2, "LDAP Support", "enabled");
-       php_info_print_table_row(2, "RCS Version", "$Id: ldap.c,v 1.196 
2009/03/29 18:44:45 venaas Exp $");
+       php_info_print_table_row(2, "RCS Version", "$Id: ldap.c,v 1.197 
2009/04/21 12:26:33 iliaa Exp $");
 
        if (LDAPG(max_links) == -1) {
                snprintf(tmp, 31, "%ld/unlimited", LDAPG(num_links));
@@ -286,7 +286,7 @@
 }
 /* }}} */
 
-/* {{{ proto resource ldap_connect([string host [, int port]])
+/* {{{ proto resource ldap_connect([string host [, int port [, string wallet 
[, string wallet_passwd [, int authmode]]]]])
    Connect to an LDAP server */
 PHP_FUNCTION(ldap_connect)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to