summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Backport fix for bug #70083 to PHP-5.6Bob Weinand2015-07-151-3/+4
* Fixed bug #70012 (Exception lost with nested finally block)Xinchen Hui2015-07-081-2/+5
* Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-06-011-1/+3
|\
| * Fixed bug #69732 (can induce segmentation fault with basic php code).Dmitry Stogov2015-06-011-1/+3
* | Fix bug #69599Nikita Popov2015-05-121-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-05-041-4/+3
|\ \ | |/
| * Saving the latter checking in most casesXinchen Hui2015-05-041-4/+3
* | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-04-141-3/+3
|\ \ | |/
| * Fixed bug #69419Nikita Popov2015-04-141-3/+3
* | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-03-101-0/+4
|\ \ | |/
| * Fixed bug #69212Nikita Popov2015-03-101-0/+4
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-101-1/+1
|\ \ | |/
| * TypoXinchen Hui2015-03-101-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-101-3/+11
|\ \ | |/
| * Fixed bug #66609 (php crashes with __get() and ++ operator in some cases)Xinchen Hui2015-03-101-3/+11
| * Bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Better fix for bug #68446Dmitry Stogov2014-11-251-5/+5
* | Revert "Fix bug #68446 (bug with constant defaults and type hints)"Bob Weinand2014-11-251-31/+19
* | Fix bug #68446 (bug with constant defaults and type hints)Bob Weinand2014-11-231-19/+31
* | Disable restrictions regarding arrays in constants at run-time.Bob Weinand2014-07-301-3/+0
* | Removed second zval_copy_ctor()Dmitry Stogov2014-07-241-1/+0
* | Fixed support for constant arrays in context of "const" statement (Zend/tests...Dmitry Stogov2014-07-231-0/+10
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-191-2/+2
|\ \ | |/
| * Improve fix for #66608Xinchen Hui2014-07-191-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-181-3/+6
|\ \ | |/
| * Fixed bug #66608 (Incorrect behavior with nested "finally" blocks)Xinchen Hui2014-07-181-3/+6
* | Fixed possible crash because of race conditions on modifying constants in sha...Dmitry Stogov2014-07-011-0/+7
* | Bug 64744Boro Sitnikovski2014-06-081-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-081-1/+8
|\ \ | |/
| * Fix bug 666222Levi Morrison2014-06-081-1/+8
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-3/+3
* | Fixed disallowal of array usage in constants at run-timeBob Weinand2014-04-111-9/+8
* | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-3/+0
* | Don't add num_additional_args in SEND opcodesNikita Popov2014-02-261-11/+6
* | add T_POW (**) operatordatibbaw2014-02-061-0/+20
* | Fix argument unpacking across stack pagesNikita Popov2014-01-181-2/+6
* | Implement argument unpackingNikita Popov2014-01-111-25/+204
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Use memcmp here is betterXinchen Hui2013-12-171-1/+1
* | Fixed bug #65784 (Segfault with finally).Xinchen Hui2013-12-131-14/+35
* | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2013-11-301-5/+9
|\ \ | |/
| * Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-301-5/+9
* | Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-281-5/+3
|\ \
| * | Constant expressions refactoringDmitry Stogov2013-11-061-1/+0
| * | converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-39/+24
| * | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-25/+39
* | | Don't check argument types for internal functions without type hintingDmitry Stogov2013-11-281-1/+1
* | | Removed deprecated AI_SET_PTR()sDmitry Stogov2013-11-271-31/+27