Update of /cvsroot/monetdb/clients/src/php/Cimpl
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15008
Modified Files:
Tag: Clients_1-20
php_monetdb.c
Log Message:
Move #include <stdlib.h> to after the include of the PHP include files. This
made the file compilable with VS 2005 and PHP-5.2.4.
Index: php_monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/clients/src/php/Cimpl/php_monetdb.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- php_monetdb.c 12 Jun 2007 17:12:22 -0000 1.6
+++ php_monetdb.c 24 Oct 2007 14:02:03 -0000 1.6.2.1
@@ -30,8 +30,6 @@
#define WINNT 1
#endif
-#include <stdlib.h>
-
#include "php.h"
#include "php_ini.h"
#include "ext/standard/php_standard.h"
@@ -46,6 +44,8 @@
#include "php_globals.h"
#include "zend_exceptions.h"
+#include <stdlib.h>
+
#define MONETDB_ASSOC 1<<0
#define MONETDB_NUM 1<<1
#define MONETDB_BOTH (MONETDB_ASSOC|MONETDB_NUM)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins