summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-161-0/+4
|\
| * Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the...Xinchen Hui2013-06-161-0/+4
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-102-4/+4
|\ \ | |/
| * typo fixes (accommodate, parameter)Veres Lajos2013-06-102-4/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-06-021-1/+8
|\ \ | |/
| * Improved test portability so that it doesn't fail with pdo_pgsqlMatteo Beccati2013-06-021-1/+8
| * Happy New YearXinchen Hui2013-01-019-9/+9
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-5/+4
* | Fix test related to change for #bug64007 and also fix in newInstanceArgsXinchen Hui2013-01-222-4/+5
* | Happy New YearXinchen Hui2013-01-019-9/+9
* | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ...Sebastian Bergmann2012-12-062-2/+2
* | Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
| |\
| | * Remove executable permission on incXinchen Hui2012-10-101-0/+0
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-105-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-105-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-105-0/+0
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-096-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-096-0/+0
| |\ \ | | |/
| | * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-096-0/+0
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-201-0/+1
| |\ \ | | |/
| | * skip test for bug 43130 on firebird , not relevantPopa Adrian Marius2012-08-201-0/+1
| | * Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())Xinchen Hui2012-08-021-1/+1
| | * Fix for bug #62379 was missing in 5.3Anatoliy Belsky2012-07-171-3/+9
| | * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-272-2/+2
* | | skip test for bug 43130 on firebird , not relevantPopa Marius Adrian2012-08-201-0/+1
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-08-021-1/+1
|\ \ \ | |/ /
| * | Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())Xinchen Hui2012-08-021-1/+1
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-07-131-3/+9
|\ \ \ | |/ /
| * | Fixed bug #62379 failing ODBC long column functionalityMatt Ficken2012-07-131-3/+9
* | | Merge branch 'PHP-5.4'Johannes Schlüter2012-04-192-127/+122
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-04-192-127/+122
| |\ \ | | |/
| | * Commit generated fileJohannes Schlüter2012-04-191-122/+118
| | * Fix bug #61755 parsing bug can lead to access violationsJohannes Schlüter2012-04-191-5/+4
* | | Merge branch 'PHP-5.4'Johannes Schlüter2012-04-182-5/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-04-182-5/+10
| |\ \ | | |/
| | * Update generated file.Johannes Schlüter2012-04-181-5/+6
| | * Ensure the SQL parser is regenerated after changes.Johannes Schlüter2012-04-181-0/+4
| | * Bug #55663, fixed test for bug 43139 on Firebird. Per request from mariuzMatteo Beccati2012-01-021-0/+2
| | * - Year++Felipe Pena2012-01-019-9/+9
| | * - Fix bug #55776 (PDORow to session bug)Johannes Schlüter2011-09-251-0/+8
| | * Update SKIPIFs for test portabilityChristopher Jones2011-09-081-0/+6
| | * - add skipifPierre Joye2011-09-062-0/+4
| | * gcov test fixesChristopher Jones2011-09-025-3/+6
| | * Avoid strcpy() usageIlia Alshanetsky2011-08-081-2/+2
| | * Fixes for variety of issues identified by coverity scanIlia Alshanetsky2011-08-074-5/+6
| | * Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for theseRasmus Lerdorf2011-08-071-1/+1
| | * Not an issue here, but a good habit to follow consistently. Never use strcpy/...Rasmus Lerdorf2011-08-071-1/+1