summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Check for zend_ce_throwable insteadAaron Piotrowski2015-06-151-1/+1
| * | | Fix some missed testsAaron Piotrowski2015-06-151-1/+1
| * | | Add Throwable testsAaron Piotrowski2015-06-153-0/+47
| * | | Fix previous exception type checkAaron Piotrowski2015-06-151-16/+16
| * | | Changed AssertionException to AssertionErrorAaron Piotrowski2015-06-1411-14/+14
| * | | Update exception error messagesAaron Piotrowski2015-06-142-10/+12
| * | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-1497-6730/+9698
| |\ \ \
| * | | | Throwable method signatures.Aaron Piotrowski2015-05-181-2/+12
| * | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-186-8/+21
| |\ \ \ \
| * | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-17172-202/+202
| * | | | | Merge exception formatting changes.Aaron Piotrowski2015-05-171-97/+98
| * | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-17225-382/+485
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-176-11/+142
| |\ \ \ \ \ \
| * | | | | | | Make zend_get_exception_base static.Aaron Piotrowski2015-05-172-8/+2
| * | | | | | | Fix handler double copy.Aaron Piotrowski2015-05-161-5/+4
| * | | | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-16173-230/+230
| * | | | | | | Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-167-122/+152
* | | | | | | | Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ...Dmitry Stogov2015-06-174-19/+78
* | | | | | | | Improved class type hints checks, by caching resolved class entries in run-ti...Dmitry Stogov2015-06-177-87/+144
* | | | | | | | Support references in convert_to_*Nikita Popov2015-06-161-8/+36
* | | | | | | | Move check for CT div by zero into common functionNikita Popov2015-06-161-38/+25
* | | | | | | | Fix references handling in convert_scalar_to_numberNikita Popov2015-06-161-1/+1
* | | | | | | | Fully fixing all the affected const expr cases (see bug #69832)Bob Weinand2015-06-162-10/+130
* | | | | | | | Removed useless #ifdefDmitry Stogov2015-06-162-8/+2
* | | | | | | | Make CALL VM with FP and IP in global registers not to return anything from o...Dmitry Stogov2015-06-162-702/+744
* | | | | | | | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)...Dmitry Stogov2015-06-162-2/+19
* | | | | | | | Complete fix for problems related to bug #69802Dmitry Stogov2015-06-163-3/+21
* | | | | | | | Make the tail slash alginedXinchen Hui2015-06-161-8/+16
* | | | | | | | Fix invalid conversion about emallocDreamsxin2015-06-161-8/+8
* | | | | | | | Fix bug #69832 (Assertion failure)Bob Weinand2015-06-152-1/+32
* | | | | | | | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)Dmitry Stogov2015-06-151-0/+13
* | | | | | | | Rmoved opcache.load_comments.Dmitry Stogov2015-06-151-1/+0
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Fix off by one in short_circuiting optimizationBob Weinand2015-06-141-3/+3
* | | | | | | Simplify the conditionXinchen Hui2015-06-141-10/+5
* | | | | | | Revert "Revert "Expand optimizations regarding short-circuting a bit""Bob Weinand2015-06-142-17/+45
* | | | | | | Revert "Expand optimizations regarding short-circuting a bit"Xinchen Hui2015-06-142-47/+19
* | | | | | | Expand optimizations regarding short-circuting a bitBob Weinand2015-06-142-19/+47
* | | | | | | Fix short-circuting (bug #69825)Bob Weinand2015-06-142-1/+34
* | | | | | | Fix bug #69814 Enabling php_curl, php_mysqli, and php_openssl causes php-cgi ...Anatol Belski2015-06-131-0/+8
* | | | | | | Revert "We are allowed to break ABI now..."Xinchen Hui2015-06-131-11/+11
* | | | | | | We are allowed to break ABI now...Xinchen Hui2015-06-131-11/+11
* | | | | | | typoXinchen Hui2015-06-131-2/+2
* | | | | | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-06-135-3/+16
|\ \ \ \ \ \ \
| * | | | | | | Cache the class_name typehint key in arg_infoBob Weinand2015-06-125-3/+16
* | | | | | | | Fixed Bug #69761 (Serialization of anonymous classes should be prevented)Xinchen Hui2015-06-134-34/+49
|/ / / / / / /
* | | | | | | Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)Xinchen Hui2015-06-122-2/+13
* | | | | | | Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-122-6/+22
* | | | | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-125-36/+26
* | | | | | | Make convert_to_* safe with rc>1Nikita Popov2015-06-116-28/+24
* | | | | | | Merge branch 'PHP-5.6'Nikita Popov2015-06-112-1/+31
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |