Author: ahristov
Date: 2007-03-21 09:33:54 +0100 (Wed, 21 Mar 2007)
New Revision: 216
Modified:
trunk/ext/mysqli/mysqli.c
Log:
Patch by helly
Modified: trunk/ext/mysqli/mysqli.c
===================================================================
--- trunk/ext/mysqli/mysqli.c 2007-03-20 20:47:48 UTC (rev 215)
+++ trunk/ext/mysqli/mysqli.c 2007-03-21 08:33:54 UTC (rev 216)
@@ -459,7 +459,7 @@
/* }}} */
static zend_module_dep mysqli_deps[] = {
-#if defined(HAVE_SPL)
+#if defined(HAVE_SPL) && ((PHP_MAJOR_VERSION > 5) || (PHP_MAJOR_VERSION == 5
&& PHP_MINOR_VERSION >= 1))
ZEND_MOD_REQUIRED("spl")
#endif
{NULL, NULL, NULL}
| Thread |
|---|
| • PHP mysqlnd svn commit: r216 - trunk/ext/mysqli | ahristov | 21 Mar |