Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use Z* macro name | Anatol Belski | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | fix pdo_sqlite crash with empty bound stream | Anatol Belski | 2015-11-05 | 2 | -2/+39 |
| | |||||
* | fix test redirection when run not from source root | Anatol Belski | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Fixed bug #70221 (persistent sqlite connection + custom function segfaults) | Xinchen Hui | 2015-08-10 | 1 | -0/+15 |
| | |||||
* | Various warning fixes | Nikita Popov | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 2 | -5/+5 |
| | | | | semantick changes). | ||||
* | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -2/+3 |
| | |||||
* | Make internal non-static methods to be executed in context of class. Set ↵ | Dmitry Stogov | 2015-04-23 | 1 | -1/+1 |
| | | | | EG(scope) accordingly. | ||||
* | Finish PHP 4 constructor deprecation | Nikita Popov | 2015-03-31 | 1 | -2/+2 |
| | |||||
* | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 2 | -7/+4 |
| | |||||
* | Look for PDO include files in the right folder | Maxime BESSON | 2015-02-06 | 1 | -2/+2 |
| | | | | | | Configure scripts for extensions look for PDO include files in $prefix/include/php. This change makes them look into $phpincludedir instead, which may be different from $prefix/include/php. | ||||
* | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -4/+4 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 4 | -41/+41 |
| | |||||
* | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -2/+2 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -66/+60 |
| | |||||
* | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+6 |
| | | | | for better comparability with the mainstream | ||||
* | cleanup TSRMLS_FETCH in ext/pdo* | Anatol Belski | 2014-09-26 | 1 | -6/+0 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 5 | -5/+5 |
| | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 2 | -3/+3 |
| | |||||
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -36/+36 |
| | |||||
* | ported pdo and pdo_sqlite | Anatol Belski | 2014-08-19 | 2 | -13/+13 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -19/+19 |
| | |||||
* | Fixed bug #47407 | Xinchen Hui | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | - Fixed ZTS build | Felipe Pena | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -9/+9 |
| | |||||
* | Fixed Aggregate | Xinchen Hui | 2014-04-24 | 1 | -20/+19 |
| | |||||
* | Various bugs fixed | Xinchen Hui | 2014-04-24 | 1 | -18/+33 |
| | |||||
* | Refactor pdo_sqlite (only compilable) | Xinchen Hui | 2014-04-23 | 3 | -113/+92 |
| | |||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 2 | -8/+8 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-11-05 | 1 | -0/+33 |
|\ | | | | | | | | | | | | | Conflicts: configure.in ext/mysqlnd/mysqlnd.c main/php_version.h | ||||
| * | Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement ↵ | Xinchen Hui | 2013-11-05 | 1 | -0/+33 |
| | | | | | | | | | | | | | | throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is more readable | ||||
* | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -2/+2 |
|/ | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | Add user contributed test. Bug #61748 | Yasuo Ohgaki | 2013-08-02 | 1 | -0/+17 |
| | |||||
* | Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit ↵ | Lars Strojny | 2013-01-14 | 3 | -0/+60 |
| | | | | builds in pdo_sqlite | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | * PHP-5.3: Improve check for :memory: pseudo-filename in SQlite Conflicts: ext/sqlite3/sqlite3.c | ||||
| * | 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 | 3 | -0/+172 |
| | | | | | | | | | | Closes bug #55226 | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | | |||||
| * | Avoid strcpy() usage | Ilia Alshanetsky | 2011-08-08 | 1 | -7/+7 |
| | | |||||
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 2 | -2/+2 |
| | | |||||
| * | - New tests (code coverage++) | Felipe Pena | 2011-06-19 | 2 | -0/+32 |
| | | |||||
| * | Oops, can't cache it here because it won't work | Rasmus Lerdorf | 2011-05-15 | 1 | -6/+6 |
| | | | | | | | | | | | | in autoconf2.13 and we still support that version in this branch |