kalle Tue Apr 7 11:45:50 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sqlite/libsqlite/src date.c
Log:
MFB53: Revert previous commit as it was causing alot more trouble than
expected
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/libsqlite/src/date.c?r1=1.3.4.1.2.4&r2=1.3.4.1.2.5&diff_format=u
Index: php-src/ext/sqlite/libsqlite/src/date.c
diff -u php-src/ext/sqlite/libsqlite/src/date.c:1.3.4.1.2.4
php-src/ext/sqlite/libsqlite/src/date.c:1.3.4.1.2.5
--- php-src/ext/sqlite/libsqlite/src/date.c:1.3.4.1.2.4 Mon Apr 6 09:17:47 2009
+++ php-src/ext/sqlite/libsqlite/src/date.c Tue Apr 7 11:45:50 2009
@@ -16,7 +16,7 @@
** sqliteRegisterDateTimeFunctions() found at the bottom of the file.
** All other code has file scope.
**
-** $Id: date.c,v 1.3.4.1.2.4 2009/04/06 09:17:47 kalle Exp $
+** $Id: date.c,v 1.3.4.1.2.5 2009/04/07 11:45:50 kalle Exp $
**
** NOTES:
**
@@ -53,7 +53,9 @@
#include <stdlib.h>
#include <assert.h>
#include <time.h>
+#ifndef PHP_WIN32
#include "main/php_reentrancy.h"
+#endif
#ifndef SQLITE_OMIT_DATETIME_FUNCS
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php