| Commit message (Expand) | Author | Age | Files | Lines |
* | fix ibase handle initialization, mostly compiler warnings | Anatol Belski | 2016-06-06 | 3 | -4/+10 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-06-06 | 1 | -1/+1 |
|\ |
|
| * | fix typo | Anatol Belski | 2016-06-06 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-06-06 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | fix broken skipif and add xfail for now | Anatol Belski | 2016-06-06 | 1 | -2/+3 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-06-06 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | missing return | Anatol Belski | 2016-06-06 | 1 | -0/+2 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Jakub Zelenka | 2016-06-05 | 5 | -290/+331 |
|\ \
| |/ |
|
| * | Add new test for openssl_pkey_new | Jakub Zelenka | 2016-06-05 | 2 | -14/+120 |
| * | Add test for openssl_error_string | Jakub Zelenka | 2016-06-05 | 2 | -0/+211 |
| * | Remove openssl_x509_parse for OpenSSL 0.9.x | Jakub Zelenka | 2016-06-05 | 1 | -276/+0 |
| * | Fixed bug #70484 selectordinal doesn't work with named parameters | Anatol Belski | 2016-06-02 | 2 | -0/+101 |
| * | Fix ODBC bug for varchars returning with length zero | Elizabeth Marie Smith | 2016-06-02 | 2 | -0/+64 |
| * | Skip test which is 64bits only | Remi Collet | 2016-05-25 | 1 | -0/+2 |
| * | fix test portability | Anatol Belski | 2016-05-25 | 1 | -1/+1 |
| * | Merge branch 'PHP-5.6.22' into PHP-5.6 | Stanislav Malyshev | 2016-05-24 | 7 | -149/+202 |
| |\ |
|
| | * | Merge branch 'PHP-5.5' into PHP-5.6.22 | Stanislav Malyshev | 2016-05-24 | 7 | -149/+202 |
| | |\ |
|
* | | | | Add test for bug #72294 | Anatol Belski | 2016-06-01 | 1 | -0/+149 |
* | | | | Fixed bug #72294 Segmentation fault/invalid pointer in connection with pgsql_... | Anatol Belski | 2016-06-01 | 1 | -11/+15 |
* | | | | Also include ini_get | Xinchen Hui | 2016-06-01 | 1 | -0/+4 |
* | | | | Forgotten test script for bug #72300 | Xinchen Hui | 2016-06-01 | 1 | -0/+18 |
* | | | | fix test portability | Anatol Belski | 2016-05-31 | 1 | -1/+6 |
* | | | | Fixed bug #72300 (ignore_user_abort(false) has no effect) | Xinchen Hui | 2016-05-31 | 1 | -1/+1 |
* | | | | No sure why this is failed in travis | Xinchen Hui | 2016-05-31 | 1 | -1/+1 |
* | | | | Fixed test (keyword is local related) | Xinchen Hui | 2016-05-31 | 2 | -6/+6 |
* | | | | Attempt to fix tests fails | Xinchen Hui | 2016-05-31 | 3 | -3/+4 |
* | | | | Re-Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type) | Xinchen Hui | 2016-05-31 | 2 | -1/+23 |
* | | | | Revert "fix #72155 (use-after-free caused by get_zval_xmlrpc_type)" | Xinchen Hui | 2016-05-31 | 1 | -2/+2 |
* | | | | fix test title | Anatol Belski | 2016-05-30 | 1 | -1/+1 |
* | | | | Add test for bug #72258 | Anatol Belski | 2016-05-30 | 2 | -0/+26 |
* | | | | Expose missing flags from libzip at least >= 0.11.x | Anatol Belski | 2016-05-30 | 1 | -0/+18 |
* | | | | fix #72155 (use-after-free caused by get_zval_xmlrpc_type) | Joe Watkins | 2016-05-30 | 1 | -2/+2 |
* | | | | Added NEWS Entry | Xinchen Hui | 2016-05-28 | 1 | -0/+11 |
* | | | | Merge branch 'PHP-7.0.7' into PHP-7.0 | Stanislav Malyshev | 2016-05-24 | 4 | -4/+34 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'PHP-5.5' into PHP-7.0.7 | Stanislav Malyshev | 2016-05-24 | 4 | -4/+34 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Fix memory leak in imagescale() | Stanislav Malyshev | 2016-05-24 | 1 | -3/+3 |
| | * | | | Better fix for bug #72135 | Stanislav Malyshev | 2016-05-24 | 1 | -4/+5 |
| | * | | | Fixed bug #72227: imagescale out-of-bounds read | Stanislav Malyshev | 2016-05-23 | 2 | -8/+23 |
| | * | | | Fix bug #72241: get_icu_value_internal out-of-bounds read | Stanislav Malyshev | 2016-05-22 | 2 | -117/+132 |
| | * | | | Fix bug #72135 - don't create strings with lengths outside int range | Stanislav Malyshev | 2016-05-15 | 1 | -23/+27 |
| | * | | | Fix bug #72114 - int/size_t confusion in fread | Stanislav Malyshev | 2016-05-09 | 2 | -0/+18 |
| | * | | | Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() | Stanislav Malyshev | 2016-04-28 | 4 | -2/+18 |
* | | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Derick Rethans | 2016-05-18 | 4 | -32/+81 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Fixed bug #63740 (strtotime seems to use both sunday and monday as start of w... | Derick Rethans | 2016-05-18 | 4 | -32/+81 |
| | |_|/
| |/| | |
|
* | | | | Use PHP_VERSION as OPcahce version | Dmitry Stogov | 2016-05-17 | 3 | -5/+3 |
* | | | | Let's only read-only here | Xinchen Hui | 2016-05-17 | 1 | -1/+1 |
* | | | | Fixed bug #72229 (Wrong reference when serialize/unserialize an object) | Xinchen Hui | 2016-05-17 | 2 | -0/+57 |
* | | | | Tidy up | Thomas Punt | 2016-05-16 | 1 | -2/+2 |
* | | | | Remove unnecessary boundary checks | Thomas Punt | 2016-05-16 | 1 | -2/+2 |
* | | | | Resolve bug #72017 | Thomas Punt | 2016-05-16 | 2 | -6/+23 |