summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-66/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+66
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-66/+0
* - Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-2/+2
* Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-16/+5
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
* Fixed uninitialized dataDmitry Stogov2008-07-251-0/+1
* MFB:Felipe Pena2008-07-051-44/+190
* - MFB: Added arginfo (functions)Felipe Pena2008-07-011-39/+274
* 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
* New macro for check void parametersFelipe Pena2008-02-281-26/+26
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* 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-271-6/+6
* MFBIlia Alshanetsky2007-05-281-2/+2
* more magic number fixesAntony Dovgal2007-01-031-1/+1
* Bump year.Sebastian Bergmann2007-01-011-2/+2
* Error message clean upHannes Magnusson2006-10-081-1/+1
* Update SQLITE2 (non-PDO parts at least) for PHP6/UnicodeSara Golemon2006-10-071-162/+336
* 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-161-4/+15
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-4/+4
* 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-191-29/+3
* - 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-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-5/+5
* - 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
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-1/+1
* MFB51: Fixed bug #35248 (sqlite_query() doesnt set error_msg when returnIlia Alshanetsky2005-11-171-5/+8
* fix #35197 (Destructor is not called) and similar issues in other extensionsAntony Dovgal2005-11-141-1/+1
* Do not set authorizer unless safe_mode or open_basedir are being used.Ilia Alshanetsky2005-10-181-1/+3
* nuke unused var and silence warningsAntony Dovgal2005-10-181-3/+3
* Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case isIlia Alshanetsky2005-10-171-5/+5
* Allow retrieval of query parse errors from SQLite.Ilia Alshanetsky2005-09-081-19/+46
* Unicode support cleanupDmitry Stogov2005-08-231-39/+5
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-16/+17
* Unicode supportDmitry Stogov2005-08-161-32/+123
* ZTS fixes.Sebastian Bergmann2005-08-121-1/+1