summaryrefslogtreecommitdiff
path: root/ext/sqlite/package.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bump PHP 5 sqlite extension number to 2.0Wez Furlong2004-07-101-1/+1
| | | | | (put some distance between it and the 4.3 version)
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-101-1/+1
| | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742)
* - HTML entity to ISO char.Derick Rethans2004-04-301-1/+1
|
* - Fix the php dependencyPierre Joye2004-01-151-1/+1
| | | | | (wide copy/paste is not that good no? ;) )
* MFB: Add myself to creditsIlia Alshanetsky2003-09-191-0/+6
|
* 1.1, not 2.0...Wez Furlong2003-06-241-1/+1
|
* update package.xml for 5.0Wez Furlong2003-06-241-135/+124
|
* More prep for 1.0 release.Wez Furlong2003-06-211-8/+16
|
* Prepare for 1.0 releaseWez Furlong2003-06-211-7/+8
|
* Some tweaks ready for the upcoming 1.0 release.Wez Furlong2003-06-191-0/+5
|
* Added test filesMarcus Boerger2003-06-051-0/+8
|
* UpdateMarcus Boerger2003-06-051-1/+1
|
* UpdateMarcus Boerger2003-06-051-3/+4
|
* Prep for next releaseWez Furlong2003-05-141-1/+6
|
* Add meMarcus Boerger2003-05-041-0/+6
|
* allow sqlite_query() to accept the query string and database resource inWez Furlong2003-04-221-1/+1
| | | | | | | | either order. Forgot to bump the package version number displayed by phpinfo()... Bump to 0.9a
* Prepare for release.Wez Furlong2003-04-211-11/+13
|
* Tidy up package.xml file.Wez Furlong2003-04-201-1/+3
| | | | | | | Cleaner approach for setting THREADSAFE and NDEBUG for bundled libsqlite. Tested with: static, shared and shared with separate build roots under a non-zts build only.
* Implement sqlite_create_function(), which allows binding of php functions byWez Furlong2003-04-201-1/+5
| | | | | | | | | | | | | name; this is a higher performance alternative to the generic php() SQL function. (saves parsing the additional function call in the SQL and a call to zend_is_callable on each function invocation). Add test for sqlite_create_function(). Fixup proto for sqlite_create_aggregate(). Tweak package file and speling in header file.
* UpdateTal Peer2003-04-201-0/+6
|
* Add pecl release version to phpinfo outputWez Furlong2003-04-171-1/+1
|
* Update for new releaseWez Furlong2003-04-171-2/+11
|
* Really fix buildWez Furlong2003-04-171-0/+1
|
* Update build filesWez Furlong2003-04-171-2/+45
|
* Prep for release.Wez Furlong2003-04-171-1/+2
|
* Implement safe_mode and open_basedir checks.Wez Furlong2003-04-171-0/+39
Add package.xml