Date: 08/28/98
- Next message: shane: "[PHP-DEV] CVS update: php31/ext/calendar"
- Previous message: z-kimmel <email protected>: "[PHP-DEV] Bug #701: object references are inconsistent"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/ext/ldap"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday August 28, 1998 @ 0:09
Author: shane
Update of /repository/php31/ext/ldap
In directory asf:/u2/tmp/cvs-serv4863/ext/ldap
Modified Files:
ldap.c
Log Message:
some work on dl's.
finish up work on wsapi. Working pretty well now, plenty of input from
orielly.
Index: php31/ext/ldap/ldap.c
diff -c php31/ext/ldap/ldap.c:2.3 php31/ext/ldap/ldap.c:2.4
*** php31/ext/ldap/ldap.c:2.3 Thu Aug 27 16:55:40 1998
--- php31/ext/ldap/ldap.c Fri Aug 28 00:09:35 1998
***************
*** 29,35 ****
*/
! /* $Id: ldap.c,v 2.3 1998/08/27 20:55:40 shane Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
DWORD ldapTLS;
--- 29,36 ----
*/
! /* $Id: ldap.c,v 2.4 1998/08/28 04:09:35 shane Exp $ */
! #define IS_EXT_MODULE
#ifdef THREAD_SAFE
#include "tls.h"
DWORD ldapTLS;
***************
*** 300,306 ****
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.3 1998/08/27 20:55:40 shane 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>"
--- 301,307 ----
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.4 1998/08/28 04:09:35 shane 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>"
-- 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>
- Next message: shane: "[PHP-DEV] CVS update: php31/ext/calendar"
- Previous message: z-kimmel <email protected>: "[PHP-DEV] Bug #701: object references are inconsistent"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/ext/ldap"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

