Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge branch 'pull-request/2128' into PHP-7.0 | Christoph M. Becker | 2016-09-29 | 1 | -0/+3 | |
| |\ \ \ | ||||||
| | * | | | Add CURLE_SSL_PINNEDPUBKEYNOTMATCH | Christoph M. Becker | 2016-09-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This error constant is returned on key mismatch when CURLOPT_PINNEDPUBLICKEY is used. As the option had been introduced in PHP 7.0.7, it makes sense to also add the related error constant to PHP 7.0+. Cf. <https://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html>. | |||||
* | | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-29 | 2 | -0/+6 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * PHP-7.0: sync win32 makefile with makedist zendparse exports | |||||
| * | | | | sync win32 makefile with makedist zendparse exports | Anatol Belski | 2016-09-29 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | With a newer bison this part is relevant. Whil bison 2.4.1 is still used, this changes cater for the forward compatibility. | |||||
* | | | | | zval_dtor_func_for_ptr() -> zval_dtor_func() | Dmitry Stogov | 2016-09-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-09-29 | 1 | -3/+11 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * PHP-7.0: Better fix for bug #72854 (avoid extra copy and creating reference to stack variable) | |||||
| * | | | | Better fix for bug #72854 (avoid extra copy and creating reference to stack ↵ | Dmitry Stogov | 2016-09-29 | 1 | -3/+11 | |
| | |/ / | |/| | | | | | | | | | | variable) | |||||
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Ferenc Kovacs | 2016-09-29 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Ferenc Kovacs | 2016-09-29 | 0 | -0/+0 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | Conflicts: configure.in main/php_version.h | |||||
| | * | | 5.6.28 is next | Ferenc Kovacs | 2016-09-29 | 3 | -5/+7 | |
| | | | | ||||||
* | | | | Updated to version 2016.7 (2016g) | Derick Rethans | 2016-09-28 | 1 | -2139/+2027 | |
| | | | | ||||||
* | | | | Empty merge | Derick Rethans | 2016-09-28 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Updated to version 2016.7 (2016g) | Derick Rethans | 2016-09-28 | 1 | -2139/+2027 | |
| | | | | ||||||
| * | | | Empty merge | Derick Rethans | 2016-09-28 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Updated to version 2016.7 (2016g) | Derick Rethans | 2016-09-28 | 1 | -2139/+2027 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-09-28 | 4 | -2/+38 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-09-28 | 4 | -2/+38 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Handle resource keys in constexpr arrays | Nikita Popov | 2016-09-28 | 2 | -0/+18 | |
| | | | | ||||||
| | * | | Fix the constant array case as well | Nikita Popov | 2016-09-28 | 3 | -3/+15 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-09-28 | 3 | -17/+84 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-09-28 | 3 | -17/+84 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Check next_index_insert failure in ADD_ARRAY_ELEMENT | Nikita Popov | 2016-09-28 | 3 | -21/+100 | |
| | | | | ||||||
* | | | | Prepare to Re-roll 7.1.0RC3 | Davey Shafik | 2016-09-28 | 1 | -5/+1 | |
| | | | | ||||||
* | | | | Combine code for keyed/unkeyed list() | Nikita Popov | 2016-09-28 | 1 | -58/+29 | |
| | | | | ||||||
* | | | | Fix segfault when empty entry in keyed array assignment | Nikita Popov | 2016-09-28 | 2 | -8/+20 | |
| | | | | ||||||
* | | | | fix exports which are now referenced by phpdbg | Anatol Belski | 2016-09-28 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | (cherry picked from commit cd0f1c8a5ed6d4e677dbf891fc69326e5b05cccc) | |||||
* | | | | Update UPGRADING to reflect new reality | Davey Shafik | 2016-09-28 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Update NEWS for 7.1.0RC4 | Davey Shafik | 2016-09-28 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | Update NEWS | Davey Shafik | 2016-09-28 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Don't mark ReflectionType::__toString() as deprecated for now | Nikita Popov | 2016-09-28 | 3 | -12/+6 | |
| | | | | ||||||
* | | | | Revert ReflectionType::__toString() behavior + deprecate | Nikita Popov | 2016-09-28 | 9 | -26/+25 | |
| | | | | ||||||
* | | | | Ensure symtable exists before checking it | Nikita Popov | 2016-09-28 | 2 | -1/+21 | |
| | | | | ||||||
* | | | | Add phpdbg generator command | Bob Weinand | 2016-09-28 | 9 | -67/+253 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-09-27 | 3 | -2/+28 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix bug #73181 | Nikita Popov | 2016-09-27 | 3 | -3/+29 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-27 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.0: prepare next | |||||
| * | | | prepare next | Anatol Belski | 2016-09-27 | 3 | -5/+9 | |
| | | | | ||||||
* | | | | update NEWS | Adam Baratz | 2016-09-26 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Adam Baratz | 2016-09-26 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | * PHP-7.0: update NEWS Ignore potentially misleading dberr values | |||||
| * | | | update NEWS | Adam Baratz | 2016-09-26 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Ignore potentially misleading dberr values | Chris Kings-Lynne | 2016-09-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeTDS had a buggy behavior where it would pass invalid values: https://sourceforge.net/p/freetds/bugs/59/ The fix for this issue -- bc22b2ef817fb5d102bd758111ff3634b39a1319 on their repo -- was to always use SYBESMSG for dberr. This makes it so the existing pdo_dblib code would work as is. But by ignoring the dberr value in this function, it will behave correctly, even with older versions of FreeTDS. | |||||
* | | | | update NEWS | Anatol Belski | 2016-09-26 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-26 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.0: update NEWS | |||||
| * | | | update NEWS | Anatol Belski | 2016-09-26 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0 | Anatol Belski | 2016-09-26 | 2 | -0/+24 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1 | Anatol Belski | 2016-09-26 | 2 | -0/+24 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-26 | 2 | -0/+24 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-26 | 2 | -0/+24 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | | * | | | Fix #53745: cgi.discard_path option is missing from php.ini | Christoph M. Becker | 2016-09-26 | 2 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also cgi.check_shebang_line has been missing. | |||||
* | | | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-26 | 3 | -2/+22 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | * PHP-7.0: Fixed bug #73172 parse error: Invalid numeric literal |