Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Gd usages of ZEND_WRONG_PARAM_COUNT, add usage note | Andrea Faulds | 2015-02-10 | 2 | -7/+10 |
* | Implement scalar return types (strict only for now) | Andrea Faulds | 2015-02-10 | 2 | -16/+26 |
* | Refactor typehint lookup | Andrea Faulds | 2015-02-10 | 2 | -47/+72 |
* | Fix merge error | Andrea Faulds | 2015-02-10 | 1 | -1/+1 |
* | Test behaviour of weak type hints with references | Andrea Faulds | 2015-02-10 | 1 | -0/+29 |
* | Test nested strict/weak function calls | Andrea Faulds | 2015-02-10 | 1 | -0/+115 |
* | Fix fix | Andrea Faulds | 2015-02-10 | 1 | -1/+1 |
* | Test strict code including weak code and vice-versa | Andrea Faulds | 2015-02-10 | 7 | -0/+83 |
* | Prefix zend_wrong_param_count with _ to discourage use | Andrea Faulds | 2015-02-10 | 2 | -4/+4 |
* | Fix usage of zend_wrong_param_count in ext/mysqli | Andrea Faulds | 2015-02-10 | 1 | -1/+1 |
* | Test strict code calling weak code and vice-versa | Andrea Faulds | 2015-02-10 | 7 | -0/+87 |
* | Shorten syntax to strict_types=1 | Andrea Faulds | 2015-02-10 | 3 | -9/+9 |
* | Add strict scalar types test | Andrea Faulds | 2015-02-10 | 1 | -0/+142 |
* | Partial ZPP strictness implementation | Andrea Faulds | 2015-02-10 | 3 | -88/+128 |
* | Per-file | Andrea Faulds | 2015-02-10 | 1 | -0/+2 |
* | It Begins | Andrea Faulds | 2015-02-10 | 7 | -16/+38 |
* | Inline | Andrea Faulds | 2015-02-10 | 1 | -1/+1 |
* | Forbid scalar type hint names for use, class_alias | Andrea Faulds | 2015-02-10 | 23 | -2552/+2680 |
* | Fix class name prohibition to work for namespaced classes, too | Andrea Faulds | 2015-02-10 | 1 | -8/+9 |
* | Refactor scalar type hints implementation per Dmitry's patch | Andrea Faulds | 2015-02-10 | 1 | -73/+66 |
* | Use new names of arg parsing functions | Andrea Faulds | 2015-02-10 | 1 | -4/+4 |
* | Do not make scalar type hints reserved words, merely reserve class name | Andrea Faulds | 2015-02-10 | 14 | -63/+132 |
* | Scalar type hints with ZPP casting rules | Andrea Faulds | 2015-02-10 | 21 | -123/+578 |
* | Revert "Improve and generalize class constant substitution"PRE_PHP7_REMOVALS | Bob Weinand | 2015-02-09 | 1 | -85/+31 |
* | Merge branch 'PHP-5.6' | Daniel Lowrey | 2015-02-09 | 1 | -16/+16 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Daniel Lowrey | 2015-02-09 | 2 | -56/+170 |
| |\ | |||||
| | * | NEWS | Daniel Lowrey | 2015-02-09 | 1 | -0/+4 |
| | * | Miscellaneous cleanup | Daniel Lowrey | 2015-02-09 | 1 | -28/+28 |
| | * | Merge branch 'PHP-5.5' of github.com:bbroerman30/php-src into PHP-5.5 | Daniel Lowrey | 2015-02-09 | 1 | -46/+152 |
| | |\ | |||||
| | | * | Update xp_ssl.c | Brad Broerman | 2015-02-04 | 1 | -2/+2 |
| | | * | reneg and should_close are not yet members of sslsock. Removing... | Brad Broerman | 2015-01-28 | 1 | -9/+1 |
| | | * | Updated with SSL fixes (backported from trunk) | Brad Broerman | 2015-01-28 | 1 | -45/+159 |
* | | | | Fixed dump_bt and printzv | Dmitry Stogov | 2015-02-09 | 1 | -2/+2 |
* | | | | Avoid repeatable calls to strstr() | Dmitry Stogov | 2015-02-09 | 2 | -1/+7 |
* | | | | fix json globals | Michael Wallner | 2015-02-09 | 2 | -2/+1 |
* | | | | Improve and generalize class constant substitution | Bob Weinand | 2015-02-09 | 1 | -31/+85 |
* | | | | regenerated scanner | Anatol Belski | 2015-02-09 | 2 | -459/+460 |
* | | | | fix datatype mismatches | Anatol Belski | 2015-02-09 | 3 | -7/+7 |
* | | | | fix inconsistend dll linkage warn | Anatol Belski | 2015-02-09 | 1 | -0/+5 |
* | | | | size_t vs int | Anatol Belski | 2015-02-09 | 1 | -1/+1 |
* | | | | use size_t for str length | Anatol Belski | 2015-02-09 | 2 | -2/+2 |
* | | | | generate missing json files from config.w32 | Anatol Belski | 2015-02-09 | 1 | -0/+11 |
* | | | | Merge branch 'master' of https://github.com/NikV/php-src | Xinchen Hui | 2015-02-09 | 2 | -2/+5 |
|\ \ \ \ | |||||
| * | | | | Update README.TESTING | Nikhil Vimal | 2015-02-07 | 1 | -2/+3 |
| * | | | | Small Spacing adjustments for better reading | Nikhil Vimal | 2015-02-07 | 1 | -0/+2 |
* | | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-02-09 | 2 | -2/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-02-09 | 2 | -2/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'improve-bug67436' of https://github.com/reeze/php-src into PHP-5.5 | Xinchen Hui | 2015-02-09 | 2 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | Improve tests for bug 67436 | Reeze Xia | 2015-02-07 | 2 | -2/+2 |
| | * | | | | Shut up, my lovely compiler; I do not like your warnings | Bob Weinand | 2015-02-09 | 4 | -9/+4 |