List:Commits« Previous MessageNext Message »
From:grichter Date:March 13 2007 10:34am
Subject:PHP mysqlnd svn commit: r115 - trunk/ext/mysqli/mysqlnd
View as plain text  
Author: grichter
Date: 2007-03-13 11:34:59 +0100 (Tue, 13 Mar 2007)
New Revision: 115

Modified:
   trunk/ext/mysqli/mysqlnd/mysqlnd_priv.h
Log:
added missing defines for PHP5


Modified: trunk/ext/mysqli/mysqlnd/mysqlnd_priv.h
===================================================================
--- trunk/ext/mysqli/mysqlnd/mysqlnd_priv.h	2007-03-13 10:34:47 UTC (rev 114)
+++ trunk/ext/mysqli/mysqlnd/mysqlnd_priv.h	2007-03-13 10:34:59 UTC (rev 115)
@@ -27,6 +27,14 @@
 #include "TSRM.h"
 #endif
 
+#ifndef TRUE
+#define TRUE 1
+#endif
+
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 #if PHP_MAJOR_VERSION < 6
 #define mysqlnd_array_init(arg, field_count) \
 { \

Thread
PHP mysqlnd svn commit: r115 - trunk/ext/mysqli/mysqlndgrichter13 Mar