kalle Tue Apr 7 11:45:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite/libsqlite/src date.c Log: 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.3.2.1&r2=1.3.4.1.2.3.2.2&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.3.2.1 php-src/ext/sqlite/libsqlite/src/date.c:1.3.4.1.2.3.2.2 --- php-src/ext/sqlite/libsqlite/src/date.c:1.3.4.1.2.3.2.1 Mon Apr 6 09:14:54 2009 +++ php-src/ext/sqlite/libsqlite/src/date.c Tue Apr 7 11:45:13 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.3.2.1 2009/04/06 09:14:54 kalle Exp $ +** $Id: date.c,v 1.3.4.1.2.3.2.2 2009/04/07 11:45:13 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