summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* one more attempt at ridding us of some of those annoying mime typesPECL_4_3Gwynne Raskind2009-07-160-0/+0
|
* - peclweb won't let me release if I'm not listed as maintainerMichael Wallner2005-11-071-1/+7
|
* - release 1.2Michael Wallner2005-11-071-4/+5
|
* - missed an occurrence of RETVAL_STRINGMichael Wallner2005-11-051-1/+1
|
* fixed bug #4204 tidy is not binary safeMichael Wallner2005-10-252-18/+29
|
* merge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953Stanislav Malyshev2005-01-031-4/+4
| | | | | bug led to PHP exiting on queries with unknown columns
* another 64-bit fix - 's' in zend_parse_parameters uses int, so it should not ↵Stanislav Malyshev2004-12-121-12/+13
| | | | get long *
* Restore Makefile.frag - it's still needed for 4.2.x buildsZeev Suraski2004-11-281-0/+88
|
* fix amd64 - long != int thereStanislav Malyshev2004-11-261-9/+9
|
* MFH: Fixed bug 29395 (sqlite_escape_string() returns bogus data on emptyIlia Alshanetsky2004-07-271-1/+3
| | | | | strings).
* prep for release.Wez Furlong2004-07-183-6/+14
| | | | | Touch parse.c to avoid weird implicit bison make rule breaking build
* tweak release notesWez Furlong2004-07-101-1/+6
| | | | | # why do I have such a hard time typing sqlite version numbers? :)
* Fix #28402: no need for -ldlWez Furlong2004-07-101-1/+1
|
* this is no longer neededWez Furlong2004-07-101-29/+0
|
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-1044-5393/+5987
| | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742)
* Fixed bug #1713 (possible crash inside tidy_get_error_buffer()).Ilia Alshanetsky2004-06-241-2/+16
|
* MFH: Fixed bug #1580 (Tidy configuration settings leak memory).Ilia Alshanetsky2004-06-081-9/+25
|
* Do not attempt to use configuration file/array if one is not specified.Ilia Alshanetsky2004-05-171-25/+26
|
* Better fix for a possible double free in sqlite_single|array_query() whenIlia Alshanetsky2004-05-161-6/+3
| | | | | a failure occurs between query execution and data retrieval.
* attempt to fix double free on failed queryStanislav Malyshev2004-05-161-1/+4
|
* add sqlite_exec - now to the right tagStanislav Malyshev2004-05-132-0/+33
|
* Fixed a memory leak when retrieving string ini settings.Ilia Alshanetsky2004-05-112-47/+83
| | | | | | Allow tidy_repair_(file|string) to accept an option array and not just a path to the config file.
* MFHMarcus Boerger2004-04-291-1/+1
|
* MFHMarcus Boerger2004-04-222-3/+5
|
* MFH: Fixed bug #28112 (Empty queries may result in crashes).Ilia Alshanetsky2004-04-221-0/+14
|
* This commit was manufactured by cvs2svn to create branch 'PECL_4_3'.SVN Migration2004-04-221-0/+14
|
* MFH: Open basedir & safe_mode exception when copying or attaching to aIlia Alshanetsky2004-04-111-2/+2
| | | | | memory only database.
* MFH: Fixed bug #27928 (sqlite incorrectly handles invalid filenames).Ilia Alshanetsky2004-04-091-0/+6
|
* MFH: Corrected string escape calculation.Ilia Alshanetsky2004-03-071-2/+2
|
* MFH: Fixed possible crash inside sqlite_escape_string() andIlia Alshanetsky2004-02-271-2/+2
| | | | | sqlite_udf_encode_binary().
* This commit was manufactured by cvs2svn to create branch 'PECL_4_3'.SVN Migration2004-02-271-0/+13
|
* Correct .dsp in correct branchEdin Kadribasic2004-01-281-2/+2
|
* Cleaning up the 4.3 branch to remove the ZE2 stuff that was laying aroundJohn Coggeshall2004-01-217-1220/+7
| | | | | and fixed a bug we fixed earlier in HEAD
* This commit was manufactured by cvs2svn to create branch 'PECL_4_3'.SVN Migration2004-01-171-0/+108
|
* bah bahWez Furlong2004-01-171-1/+1
|
* I will test package even at 1am...Wez Furlong2004-01-171-0/+1
|
* update for releaseWez Furlong2004-01-171-24/+43
|
* better fixWez Furlong2004-01-171-3/+2
|
* Not everybody has this ;)Edin Kadribasic2004-01-171-0/+2
|
* fix win32 buildWez Furlong2004-01-171-0/+1
|
* Fix shutdownMarcus Boerger2004-01-151-3/+3
|
* Update version numberEdin Kadribasic2004-01-141-1/+1
|
* Add new files to windows buildEdin Kadribasic2004-01-141-0/+12
|
* Added new files.Ilia Alshanetsky2004-01-140-0/+0
|
* MFH: Fixed bug #26911 (crash in sqlite extension when fetching data fromIlia Alshanetsky2004-01-141-0/+3
| | | | | empty queries).
* This commit was manufactured by cvs2svn to create branch 'PECL_4_3'.SVN Migration2004-01-1422-0/+4726
|
* Touch parser.Ilia Alshanetsky2004-01-141-1/+1
|
* Upgrade bundled libsqlite to 2.8.11Ilia Alshanetsky2004-01-1436-6411/+3403
|
* Fixed Bug #25329 sqlite_create_function with method and reference to $thisMarcus Boerger2003-12-271-6/+4
|
* MFH: do not mangle column names.Ilia Alshanetsky2003-12-142-8/+12
|