This RFC is partially brought about [RFC] PDO / third party DBAL request.
We really need 3.1 to support SQLite3 to meet modern requirements and satisfy users which are up to date with new versions of SQLite DBMS.
There's an approach by Boris Berdichevski that could be also considered: Support of SQLite 3.0+. The current state of the "patch" is here (not tested by me yet though) :
[RFC|Accepted] Support of SQLite 3.0+
- Boris Berdichevski
- Registered User
- Posts: 5
- Joined: Mon Jul 19, 2010 6:28 pm
Re: [RFC|Accepted] Support of SQLite 3.0+
I've tested yet.
And I've tested this many time with my Forum
There is a link for packet of DLLs need to install SQLite 3.0 & driver for php (Windows only). Include drivers for php 5.2.6 & 5.2.9
http://www.borisba.com/~borisba/phpBB3/sqlite3.dlls.zip
And I've tested this many time with my Forum
There is a link for packet of DLLs need to install SQLite 3.0 & driver for php (Windows only). Include drivers for php 5.2.6 & 5.2.9
http://www.borisba.com/~borisba/phpBB3/sqlite3.dlls.zip
Re: [RFC|Accepted] Support of SQLite 3.0+
I'm also currently trying it. Nice Idea, but don't get it to work, because I don't want replace sqlite (2).
Edit: or otherwise. I see, that both things should work, but there also some things get deleted. Currently it doesn't work. I got an empty page, but I'll try to fix that.
Edit: or otherwise. I see, that both things should work, but there also some things get deleted. Currently it doesn't work. I got an empty page, but I'll try to fix that.
- Boris Berdichevski
- Registered User
- Posts: 5
- Joined: Mon Jul 19, 2010 6:28 pm
Re: [RFC|Accepted] Support of SQLite 3.0+
Please use actual correct MOD (PDO, php 5.3.x)
- Attachments
-
- SQLite3.0_MOD_5.3.x.zip
- SQLite3.0_MOD for php 5.3.x PDO 15-Dec-2010 01:09
- (45.71 KiB) Downloaded 2081 times
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: [RFC|Accepted] Support of SQLite 3.0+
Thank you. phpBB 3.1.x will only require PHP 5.2.x, so you cannot expect PHP 5.3.x.Boris Berdichevski wrote:Please use actual correct MOD (PDO, php 5.3.x)
- Boris Berdichevski
- Registered User
- Posts: 5
- Joined: Mon Jul 19, 2010 6:28 pm
Re: [RFC|Accepted] Support of SQLite 3.0+
But SQLite 3.0 started including from php 5.3.x!
User cannot use it if SQLite 3.0 doesn't support.
So, it's not a problem. When user start install / convert his forum, he views list of DB drivers there available.
Then, user can manually add SQLite 3.0 with PDO to previous (< 5.3.x) php version.
User cannot use it if SQLite 3.0 doesn't support.
So, it's not a problem. When user start install / convert his forum, he views list of DB drivers there available.
Then, user can manually add SQLite 3.0 with PDO to previous (< 5.3.x) php version.
Last edited by Boris Berdichevski on Wed Dec 15, 2010 3:27 pm, edited 1 time in total.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: [RFC|Accepted] Support of SQLite 3.0+
Oh yes, you're right. Sorry. I thought it was already added in PHP 5.2.Boris Berdichevski wrote:But SQLite 3.0 started including from php 5.3.x!
User cannot use it if SQLite 3.0 doesn't support.
So, it's not a problem. When user start install / convert his forum, he views list of DB drivers there available.
Then, user can manually add SQLite 3.0 with PDO to previous (< 5.3.x) php versiion.
- Boris Berdichevski
- Registered User
- Posts: 5
- Joined: Mon Jul 19, 2010 6:28 pm
Re: [RFC|Accepted] Support of SQLite 3.0+
So, previous version of this MOD used any php version with manually added SQLite3.0 driver, but without PDO. Then, previous version of the MOD doesn't work on standard php 5.3.x.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: [RFC|Accepted] Support of SQLite 3.0+
The question is whether it makes sense adding SQLite 3.0+ support using PDO without having a generic PDO implemention because that's been moved back to 3.2.