[PHP-DEV] CVS update: php3/functions From: sas (php-dev <email protected>)
Date: 01/31/99

Date: Sunday January 31, 1999 @ 21:31
Author: sas

Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv13362/functions

Modified Files:
        ldap.c
Log Message:
minor docu/proto fixes

Index: php3/functions/ldap.c
diff -c php3/functions/ldap.c:1.65 php3/functions/ldap.c:1.66
*** php3/functions/ldap.c:1.65 Sun Jan 3 17:46:42 1999
--- php3/functions/ldap.c Sun Jan 31 21:31:10 1999
***************
*** 30,36 ****
   */
   
  
! /* $Id: ldap.c,v 1.65 1999/01/03 22:46:42 rasmus Exp $ */
  #define IS_EXT_MODULE
  #if !PHP_31 && defined(THREAD_SAFE)
  #undef THREAD_SAFE
--- 30,36 ----
   */
   
  
! /* $Id: ldap.c,v 1.66 1999/02/01 02:31:10 sas Exp $ */
  #define IS_EXT_MODULE
  #if !PHP_31 && defined(THREAD_SAFE)
  #undef THREAD_SAFE
***************
*** 305,311 ****
  
          php3_printf("<table>"
                                  "<tr><td>Total links:</td><td>%d/%s</td></tr>\n"
! "<tr><td>RCS Version:</td><td>$Id: ldap.c,v 1.65 1999/01/03 22:46:42 rasmus Exp $</td></tr>\n"
  #if HAVE_NSLDAP
                                  "<tr><td>SDK Version:</td><td>%f</td></tr>"
                                  "<tr><td>Highest LDAP Protocol Supported:</td><td>%f</td></tr>"
--- 305,311 ----
  
          php3_printf("<table>"
                                  "<tr><td>Total links:</td><td>%d/%s</td></tr>\n"
! "<tr><td>RCS Version:</td><td>$Id: ldap.c,v 1.66 1999/02/01 02:31:10 sas Exp $</td></tr>\n"
  #if HAVE_NSLDAP
                                  "<tr><td>SDK Version:</td><td>%f</td></tr>"
                                  "<tr><td>Highest LDAP Protocol Supported:</td><td>%f</td></tr>"
***************
*** 666,672 ****
          return;
  }
  
! /* {{{ proto int ldap_read(int link, string base_dn, string filter [, string attributes])
     Read an entry */
  void php3_ldap_read(INTERNAL_FUNCTION_PARAMETERS)
  {
--- 666,672 ----
          return;
  }
  
! /* {{{ proto int ldap_read(int link, string base_dn, string filter [, array attributes])
     Read an entry */
  void php3_ldap_read(INTERNAL_FUNCTION_PARAMETERS)
  {
***************
*** 674,680 ****
  }
  /* }}} */
  
! /* {{{ proto int ldap_list(int link, string base_dn, string filter [, string attributes])
     Single-level search */
  void php3_ldap_list(INTERNAL_FUNCTION_PARAMETERS)
  {
--- 674,680 ----
  }
  /* }}} */
  
! /* {{{ proto int ldap_list(int link, string base_dn, string filter [, array attributes])
     Single-level search */
  void php3_ldap_list(INTERNAL_FUNCTION_PARAMETERS)
  {
***************
*** 683,689 ****
  /* }}} */
  
  
! /* {{{ proto int ldap_search(int link, string base_dn, string filter [, string attributes])
     Search LDAP tree under base_dn */
  void php3_ldap_search(INTERNAL_FUNCTION_PARAMETERS)
  {
--- 683,689 ----
  /* }}} */
  
  
! /* {{{ proto int ldap_search(int link, string base_dn, string filter [, array attributes])
     Search LDAP tree under base_dn */
  void php3_ldap_search(INTERNAL_FUNCTION_PARAMETERS)
  {

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>