]> granicus.if.org Git - php/commitdiff
Remove sqlite extension leftover references (was removed in PHP 5.4)
authorLior Kaplan <kaplanlior@gmail.com>
Tue, 15 Dec 2015 14:39:43 +0000 (16:39 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 16 Dec 2015 07:40:02 +0000 (09:40 +0200)
.gitignore
main/internal_functions_win32.c
php.ini-development
php.ini-production

index e69463a240d18d242a198ac15fda87282d07512a..0a4efddeca6cc9a314db5f9168b924a7ae3e8d5f 100644 (file)
@@ -219,10 +219,6 @@ ext/reflection/spl.chm
 ext/simplexml/examples/security.new.xml
 ext/spl/examples/.htaccess
 ext/spl/examples/*.phps
-ext/sqlite/weztest.sqlite
-ext/sqlite/libsqlite/src/sqlite.h
-ext/sqlite/libsqlite/src/parse.out
-ext/sqlite/libsqlite/src/libsqlite.dsw
 ext/sqlite3/tests/phpsql*
 ext/sqlite3/tests/*.db
 ext/sqlite3/tests/*.tmp
index 6c8cf41658e2bdba6366c31121e6c9502c0a0b85..49144e9fab9b8c03cfb2d140334a94ae1885fcb3 100644 (file)
 #if HAVE_XML && HAVE_WDDX
 #include "ext/wddx/php_wddx.h"
 #endif
-#ifdef HAVE_SQLITE
-#include "ext/sqlite/php_sqlite.h"
-#endif
 #include "ext/com_dotnet/php_com_dotnet.h"
 #ifdef HAVE_SPL
 #include "ext/spl/php_spl.h"
@@ -176,9 +173,6 @@ static zend_module_entry *php_builtin_extensions[] = {
 #if HAVE_XML && HAVE_WDDX
        ,phpext_wddx_ptr
 #endif
-#if HAVE_SQLITE
-       ,phpext_sqlite_ptr
-#endif
 #if HAVE_SPL
        ,phpext_spl_ptr
 #endif
index dac7525149060d9672af0feafb09028f42b661bf..f3504762041563fe58bb2fcb918b976b224ef337 100644 (file)
@@ -969,10 +969,6 @@ cli_server.color = On
 ; Default is 0, which does not produce any errors.
 ;intl.error_level = E_WARNING
 
-[sqlite]
-; http://php.net/sqlite.assoc-case
-;sqlite.assoc_case = 0
-
 [sqlite3]
 ;sqlite3.extension_dir =
 
index 4ee3310be5ede6349908d7c9f4e7d99ad49a5faf..e462003e10e8b197b7f2eb3cd17688a26b0f08f3 100644 (file)
@@ -969,10 +969,6 @@ cli_server.color = On
 ; Default is 0, which does not produce any errors.
 ;intl.error_level = E_WARNING
 
-[sqlite]
-; http://php.net/sqlite.assoc-case
-;sqlite.assoc_case = 0
-
 [sqlite3]
 ;sqlite3.extension_dir =