Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Move the old sqlite extension to PECL | Johannes Schlüter | 2010-11-19 | 1 | -633/+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 |
| | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -6/+1 |
| | | | | | | | * 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 | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Added missing validation checks around expand_filepath() | Ilia Alshanetsky | 2006-09-16 | 1 | -0/+4 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Don't lose track of exec() errors in pdo_sqlite2 | Ilia Alshanetsky | 2005-12-21 | 1 | -1/+5 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | nuke unused variable | foobar | 2005-06-17 | 1 | -2/+2 |
| | |||||
* | - This is not C++ code | foobar | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | remove debuging code | Wez Furlong | 2005-03-15 | 1 | -1/+0 |
| | |||||
* | - Errcode might be empty | Marcus Boerger | 2005-03-12 | 1 | -1/+3 |
| | |||||
* | Fix crappy whitespace | Wez Furlong | 2005-03-12 | 1 | -102/+130 |
| | |||||
* | Implement a PDO driver for sqlite 2 | Wez Furlong | 2005-03-11 | 1 | -0/+600 |