Date: 08/28/99
- Next message: Jim Winstead: "[PHP-DEV] cvs: /php3/pcrelib pcrelib.dsp /php3/win32 pcre.dsp /php3 configuration-scanner.lex php3.dsw /php3/pcrelib .cvsignore /php3/win32 php_custom_build.dsp"
- Previous message: Jim Winstead: "[PHP-DEV] cvs: /php3/functions hw.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jim Sat Aug 28 20:56:52 1999 EDT
Modified files:
/php3/functions oci8.c
Log:
Fix Windows compile.
Index: php3/functions/oci8.c
diff -u php3/functions/oci8.c:1.120 php3/functions/oci8.c:1.121
--- php3/functions/oci8.c:1.120 Thu Aug 19 03:31:00 1999
+++ php3/functions/oci8.c Sat Aug 28 20:56:52 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.120 1999/08/19 07:31:00 thies Exp $ */
+/* $Id: oci8.c,v 1.121 1999/08/29 00:56:52 jim Exp $ */
/* TODO list:
*
@@ -101,6 +101,8 @@
#if !(WIN32|WINNT)
# include "build-defs.h"
+#else
+# define O_RDONLY _O_RDONLY
#endif
#include "snprintf.h"
-- 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: Jim Winstead: "[PHP-DEV] cvs: /php3/pcrelib pcrelib.dsp /php3/win32 pcre.dsp /php3 configuration-scanner.lex php3.dsw /php3/pcrelib .cvsignore /php3/win32 php_custom_build.dsp"
- Previous message: Jim Winstead: "[PHP-DEV] cvs: /php3/functions hw.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

