mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove sqlite extension leftover references (was removed in PHP 5.4)
This commit is contained in:
parent
57be57ac94
commit
ef9ddd0d82
4 changed files with 0 additions and 18 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -219,10 +219,6 @@ ext/reflection/spl.chm
|
||||||
ext/simplexml/examples/security.new.xml
|
ext/simplexml/examples/security.new.xml
|
||||||
ext/spl/examples/.htaccess
|
ext/spl/examples/.htaccess
|
||||||
ext/spl/examples/*.phps
|
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/phpsql*
|
||||||
ext/sqlite3/tests/*.db
|
ext/sqlite3/tests/*.db
|
||||||
ext/sqlite3/tests/*.tmp
|
ext/sqlite3/tests/*.tmp
|
||||||
|
|
|
@ -101,9 +101,6 @@
|
||||||
#if HAVE_XML && HAVE_WDDX
|
#if HAVE_XML && HAVE_WDDX
|
||||||
#include "ext/wddx/php_wddx.h"
|
#include "ext/wddx/php_wddx.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_SQLITE
|
|
||||||
#include "ext/sqlite/php_sqlite.h"
|
|
||||||
#endif
|
|
||||||
#include "ext/com_dotnet/php_com_dotnet.h"
|
#include "ext/com_dotnet/php_com_dotnet.h"
|
||||||
#ifdef HAVE_SPL
|
#ifdef HAVE_SPL
|
||||||
#include "ext/spl/php_spl.h"
|
#include "ext/spl/php_spl.h"
|
||||||
|
@ -176,9 +173,6 @@ static zend_module_entry *php_builtin_extensions[] = {
|
||||||
#if HAVE_XML && HAVE_WDDX
|
#if HAVE_XML && HAVE_WDDX
|
||||||
,phpext_wddx_ptr
|
,phpext_wddx_ptr
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_SQLITE
|
|
||||||
,phpext_sqlite_ptr
|
|
||||||
#endif
|
|
||||||
#if HAVE_SPL
|
#if HAVE_SPL
|
||||||
,phpext_spl_ptr
|
,phpext_spl_ptr
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -969,10 +969,6 @@ cli_server.color = On
|
||||||
; Default is 0, which does not produce any errors.
|
; Default is 0, which does not produce any errors.
|
||||||
;intl.error_level = E_WARNING
|
;intl.error_level = E_WARNING
|
||||||
|
|
||||||
[sqlite]
|
|
||||||
; http://php.net/sqlite.assoc-case
|
|
||||||
;sqlite.assoc_case = 0
|
|
||||||
|
|
||||||
[sqlite3]
|
[sqlite3]
|
||||||
;sqlite3.extension_dir =
|
;sqlite3.extension_dir =
|
||||||
|
|
||||||
|
|
|
@ -969,10 +969,6 @@ cli_server.color = On
|
||||||
; Default is 0, which does not produce any errors.
|
; Default is 0, which does not produce any errors.
|
||||||
;intl.error_level = E_WARNING
|
;intl.error_level = E_WARNING
|
||||||
|
|
||||||
[sqlite]
|
|
||||||
; http://php.net/sqlite.assoc-case
|
|
||||||
;sqlite.assoc_case = 0
|
|
||||||
|
|
||||||
[sqlite3]
|
[sqlite3]
|
||||||
;sqlite3.extension_dir =
|
;sqlite3.extension_dir =
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue