Date: 02/28/99
- Next message: Rasmus Lerdorf: "[PHP-DEV] 3.0.7 tarball"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sunday February 28, 1999 @ 18:32
Author: rasmus
Update of /repository/php3/functions
In directory asf:/home/rasmus/php3/functions
Modified Files:
db.c
Log Message:
Unix build fixes
Index: php3/functions/db.c
diff -c php3/functions/db.c:1.86 php3/functions/db.c:1.87
*** php3/functions/db.c:1.86 Fri Feb 5 06:28:56 1999
--- php3/functions/db.c Sun Feb 28 18:32:32 1999
***************
*** 28,34 ****
+----------------------------------------------------------------------+
*/
! /* $Id: db.c,v 1.86 1999/02/05 11:28:56 sas Exp $ */
#define IS_EXT_MODULE
#if COMPILE_DL
#ifdef PHP_31
--- 28,34 ----
+----------------------------------------------------------------------+
*/
! /* $Id: db.c,v 1.87 1999/02/28 23:32:32 rasmus Exp $ */
#define IS_EXT_MODULE
#if COMPILE_DL
#ifdef PHP_31
***************
*** 42,47 ****
--- 42,48 ----
#endif
#include "php.h"
+ #include "php_compat.h"
#include "internal_functions.h"
#include "php3_list.h"
#include "safe_mode.h"
-- 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: Rasmus Lerdorf: "[PHP-DEV] 3.0.7 tarball"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

