| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
|\ |
|
| * | Improve check for :memory: pseudo-filename in SQlite | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
| * | - fix #55226, WS | Pierre Joye | 2012-01-31 | 1 | -6/+6 |
| * | - fix #55226, fix build | Pierre Joye | 2012-01-31 | 1 | -2/+1 |
| * | createCollation() for pdo_sqlite as well | Rasmus Lerdorf | 2012-01-29 | 1 | -0/+125 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Avoid strcpy() usage | Ilia Alshanetsky | 2011-08-08 | 1 | -7/+7 |
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | - Completed the fix for bug #52010 | Felipe Pena | 2010-06-20 | 1 | -1/+1 |
* | | - fix #55226, WS | Pierre Joye | 2012-01-31 | 1 | -2/+1 |
* | | - fix #55226, fix build | Pierre Joye | 2012-01-31 | 1 | -2/+1 |
* | | createCollation() for pdo_sqlite as well | Rasmus Lerdorf | 2012-01-29 | 1 | -0/+126 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | Avoid strcpy() usage | Ilia Alshanetsky | 2011-08-08 | 1 | -7/+7 |
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | - Completed the fix for bug #52010 | Felipe Pena | 2010-06-20 | 1 | -1/+1 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -7/+2 |
|/ |
|
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -9/+3 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: | Felipe Pena | 2008-12-02 | 1 | -2/+5 |
* | Fixed bug #46409 (__invoke method called outside of object context when using... | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+3 |
* | 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 |
* | Additional expand_filepath() checks | Ilia Alshanetsky | 2006-09-16 | 1 | -0/+4 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | Proper error handling for persistent connections. | Ilia Alshanetsky | 2005-12-20 | 1 | -3/+3 |
* | Fixed possible memory corruption. | Ilia Alshanetsky | 2005-12-19 | 1 | -1/+10 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
* | MFH: Allow overloading of PDO constructor. | Ilia Alshanetsky | 2005-09-20 | 1 | -0/+2 |
* | Only set authorizer if we intend to use it (safe_mode or open_basedir). | Ilia Alshanetsky | 2005-07-27 | 1 | -1/+3 |
* | implement the 'request shutdown' hook; this allows us to register UDFs on | Wez Furlong | 2005-06-10 | 1 | -11/+12 |
* | add sqliteCreateAggregate() | Wez Furlong | 2005-06-10 | 1 | -32/+165 |
* | finish implementation of sqliteCreateFunction(). | Wez Furlong | 2005-06-10 | 1 | -13/+39 |
* | work in progress on UDF. | Wez Furlong | 2005-06-10 | 1 | -3/+187 |
* | Alan: moved your fields away, but reserved you a pointer. | Wez Furlong | 2005-02-26 | 1 | -3/+6 |
* | Fixed compile warnings. | Ilia Alshanetsky | 2005-02-09 | 1 | -4/+2 |
* | Add PDO_ATTR_TIMEOUT support. | Wez Furlong | 2005-02-09 | 1 | -1/+13 |
* | update for api changes | Wez Furlong | 2005-02-06 | 1 | -1/+1 |
* | Eliminate unused parameter. | Wez Furlong | 2005-01-21 | 1 | -2/+2 |
* | Allow drivers to select bind emulation on a per statement basis | Wez Furlong | 2005-01-18 | 1 | -1/+1 |
* | be aware of scrollable cursors; sqlite doesn't support them | Wez Furlong | 2005-01-12 | 1 | -0/+6 |
* | jumbo commit; implement sqlstate error codes. | Wez Furlong | 2005-01-07 | 1 | -17/+36 |
* | hmmmmm. Bound params *were* working this way before, but now it seems that | Wez Furlong | 2004-12-26 | 1 | -1/+2 |