Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up (use zend_string and foreach macros) | Xinchen Hui | 2014-04-23 | 2 | -34/+27 |
| | |||||
* | Fixed segfault cause EG(This) is modified | Xinchen Hui | 2014-04-22 | 1 | -11/+8 |
| | |||||
* | USE ZEND_HASH_FOREACH_* macros | Xinchen Hui | 2014-04-22 | 2 | -22/+12 |
| | |||||
* | Refactor PDO (only compilable now) | Xinchen Hui | 2014-04-22 | 7 | -498/+423 |
| | |||||
* | Refactor PDO (incompleted) | Xinchen Hui | 2014-04-16 | 5 | -229/+217 |
| | |||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 3 | -9/+9 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 3 | -9/+11 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 9 | -9/+9 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Rasmus Lerdorf | 2013-11-09 | 1 | -3/+2 |
|\ | | | | | | | | | * PHP-5.5: Fix broken test | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2013-11-09 | 1 | -3/+2 |
| |\ | | | | | | | | | | | | | * PHP-5.4: Fix broken test | ||||
| | * | Fix broken test | Rasmus Lerdorf | 2013-11-09 | 1 | -3/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Rasmus Lerdorf | 2013-11-07 | 3 | -20/+59 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2013-11-07 | 3 | -20/+59 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings Conflicts: ext/pdo/pdo_sql_parser.c | ||||
| | * | Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings | Rasmus Lerdorf | 2013-11-07 | 3 | -21/+60 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Xinchen Hui | 2013-11-05 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-11-05 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | 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 | -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 | ||||
* | | | Implement variadic function syntax | Nikita Popov | 2013-09-26 | 1 | -7/+3 |
| | | | | | | | | | | | | As per RFC: https://wiki.php.net/rfc/variadics | ||||
* | | | Merge branch 'PHP-5.5' | Matteo Beccati | 2013-08-22 | 2 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Fixed other compiler warnings | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-08-22 | 2 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: Fixed other compiler warnings | ||||
| | * | Fixed other compiler warnings | Matteo Beccati | 2013-08-22 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Matteo Beccati | 2013-08-21 | 1 | -4/+4 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning Update NEWS Conflicts: ext/pdo_pgsql/pgsql_driver.c | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-08-21 | 1 | -4/+4 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | * PHP-5.4: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning | ||||
| | * | Fixed compiler warning | Matteo Beccati | 2013-08-21 | 1 | -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. | ||||
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-20 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Quash compile warning "warning: 'flags' may be used uninitialized in this function" | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-20 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: Quash compile warning "warning: 'flags' may be used uninitialized in this function" | ||||
| | * | Quash compile warning "warning: 'flags' may be used uninitialized in this ↵ | Christopher Jones | 2013-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | function" | ||||
* | | | Merge branch 'PHP-5.5' | Michael Wallner | 2013-08-20 | 2 | -30/+35 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Fix bug #64953 (Postgres prepared statement positional parameter casting) | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-08-20 | 2 | -30/+35 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #64953 (Postgres prepared statement positional parameter casting) Conflicts: ext/pdo/pdo_sql_parser.c | ||||
| | * | Fix bug #64953 (Postgres prepared statement positional parameter casting) | Michael Wallner | 2013-08-20 | 2 | -31/+36 |
| | | | |||||
| | * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | | | |||||
* | | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed symbol export | Anatol Belski | 2013-06-27 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | That's needed for baabd1192973156ac79c35f6d1b0dced4af8e8fb to link properly. | ||||
* | | | Merge branch 'PHP-5.5' | Xinchen Hui | 2013-06-16 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-06-16 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to ↵ | Xinchen Hui | 2013-06-16 | 1 | -0/+4 |
| | | | | | | | | | | | | the same db server) | ||||
| | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.5: Merge branch 'pull-request/341' Merge branch 'pull-request/341' | ||||
| * | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-06-10 | 2 | -4/+4 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.5: typo fixes (argument) typo fixes (accommodate, parameter) | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-10 | 2 | -4/+4 |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter) | ||||
| | * | typo fixes (accommodate, parameter) | Veres Lajos | 2013-06-10 | 2 | -4/+4 |
| | | | |||||
* | | | Allow PDO drivers custom methods to trigger errors/exceptions | Matteo Beccati | 2013-06-04 | 3 | -14/+51 |
|/ / | | | | | | | | | | | Moved a few definitions from php_pdo_int.h to a new php_pdo_error.h header file that can be included if drivers need PDO's own error handling to be triggered within custom methods (e.g. PDO::pgsqlLOBOpen). | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-06-02 | 1 | -1/+8 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.4: Clean up leftover test files Improved test portability so that it doesn't fail with pdo_pgsql Fix PDO::inTransaction() test for pgsql | ||||
| * | Improved test portability so that it doesn't fail with pdo_pgsql | Matteo Beccati | 2013-06-02 | 1 | -1/+8 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 9 | -9/+9 |
| | | |||||
* | | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 1 | -5/+4 |
| | | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys | ||||
* | | Fix test related to change for #bug64007 and also fix in newInstanceArgs | Xinchen Hui | 2013-01-22 | 2 | -4/+5 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 9 | -9/+9 |
| | |