Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6008371
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:48:53+00:00 2026-05-23T01:48:53+00:00

When Rasmus Lerdorf will update sqlite_* functions here: http://php.net/manual/en/book.sqlite.php to use SQLite version 3?

  • 0

When Rasmus Lerdorf will update sqlite_* functions here: http://php.net/manual/en/book.sqlite.php to use SQLite version 3?

I know I can use PDO. I want to use the native functions since they are faster. And no, I don’t want database abstraction.

I’m using PHP 5.3 and the database that was created using SQLite 2.8.17. Here’s my code:

if ($db = sqlite_open('whatever', 0666, $sqliteerror)){ 
    sqlite_query($db, 'CREATE TABLE foo (bar varchar(10))');
    sqlite_query($db, "INSERT INTO foo VALUES ('fnord')");
    $result = sqlite_query($db, 'select bar from foo');
    var_dump(sqlite_fetch_array($result)); 
} else {
    die($sqliteerror);
}

Any idea?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:48:54+00:00Added an answer on May 23, 2026 at 1:48 am

    PHP has a separate SQLite3 extension. It’s right below the original SQLite extension in the manual menu in case you didn’t notice.

    The original SQLite extension is probably still there for backward compatibility.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Right, since watching Rasmus Lerdorf's talk on PHP performance I've been wanting to profile
I saw this post on Sitepoint quoting a statement by Rasmus Lerdorf which goes
I need to get the basics of this function. The php.net documentation states, for
I met Rasmus Lerdorf at a conference a few months ago. During his talk,
This question stems from watching Rasmus Lerdorf's talk from Drupalcon . This question and
i'm having a little issue with Rasmus Andersson awesome node.js EC2 template http://rsms.me/2011/03/23/ec2-wep-app-template.html ok,
I think I may have found a bug in PHP's crypt() function under Windows.
There are tons of PHP frameworks out there; some are pretty decent, others seem
I was working on my website written in php/mysql. When I first wrote it,
$handle = fopen(/home/rasmus/file.txt, r); $handle = fopen(/home/rasmus/file.gif, wb); I can understand this that /home/rasmus/file.txt

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.