Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Fix bug #73498 | Craig Duncan | 2016-11-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Postgres uses the DELIMITER keyword since 7.3 And WITH is no longer required/used | |||||
| | | * | Add a test for bug 73498 | Craig Duncan | 2016-11-22 | 4 | -0/+28 | |
| | | | | ||||||
| | | * | Fix various int size overflows. | Stanislav Malyshev | 2016-09-12 | 1 | -93/+93 | |
| | | | | | | | | | | | | | | | | | | | | Add function for detection of string zvals with length that does not fit INT_MAX. | |||||
| | * | | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Fix CRLF line-endings in tests | Nikita Popov | 2016-11-20 | 1 | -78/+78 | |
| | | | | | | | | | | | | | | | | Also fix a single instance of CRLF in ibase_query.c. | |||||
* | | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2016-11-05 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.1: More int->size_t and string overflow fixes | |||||
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-05 | 1 | -3/+3 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: More int->size_t and string overflow fixes | |||||
| | * | | | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 1 | -3/+3 | |
| | |/ / | ||||||
* | | | | Drop some pieces of commented-out code | Nikita Popov | 2016-09-04 | 1 | -14/+0 | |
|/ / / | ||||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-03 | 1 | -7/+8 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: fix leak and error check order | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-09-03 | 1 | -7/+8 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.6: fix leak and error check order | |||||
| | * | fix leak and error check order | Anatol Belski | 2016-09-03 | 1 | -5/+6 | |
| | | | ||||||
| | * | Revert "Backport patch for bug #71820" | Anatol Belski | 2016-05-09 | 2 | -107/+1 | |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 1b632cfe834bfd87d182566d7d960df7d10ded72. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history. | |||||
| | * | Backport patch for bug #71820 | Anatol Belski | 2016-03-17 | 2 | -1/+107 | |
| | | | | | | | | | | | | Rev b4eedd128ba9f61be08a50c94afd72837d7cf70b | |||||
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-07-20 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fixed bug #72629 (Caught exception assignment to variables ignores references). Conflicts: main/php_version.h | |||||
| * | | Fixed bug #72629 (Caught exception assignment to variables ignores references). | Xinchen Hui | 2016-07-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -8/+8 | |
| | | | ||||||
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers. | |||||
* | | | fix test portability | Anatol Belski | 2016-06-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-05-31 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: No sure why this is failed in travis | |||||
| * | | No sure why this is failed in travis | Xinchen Hui | 2016-05-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-05-31 | 3 | -3/+4 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: Attempt to fix tests fails | |||||
| * | | Attempt to fix tests fails | Xinchen Hui | 2016-05-31 | 3 | -3/+4 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-05-12 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: workaround the extra new line in the test out on another env | |||||
| * | | workaround the extra new line in the test out on another env | Anatol Belski | 2016-05-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-05-12 | 2 | -1/+38 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: Fixed bug #72197 pg_lo_create arbitrary read | |||||
| * | | Fixed bug #72197 pg_lo_create arbitrary read | Anatol Belski | 2016-05-12 | 2 | -1/+38 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-05-12 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: Committed by accident | |||||
| * | | Committed by accident | Xinchen Hui | 2016-05-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-05-12 | 3 | -5/+29 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free) | |||||
| * | | Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free) | Xinchen Hui | 2016-05-12 | 3 | -5/+29 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-05-09 | 2 | -114/+3 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.0: Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor" Revert "Backport patch for bug #71820" | |||||
| * | | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call ↵ | Anatol Belski | 2016-05-09 | 2 | -114/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | constructor" This reverts commit b4eedd128ba9f61be08a50c94afd72837d7cf70b. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history. | |||||
* | | | - get rid of EG(scope). zend_get_executed_scope() should be used instead. | Dmitry Stogov | 2016-04-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter. | |||||
* | | | Removed "zend_fcall_info.function_table". It was assigned in many places, ↵ | Dmitry Stogov | 2016-04-27 | 1 | -1/+0 | |
| | | | | | | | | | | | | but is never used. | |||||
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-04-21 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Fix escape sequences in pgsql.c | Nikita Popov | 2016-04-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-04-16 | 1 | -0/+52 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.0: Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verification Add test for bug #72028 | |||||
| * | | Add test for bug #72028 | Anatol Belski | 2016-04-16 | 1 | -0/+52 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-04-15 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #72028 (pg_query_params(): NULL converts to empty string) | Xinchen Hui | 2016-04-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | I don't have a pgsql server by hand, so no test script, but the fix must be right. | |||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-04-15 | 2 | -1/+40 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.0: update NEWS Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp | |||||
| * | | Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp | Anatol Belski | 2016-04-15 | 2 | -1/+40 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-04-10 | 2 | -3/+202 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: Fixed bug #71998 Function pg_insert does not insert when column type = inet | |||||
| * | | Fixed bug #71998 Function pg_insert does not insert when column type = inet | Anatol Belski | 2016-04-10 | 2 | -3/+202 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-03-17 | 2 | -3/+114 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: Fixed bug #71820 pg_fetch_object bind parameters before call constructor | |||||
| * | | Fixed bug #71820 pg_fetch_object bind parameters before call constructor | Anatol Belski | 2016-03-17 | 2 | -3/+114 | |
| | | | | | | | | | | | | | | | | | | If we want to fetch into an object of a custom class that implemens __set handler, the corstructor has to be called first. The data passed to the constructor can be possibly required in __set handler. | |||||
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 | |
| | | | | | | | | | | | | Also re bug #71575. |