]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-sqlite3.patch
- updated to 5.4.43
[packages/php.git] / php-sqlite3.patch
diff --git a/php-sqlite3.patch b/php-sqlite3.patch
deleted file mode 100644 (file)
index c933db7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urNp php-5.4.17.orig/ext/sqlite3/libsqlite/sqlite3.c php-5.4.17/ext/sqlite3/libsqlite/sqlite3.c
---- php-5.4.17.orig/ext/sqlite3/libsqlite/sqlite3.c    2013-07-03 06:10:53.000000000 +0000
-+++ php-5.4.17/ext/sqlite3/libsqlite/sqlite3.c 2013-07-18 14:37:33.000000000 +0000
-@@ -18139,7 +18139,7 @@ SQLITE_API sqlite3_int64 sqlite3_soft_he
-   sqlite3_int64 priorLimit;
-   sqlite3_int64 excess;
- #ifndef SQLITE_OMIT_AUTOINIT
--  sqlite3_initialize();
-+  if( sqlite3_initialize() ) return 0;
- #endif
-   sqlite3_mutex_enter(mem0.mutex);
-   priorLimit = mem0.alarmThreshold;
-diff -urNp php-5.4.17.orig/ext/sqlite3/php_sqlite3.h php-5.4.17/ext/sqlite3/php_sqlite3.h
---- php-5.4.17.orig/ext/sqlite3/php_sqlite3.h  2013-07-03 06:10:53.000000000 +0000
-+++ php-5.4.17/ext/sqlite3/php_sqlite3.h       2013-07-18 14:37:33.000000000 +0000
-@@ -21,7 +21,7 @@
- #ifndef PHP_SQLITE3_H
- #define PHP_SQLITE3_H
--#define PHP_SQLITE3_VERSION    "0.7"
-+#define PHP_SQLITE3_VERSION    "0.7-dev"
- extern zend_module_entry sqlite3_module_entry;
- #define phpext_sqlite3_ptr &sqlite3_module_entry