Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Move the old sqlite extension to PECL | Johannes Schlüter | 2010-11-19 | 131 | -50385/+0 |
| | | | | | | # discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html | ||||
* | - Completed the fix for bug #52010 | Felipe Pena | 2010-06-20 | 1 | -1/+1 |
| | | | | | # Fixing pdo drivers | ||||
* | - Fixed bug #49320 (PDO returns null when SQLite connection fails) | Felipe Pena | 2010-06-12 | 1 | -0/+1 |
| | |||||
* | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -3/+2 |
| | | | | classes, constants, methods and properties | ||||
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+339 |
| | |||||
* | Fixed a possible arbitrary memory access inside sqlite extension. Reported ↵ | Ilia Alshanetsky | 2010-04-28 | 1 | -2/+2 |
| | | | | by Mateusz Kocielski. | ||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 3 | -20/+5 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵ | Kalle Sommer Nielsen | 2010-04-21 | 1 | -339/+0 |
| | | | | anymore and are barely updated nor available for all extensions | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
| | |||||
* | Revert attempt at supporting both autoconf 2.13 and | Rasmus Lerdorf | 2009-11-29 | 1 | -4/+4 |
| | | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there. | ||||
* | Someone strap down Jani and give him a sedative please. | Rasmus Lerdorf | 2009-11-25 | 1 | -4/+4 |
| | | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief. | ||||
* | - Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, ↵ | Felipe Pena | 2009-10-12 | 2 | -1/+24 |
| | | | | SingleQuery} methods using Reflection | ||||
* | MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set ↵ | Johannes Schlüter | 2009-06-25 | 2 | -0/+25 |
| | | | | (Scott) | ||||
* | Revert previous commit as it was causing alot more trouble than expected | Kalle Sommer Nielsen | 2009-04-07 | 1 | -0/+2 |
| | |||||
* | MFH: Fix redef warnings | Kalle Sommer Nielsen | 2009-04-06 | 1 | -2/+0 |
| | | | | | Kill warning about php_localtime_r not being defined | ||||
* | Improved parameter parsing | Ilia Alshanetsky | 2009-03-22 | 1 | -3/+3 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 |
| | |||||
* | - MFH: Fixed memory leak | Felipe Pena | 2008-12-01 | 1 | -0/+2 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -2/+2 |
| | | | | using array_map) | ||||
* | MFH Error handler isn't properly restored when using fetchObject() with SQLite | Scott MacVicar | 2008-11-22 | 1 | -2/+6 |
| | |||||
* | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -2/+16 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -66/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+66 |
| | |||||
* | MFH: Various tests for the sqlite ext. | Felix De Vliegher | 2008-10-29 | 8 | -0/+334 |
| | | | | | The sqlite session tests are by Mats Lindh <mats at lindh.no>. | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -66/+0 |
| | |||||
* | Updated functions-signatures (const) | Alexey Zakhlestin | 2008-10-16 | 1 | -2/+2 |
| | |||||
* | - MFH: WS | Moriyoshi Koizumi | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | - MFH: Add missing =DIR | Moriyoshi Koizumi | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | MFH: Fix error_handling usage in various extensions | Etienne Kneuss | 2008-08-08 | 1 | -16/+5 |
| | |||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+3 |
| | |||||
* | Fixed uninitialised data | Dmitry Stogov | 2008-07-25 | 1 | -0/+1 |
| | |||||
* | Support for closures | Dmitry Stogov | 2008-07-17 | 2 | -0/+106 |
| | |||||
* | - Added arginfo (methods) | Felipe Pena | 2008-07-05 | 1 | -44/+190 |
| | | | | | - Removed #include "zend_arg_defs.c" | ||||
* | - Added arginfo (functions) | Felipe Pena | 2008-07-01 | 1 | -39/+274 |
| | |||||
* | More todo items | Ilia Alshanetsky | 2008-03-11 | 1 | -0/+2 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -26/+26 |
| | |||||
* | Fix memory issues with statement being deleted twice | Scott MacVicar | 2008-03-09 | 1 | -2/+2 |
| | |||||
* | MFB: Fixed bug #42203 (Clear SQLite result sets before closing database.) | Scott MacVicar | 2008-03-08 | 1 | -0/+15 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
| | |||||
* | update todo | Ilia Alshanetsky | 2007-12-14 | 1 | -2/+0 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -5/+5 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 2 | -8/+8 |
| | |||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -4/+2 |
| | |||||
* | MFH: php_localtime_r() checks | Antony Dovgal | 2007-06-07 | 1 | -0/+3 |
| | |||||
* | Remove pointless RINIT | Ilia Alshanetsky | 2007-05-19 | 2 | -7/+1 |
| | |||||
* | Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled | Ilia Alshanetsky | 2007-05-05 | 2 | -4/+8 |
| | | | | | sqlite2 lib). | ||||
* | - fix vpath build | Sascha Schumann | 2007-04-19 | 1 | -1/+1 |
| | |||||
* | use safe_realloc | Stanislav Malyshev | 2007-03-06 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -4/+4 |
| |