[PHP-DEV] CVS update: php31/ext/mysql From: shane (php-dev <email protected>)
Date: 08/28/98

Date: Friday August 28, 1998 @ 0:09
Author: shane

Update of /repository/php31/ext/mysql
In directory asf:/u2/tmp/cvs-serv4863/ext/mysql

Modified Files:
        mysql.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/mysql/mysql.c
diff -c php31/ext/mysql/mysql.c:2.6 php31/ext/mysql/mysql.c:2.7
*** php31/ext/mysql/mysql.c:2.6 Thu Aug 27 16:55:42 1998
--- php31/ext/mysql/mysql.c Fri Aug 28 00:09:36 1998
***************
*** 27,33 ****
     +----------------------------------------------------------------------+
   */
   
! /* $Id: mysql.c,v 2.6 1998/08/27 20:55:42 shane Exp $ */
  
  
  /* TODO:
--- 27,33 ----
     +----------------------------------------------------------------------+
   */
   
! /* $Id: mysql.c,v 2.7 1998/08/28 04:09:36 shane Exp $ */
  
  
  /* TODO:
***************
*** 35,40 ****
--- 35,41 ----
   * ? Safe mode implementation
   */
  
+ #define IS_EXT_MODULE
  #if defined(THREAD_SAFE)
  #include "tls.h"
  DWORD MySQLTls;

--
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>