Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Check for zend_ce_throwable instead | Aaron Piotrowski | 2015-06-15 | 1 | -1/+1 | |
| * | | | Fix some missed tests | Aaron Piotrowski | 2015-06-15 | 1 | -1/+1 | |
| * | | | Add Throwable tests | Aaron Piotrowski | 2015-06-15 | 3 | -0/+47 | |
| * | | | Fix previous exception type check | Aaron Piotrowski | 2015-06-15 | 1 | -16/+16 | |
| * | | | Changed AssertionException to AssertionError | Aaron Piotrowski | 2015-06-14 | 11 | -14/+14 | |
| * | | | Update exception error messages | Aaron Piotrowski | 2015-06-14 | 2 | -10/+12 | |
| * | | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-06-14 | 97 | -6730/+9698 | |
| |\ \ \ | ||||||
| * | | | | Throwable method signatures. | Aaron Piotrowski | 2015-05-18 | 1 | -2/+12 | |
| * | | | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-05-18 | 6 | -8/+21 | |
| |\ \ \ \ | ||||||
| * | | | | | Update exception names in tests after formatting changes. | Aaron Piotrowski | 2015-05-17 | 172 | -202/+202 | |
| * | | | | | Merge exception formatting changes. | Aaron Piotrowski | 2015-05-17 | 1 | -97/+98 | |
| * | | | | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-05-17 | 225 | -382/+485 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-05-17 | 6 | -11/+142 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Make zend_get_exception_base static. | Aaron Piotrowski | 2015-05-17 | 2 | -8/+2 | |
| * | | | | | | | Fix handler double copy. | Aaron Piotrowski | 2015-05-16 | 1 | -5/+4 | |
| * | | | | | | | Updated tests to reflect exception class changes. | Aaron Piotrowski | 2015-05-16 | 173 | -230/+230 | |
| * | | | | | | | Remodel exceptions based on Throwable interface | Aaron Piotrowski | 2015-05-16 | 7 | -122/+152 | |
* | | | | | | | | Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ... | Dmitry Stogov | 2015-06-17 | 4 | -19/+78 | |
* | | | | | | | | Improved class type hints checks, by caching resolved class entries in run-ti... | Dmitry Stogov | 2015-06-17 | 7 | -87/+144 | |
* | | | | | | | | Support references in convert_to_* | Nikita Popov | 2015-06-16 | 1 | -8/+36 | |
* | | | | | | | | Move check for CT div by zero into common function | Nikita Popov | 2015-06-16 | 1 | -38/+25 | |
* | | | | | | | | Fix references handling in convert_scalar_to_number | Nikita Popov | 2015-06-16 | 1 | -1/+1 | |
* | | | | | | | | Fully fixing all the affected const expr cases (see bug #69832) | Bob Weinand | 2015-06-16 | 2 | -10/+130 | |
* | | | | | | | | Removed useless #ifdef | Dmitry Stogov | 2015-06-16 | 2 | -8/+2 | |
* | | | | | | | | Make CALL VM with FP and IP in global registers not to return anything from o... | Dmitry Stogov | 2015-06-16 | 2 | -702/+744 | |
* | | | | | | | | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)... | Dmitry Stogov | 2015-06-16 | 2 | -2/+19 | |
* | | | | | | | | Complete fix for problems related to bug #69802 | Dmitry Stogov | 2015-06-16 | 3 | -3/+21 | |
* | | | | | | | | Make the tail slash algined | Xinchen Hui | 2015-06-16 | 1 | -8/+16 | |
* | | | | | | | | Fix invalid conversion about emalloc | Dreamsxin | 2015-06-16 | 1 | -8/+8 | |
* | | | | | | | | Fix bug #69832 (Assertion failure) | Bob Weinand | 2015-06-15 | 2 | -1/+32 | |
* | | | | | | | | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name) | Dmitry Stogov | 2015-06-15 | 1 | -0/+13 | |
* | | | | | | | | Rmoved opcache.load_comments. | Dmitry Stogov | 2015-06-15 | 1 | -1/+0 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Fix off by one in short_circuiting optimization | Bob Weinand | 2015-06-14 | 1 | -3/+3 | |
* | | | | | | | Simplify the condition | Xinchen Hui | 2015-06-14 | 1 | -10/+5 | |
* | | | | | | | Revert "Revert "Expand optimizations regarding short-circuting a bit"" | Bob Weinand | 2015-06-14 | 2 | -17/+45 | |
* | | | | | | | Revert "Expand optimizations regarding short-circuting a bit" | Xinchen Hui | 2015-06-14 | 2 | -47/+19 | |
* | | | | | | | Expand optimizations regarding short-circuting a bit | Bob Weinand | 2015-06-14 | 2 | -19/+47 | |
* | | | | | | | Fix short-circuting (bug #69825) | Bob Weinand | 2015-06-14 | 2 | -1/+34 | |
* | | | | | | | Fix bug #69814 Enabling php_curl, php_mysqli, and php_openssl causes php-cgi ... | Anatol Belski | 2015-06-13 | 1 | -0/+8 | |
* | | | | | | | Revert "We are allowed to break ABI now..." | Xinchen Hui | 2015-06-13 | 1 | -11/+11 | |
* | | | | | | | We are allowed to break ABI now... | Xinchen Hui | 2015-06-13 | 1 | -11/+11 | |
* | | | | | | | typo | Xinchen Hui | 2015-06-13 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'master' of git.php.net:php-src | Xinchen Hui | 2015-06-13 | 5 | -3/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Cache the class_name typehint key in arg_info | Bob Weinand | 2015-06-12 | 5 | -3/+16 | |
* | | | | | | | | Fixed Bug #69761 (Serialization of anonymous classes should be prevented) | Xinchen Hui | 2015-06-13 | 4 | -34/+49 | |
|/ / / / / / / | ||||||
* | | | | | | | Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name) | Xinchen Hui | 2015-06-12 | 2 | -2/+13 | |
* | | | | | | | Get rid of more ZVAL_ZVAL() macros | Dmitry Stogov | 2015-06-12 | 2 | -6/+22 | |
* | | | | | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla... | Dmitry Stogov | 2015-06-12 | 5 | -36/+26 | |
* | | | | | | | Make convert_to_* safe with rc>1 | Nikita Popov | 2015-06-11 | 6 | -28/+24 | |
* | | | | | | | Merge branch 'PHP-5.6' | Nikita Popov | 2015-06-11 | 2 | -1/+31 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | |