Author Topic: sqlite 3.26  (Read 7227 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
sqlite 3.26
« on: April 02, 2021, 05:41:08 AM »
how to update sqlite


i found sqlite in php.in editor. how to update or activate to 3.26 ( if i remove semicolon and save then it will be updated to 3.26?)


please guide me



[sqlite3]
; Directory pointing to SQLite3 extensions
; http://php.net/sqlite3.extension-dir
;sqlite3.extension_dir =
; SQLite defensive mode flag (only available from SQLite 3.26+)
; When the defensive flag is enabled, language features that allow ordinary
; SQL to deliberately corrupt the database file are disabled. This forbids
; writing directly to the schema, shadow tables (eg. FTS data tables), or
; the sqlite_dbpage virtual table.
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
; (for older SQLite versions, this flag has no use)
;sqlite3.defensive = 1

Offline
*
Re: sqlite 3.26
« Reply #1 on: April 03, 2021, 02:57:21 AM »
how to do update ? plz anyone

Offline
*
Re: sqlite 3.26
« Reply #2 on: April 06, 2021, 02:27:50 PM »
waiting for reply.

any senior members?


Offline
*
Re: sqlite 3.26
« Reply #3 on: April 06, 2021, 02:47:10 PM »

Offline
*****
Re: sqlite 3.26
« Reply #4 on: April 07, 2021, 02:25:02 PM »
Hi.

You can try to update it manually. Why not?
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: sqlite 3.26
« Reply #5 on: April 08, 2021, 03:02:40 AM »
How to update manually. Any guide or instructions. Plz guide me

Offline
*
Re: sqlite 3.26
« Reply #6 on: April 09, 2021, 06:24:44 PM »
hello anyone?

Offline
*****
Re: sqlite 3.26
« Reply #7 on: April 09, 2021, 10:33:48 PM »
Hello you can install latest version by below procedure but we didn't tested it in php etc.

Code: [Select]
yum install tcl -y
cd /usr/local/src
wget https://www.sqlite.org/src/zip/bf8c1b2b/SQLite-bf8c1b2b.zip
unzip SQLite-bf8c1b2b.zip
cd SQLite-bf8c1b2b
./configure --prefix=/usr
make
make install
« Last Edit: April 09, 2021, 11:10:38 PM by Sandeep »

Offline
*
Re: sqlite 3.26
« Reply #8 on: April 12, 2021, 06:29:00 AM »
installed perfect.

and rebooted

when i go to phpinfo still its showing 3.7.17

am i missing anything?

has to add anyhting to php.ini cnfiguraion ?

please guide me



[sqlite3]
; Directory pointing to SQLite3 extensions
; http://php.net/sqlite3.extension-dir
; sqlite3.extension_dir =

; SQLite defensive mode flag (only available from SQLite 3.26+)
; When the defensive flag is enabled, language features that allow ordinary
; SQL to deliberately corrupt the database file are disabled. This forbids
; writing directly to the schema, shadow tables (eg. FTS data tables), or
; the sqlite_dbpage virtual table.
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
; (for older SQLite versions, this flag has no use)
;sqlite3.defensive = 1


plz guide me
« Last Edit: April 12, 2021, 06:37:15 AM by srisree »

Offline
*
Re: sqlite 3.26
« Reply #9 on: April 14, 2021, 11:59:21 AM »
Please anyone

Offline
*
Re: sqlite 3.26
« Reply #10 on: April 16, 2021, 07:08:07 AM »
Anyone?