summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Expand)AuthorAgeFilesLines
* - Fixed compilation warningsFelipe Pena2008-03-221-2/+3
* MFB: Fix memory issues with statement being deleted twiceScott MacVicar2008-03-091-2/+2
* Fixed bug #42203 (Clear SQLite result sets before closing database.)Scott MacVicar2008-03-081-0/+15
* Added UEXPECTFelipe Pena2008-02-281-0/+3
* New macro for check void parametersFelipe Pena2008-02-281-26/+26
* Fix tests (new error message)Felipe Pena2008-02-041-2/+6
* both pdo & spl dependencies are optionalAntony Dovgal2008-01-301-4/+3
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-12/+12
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-8/+8
* - Fix some configure --help textsfoobar2007-07-031-4/+2
* php_localtime_r() checksAntony Dovgal2007-06-071-0/+3
* MFBIlia Alshanetsky2007-05-282-3/+2
* MFBIlia Alshanetsky2007-05-281-3/+7
* - fix vpath buildSascha Schumann2007-04-191-1/+1
* more magic number fixesAntony Dovgal2007-01-031-1/+1
* Bump year.Sebastian Bergmann2007-01-014-5/+5
* MFB: Added empty string checksIlia Alshanetsky2006-12-241-1/+4
* Fix buildHannes Magnusson2006-12-101-1/+1
* - build fix the other driver as well (a macro would be nicer)Pierre Joye2006-12-101-0/+11
* zts fixesIlia Alshanetsky2006-11-301-2/+3
* Error message clean upHannes Magnusson2006-10-081-1/+1
* Update SQLITE2 (non-PDO parts at least) for PHP6/UnicodeSara Golemon2006-10-073-168/+345
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-3/+3
* MFB: Added missing validation checks around expand_filepath()Ilia Alshanetsky2006-09-162-4/+19
* add new testAntony Dovgal2006-09-101-0/+18
* fix #38759 (PDO sqlite2 empty query causes segfault)Antony Dovgal2006-09-091-1/+1
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-4/+4
* fix testAntony Dovgal2006-06-201-1/+1
* MFB: E_ERROR -> E_RECOVERABLE_ERRORIlia Alshanetsky2006-06-141-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-131-5/+11
* - Methods have flagsMarcus Boerger2006-05-091-43/+43
* MFB51: Fixed bug #29476 (sqlite_fetch_column_types() locks the databaseIlia Alshanetsky2006-04-181-1/+3
* fix compile failureAntony Dovgal2006-04-151-2/+1
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-5/+2
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-4/+4
* Portable unicode string API:Dmitry Stogov2006-02-211-3/+3
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-193-36/+4
* - Fix iterator handling (how did the fix after api change get lost here?)Marcus Boerger2006-02-161-3/+9
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-15/+15
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-3/+3
* bump year and license versionfoobar2006-01-014-12/+12
* MFB51: Don't lose track of exec() errors in pdo_sqlite2Ilia Alshanetsky2005-12-211-1/+5
* MFB: add missing skipif conditions, fix existing onesAntony Dovgal2005-12-211-0/+2
* MFB51:Ilia Alshanetsky2005-12-208-34/+12
* MFB: int -> longAntony Dovgal2005-12-171-1/+1
* - Nuke php3 legacyfoobar2005-12-062-7/+7
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-3/+3
* Wrap the php_session.h include in the same ifdef as the rest of theBrian France2005-12-051-70/+72