[PHP-DEV] CVS update: php31/ext/ldap From: amitay (php-dev <email protected>)
Date: 07/09/98

Date: Thursday July 9, 1998 @ 2:58
Author: amitay

Update of /repository/php31/ext/ldap
In directory asf:/tmp/cvs-serv23930/ext/ldap

Modified Files:
        ldap.c php3_ldap.h
Log Message:
update my email address.

Index: php31/ext/ldap/ldap.c
diff -c php31/ext/ldap/ldap.c:2.1 php31/ext/ldap/ldap.c:2.2
*** php31/ext/ldap/ldap.c:2.1 Fri Jul 3 12:24:29 1998
--- php31/ext/ldap/ldap.c Thu Jul 9 02:58:47 1998
***************
*** 23,35 ****
     | If you did not, or have any questions about PHP licensing, please |
     | contact core <email protected> |
     +----------------------------------------------------------------------+
! | Authors: Amitay Isaacs <amitay <email protected>> |
     | Eric Warnke <ericw <email protected>> |
     +----------------------------------------------------------------------+
   */
   
  
! /* $Id: ldap.c,v 2.1 1998/07/03 16:24:29 ssb Exp $ */
  
  #ifndef MSVC5
  #include "config.h"
--- 23,35 ----
     | If you did not, or have any questions about PHP licensing, please |
     | contact core <email protected> |
     +----------------------------------------------------------------------+
! | Authors: Amitay Isaacs <amitay <email protected>> |
     | Eric Warnke <ericw <email protected>> |
     +----------------------------------------------------------------------+
   */
   
  
! /* $Id: ldap.c,v 2.2 1998/07/09 06:58:47 amitay Exp $ */
  
  #ifndef MSVC5
  #include "config.h"
***************
*** 270,276 ****
  
          php3_printf("<table>"
                                  "<tr><td>Total links:</td><td>%d/%s</td></tr>\n"
! "<tr><td>RCS Version:</td><td>$Id: ldap.c,v 2.1 1998/07/03 16:24:29 ssb 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>"
--- 270,276 ----
  
          php3_printf("<table>"
                                  "<tr><td>Total links:</td><td>%d/%s</td></tr>\n"
! "<tr><td>RCS Version:</td><td>$Id: ldap.c,v 2.2 1998/07/09 06:58:47 amitay 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>"
Index: php31/ext/ldap/php3_ldap.h
diff -c php31/ext/ldap/php3_ldap.h:2.0 php31/ext/ldap/php3_ldap.h:2.1
*** php31/ext/ldap/php3_ldap.h:2.0 Fri Jul 3 09:13:26 1998
--- php31/ext/ldap/php3_ldap.h Thu Jul 9 02:58:47 1998
***************
*** 23,35 ****
     | If you did not, or have any questions about PHP licensing, please |
     | contact core <email protected> |
     +----------------------------------------------------------------------+
! | Authors: Amitay Isaacs <amitay <email protected>> |
     | Eric Warnke <ericw <email protected>> |
     +----------------------------------------------------------------------+
   */
  
  
! /* $Id: php3_ldap.h,v 2.0 1998/07/03 13:13:26 rasmus Exp $ */
  
  #ifndef _PHP3_LDAP_H
  #define _PHP3_LDAP_H
--- 23,35 ----
     | If you did not, or have any questions about PHP licensing, please |
     | contact core <email protected> |
     +----------------------------------------------------------------------+
! | Authors: Amitay Isaacs <amitay <email protected>> |
     | Eric Warnke <ericw <email protected>> |
     +----------------------------------------------------------------------+
   */
  
  
! /* $Id: php3_ldap.h,v 2.1 1998/07/09 06:58:47 amitay Exp $ */
  
  #ifndef _PHP3_LDAP_H
  #define _PHP3_LDAP_H