Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed compilation warnings | Felipe Pena | 2008-03-22 | 1 | -1/+1 |
| | |||||
* | Fixed compilation warnings | Felipe Pena | 2008-03-22 | 1 | -3/+3 |
| | |||||
* | Fixed test | Dmitry Stogov | 2008-03-18 | 1 | -1/+0 |
| | |||||
* | Unused function in HEAD, fixes compiler warning | Gwynne Raskind | 2008-03-10 | 1 | -0/+2 |
| | |||||
* | New way for check void parameters | Felipe Pena | 2008-03-04 | 2 | -12/+12 |
| | |||||
* | MFB: Fixed bug #44166 (Parameter handling flaw in | Ilia Alshanetsky | 2008-03-03 | 1 | -1/+5 |
| | | | | | PDO::getAvailableDrivers()) | ||||
* | - Fix get_parent_class() of PDORow instances | Johannes Schlüter | 2008-03-03 | 2 | -3/+29 |
| | |||||
* | MFB: Better fix for bug #44189 | Ilia Alshanetsky | 2008-02-26 | 1 | -4/+0 |
| | |||||
* | MFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yet | Ilia Alshanetsky | 2008-02-24 | 1 | -0/+4 |
| | | | | | bound parameters are present) | ||||
* | MFB: Fixed bug #44189 (PDO setAttribute() does not properly validate values | Ilia Alshanetsky | 2008-02-21 | 1 | -0/+14 |
| | | | | | for native numeric options) | ||||
* | MFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error) | Ilia Alshanetsky | 2008-02-20 | 1 | -0/+2 |
| | |||||
* | MFB | Nuno Lopes | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, ↵ | Felipe Pena | 2008-02-19 | 1 | -2/+2 |
| | | | | NULL)) | ||||
* | Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -8/+10 |
| | |||||
* | MFB: move data to const segment | Nuno Lopes | 2008-01-25 | 1 | -4/+4 |
| | |||||
* | MFB: Missing patch bit from the FETCH_GROUP fix | Ilia Alshanetsky | 2008-01-14 | 1 | -0/+2 |
| | |||||
* | MFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column | Ilia Alshanetsky | 2008-01-11 | 1 | -4/+19 |
| | | | | | # by which to group by data is specified. | ||||
* | MFB: Skip test for PostgreSQL driver since error is too dissimilar to other | Ilia Alshanetsky | 2008-01-03 | 1 | -0/+1 |
| | | | | | drivers | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 9 | -9/+9 |
| | |||||
* | Bump copyright year, 1 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Test for bug 43663 | David Soria Parra | 2007-12-30 | 1 | -0/+23 |
| | |||||
* | - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work). | David Soria Parra | 2007-12-30 | 1 | -2/+7 |
| | |||||
* | docbook based spec docs | Wez Furlong | 2007-11-27 | 17 | -0/+1596 |
| | |||||
* | test commit mail | Wez Furlong | 2007-11-27 | 1 | -0/+2 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r247182, | Wez Furlong | 2007-11-27 | 1 | -0/+1 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | MFB: Revert addition of - char support for bound param names | Ilia Alshanetsky | 2007-11-26 | 2 | -11/+9 |
| | |||||
* | - Fixed bug #43365 (Several enums have trailing commas) | Jani Taskinen | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | revert previous pdo patch | Ilia Alshanetsky | 2007-11-20 | 1 | -5/+0 |
| | |||||
* | MFB: Fixed bug #42978 (mismatch between number of bound params and values | Ilia Alshanetsky | 2007-11-20 | 1 | -0/+5 |
| | | | | | causes a crash in pdo_pgsql) | ||||
* | MFB: Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with | Ilia Alshanetsky | 2007-10-31 | 2 | -1/+40 |
| | | | | | fetchAll() | ||||
* | MFB: Test not relavent for sqlite that uses built-in bound syntax | Ilia Alshanetsky | 2007-10-30 | 1 | -0/+1 |
| | |||||
* | MFB: Fixed bug #43130 (Bound parameters cannot have - in their name) | Ilia Alshanetsky | 2007-10-29 | 3 | -159/+309 |
| | |||||
* | stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL | Yiduo (David) Wang | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 2 | -11/+11 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 5 | -12/+12 |
| | |||||
* | MFB: fix crash if stream is empty and reader function sets buffer as null | Stanislav Malyshev | 2007-09-12 | 1 | -1/+5 |
| | |||||
* | PDO is not experimental anymore | Ilia Alshanetsky | 2007-08-26 | 1 | -0/+0 |
| | |||||
* | MFB: Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some | Ilia Alshanetsky | 2007-06-05 | 2 | -22/+32 |
| | | | | | non-well-formed SQL queries). | ||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 3 | -5/+29 |
| | |||||
* | Fixed a typo | Ilia Alshanetsky | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | MFB: PDO:FETCH_KEY_PAIR | Ilia Alshanetsky | 2007-05-16 | 3 | -0/+36 |
| | |||||
* | fix test names | Antony Dovgal | 2007-05-07 | 7 | -7/+7 |
| | |||||
* | > date: 2006/12/09 22:18:42; author: wez; state: Exp; lines: +14 -6 | foobar | 2007-04-25 | 2 | -2/+3 |
| | | | | | | | | | > merge PHP 5 pdo into HEAD. This source compiles on both PHP 5 and PHP 6. > If you're poking around in here, please make sure that any changes you make > compile on both PHP 5 and 6. Thanks! Same goes for Wez. :) (pecl build broken for pdo drivers) | ||||
* | fix #40727 (segfault in PDO when failed to bind parameters) | Antony Dovgal | 2007-03-07 | 1 | -3/+12 |
| | |||||
* | fix a bug where PHP would enter in an infinite cycle with chars with ascii ↵ | Nuno Lopes | 2007-01-03 | 2 | -12/+8 |
| | | | | | | | value > 127 while at it, remove the lim structure parameter (it wasn't being used) | ||||
* | fix PDO_DRIVER_API | Nuno Lopes | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | fix lcov build | Nuno Lopes | 2007-01-03 | 1 | -9/+9 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 9 | -11/+11 |
| | |||||
* | fix lcov/genhtml build (yes it is very picky) | Nuno Lopes | 2006-12-22 | 1 | -11/+11 |
| | |||||
* | merge PHP 5 pdo into HEAD. This source compiles on both PHP 5 and PHP 6. | Wez Furlong | 2006-12-09 | 9 | -156/+359 |
| | | | | | | If you're poking around in here, please make sure that any changes you make compile on both PHP 5 and 6. Thanks! |