summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.php
Commit message (Collapse)AuthorAgeFilesLines
* - Move the old sqlite extension to PECLJohannes Schlüter2010-11-191-36/+0
| | | | | | # discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
* Better extension availability check.Ilia Alshanetsky2004-03-061-0/+3
|
* Add two new functions:Wez Furlong2003-04-171-0/+3
| | | | | | | | int sqlite_last_error($db) -- returns error code from last query string sqlite_error_string(int code) -- returns english description of an error code.
* Segfault fixing!Wez Furlong2003-04-171-2/+4
|
* Update TODO and example.Wez Furlong2003-04-171-2/+2
| | | | | Hide phpize crap from CVS
* This commit was generated by cvs2svn to compensate for changes in r123706,Wez Furlong2003-04-171-0/+28
which included commits to RCS files with non-trunk default branches.