Date: 08/08/99
- Next message: Bug Database: "[PHP-DEV] Bug #1996 Updated: OCI8 no longer compiles"
- Previous message: Bug Database: "[PHP-DEV] Bug #1986 Updated: new iODBC package causes compilation to fail"
- Next in thread: Thies C. Arntzen: "[PHP-DEV] cvs: /php3/functions oci8.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
kara Sun Aug 8 12:22:27 1999 EDT
Modified files:
/php3/functions oci8.c
Log:
Forgot include some headers
Index: php3/functions/oci8.c
diff -u php3/functions/oci8.c:1.117 php3/functions/oci8.c:1.118
--- php3/functions/oci8.c:1.117 Sat Aug 7 07:47:38 1999
+++ php3/functions/oci8.c Sun Aug 8 12:22:26 1999
@@ -33,7 +33,7 @@
#define OCI8_USE_EMALLOC 0 /* set this to 1 if you want to use the php memory manager! */
-/* $Id: oci8.c,v 1.117 1999/08/07 11:47:38 kara Exp $ */
+/* $Id: oci8.c,v 1.118 1999/08/08 16:22:26 kara Exp $ */
/* TODO list:
*
@@ -103,6 +103,10 @@
# include "build-defs.h"
#endif
#include "snprintf.h"
+
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
/* }}} */
/* {{{ thread safety stuff */
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #1996 Updated: OCI8 no longer compiles"
- Previous message: Bug Database: "[PHP-DEV] Bug #1986 Updated: new iODBC package causes compilation to fail"
- Next in thread: Thies C. Arntzen: "[PHP-DEV] cvs: /php3/functions oci8.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

