summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Collapse)AuthorAgeFilesLines
* Fixed arginfo of PDO::__construct() to match the docs and ↵Bob Weinand2014-01-281-2/+2
| | | | zend_parse_parameters definition.
* Bump yearXinchen Hui2014-01-038-8/+8
|
* Fix broken testRasmus Lerdorf2013-11-091-3/+2
|
* Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to stringsRasmus Lerdorf2013-11-073-21/+60
|
* Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement ↵Xinchen Hui2013-11-051-2/+2
| | | | | | | throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is more readable
* Fixed other compiler warningsMatteo Beccati2013-08-222-2/+2
|
* Fixed compiler warningMatteo Beccati2013-08-211-4/+4
| | | | | | | I moved the constant to the enum in order to avoid this: ext/pgsql/pgsql.c:3491: warning: comparison is always false due to limited range of data type Works in gcc 4.6, but I'm not sure about other compilers.
* Quash compile warning "warning: 'flags' may be used uninitialized in this ↵Christopher Jones2013-08-201-1/+1
| | | | function"
* Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-202-31/+36
|
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to ↵Xinchen Hui2013-06-161-0/+4
| | | | the same db server)
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* typo fixes (accommodate, parameter)Veres Lajos2013-06-102-4/+4
|
* 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
|
* 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.3' into PHP-5.4Xinchen Hui2012-10-105-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-105-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
| | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
* | Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())Xinchen Hui2012-08-021-1/+1
| |
* | Fixed bug #62379 failing ODBC long column functionalityMatt Ficken2012-07-131-3/+9
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-04-192-127/+122
|\ \ | |/ | | | | | | | | | | * PHP-5.3: Commit generated file Fix bug #61755 parsing bug can lead to access violations Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails
| * 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.3' into PHP-5.4Johannes Schlüter2012-04-182-5/+10
|\ \ | |/ | | | | | | | | * PHP-5.3: Update generated file. Ensure the SQL parser is regenerated after changes.
| * 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
| | | | | | | | | | static string copies
| * Not an issue here, but a good habit to follow consistently. Never use ↵Rasmus Lerdorf2011-08-071-1/+1
| | | | | | | | strcpy/strcat.
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-9/+12
| |
| * - Fixed bug #54929 (Parse error with single quote in sql comment)Felipe Pena2011-06-042-62/+171
| |
| * Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE ↵Ilia Alshanetsky2011-06-011-1/+4
| | | | | | | | settings).
| * Fixed compiler warningIlia Alshanetsky2011-02-221-1/+1
| |