summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* fix double cast to int on 32-bitRemi Collet2018-08-301-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-09-241-1/+3
|\
| * Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).Xinchen Hui2017-09-241-1/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-271-20/+0
|\ \ | |/
| * Simpler fix for #74974Pedro Magalhães2017-07-271-20/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-221-2/+2
|\ \ | |/
| * Use compatability zend_isnan() instead of POSIX isnan()Sara Golemon2017-07-221-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-221-0/+20
|\ \ | |/
| * Fix compile-time optimization of NAN comparisonsSara Golemon2017-07-221-0/+20
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-121-18/+48
|\ \ | |/
| * Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)Xinchen Hui2017-02-121-19/+48
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-12-051-36/+64
|\ \ | |/
| * Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-051-34/+62
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-021-1/+1
|\ \ | |/
| * Fix leak in shift_right_functionNikita Popov2016-12-021-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-12-021-0/+11
|\ \ | |/
| * Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-021-0/+11
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-12-021-20/+40
|\ \ | |/
| * Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-021-20/+40
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-12-021-0/+9
|\ \ | |/
| * Fixed possible memory leak in &=, |=, ^=.Dmitry Stogov2016-12-021-0/+9
| * Fix bug #72221 (segfault, past-the-end access)Lauri Kenttä2016-05-281-0/+3
* | Use "fast" assembler functions in "slow" ones.Dmitry Stogov2016-06-011-26/+4
* | Fix bug #72221 (segfault, past-the-end access)Lauri Kenttä2016-05-211-0/+3
* | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-1/+1
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-19/+19
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-19/+19
* | Fixed compilation warningsDmitry Stogov2016-04-291-6/+8
* | Remove IS_VAR_RET_REF flagNikita Popov2016-04-151-11/+0
* | Delay IS_UNDEF check for FETCH_DIM_R and familyDmitry Stogov2016-04-131-0/+1
* | Warn about invalid strings in arithmeticAndrea Faulds2016-03-301-29/+75
|/
* Also protects object to array castXinchen Hui2016-03-211-1/+3
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* fix decrement_function regarding bug #70863Anatol Belski2015-11-061-1/+1
* Fixed bug #70863 Incorect logic to increment_function for proxy objectsAnatol Belski2015-11-061-1/+1
* Double declarationXinchen Hui2015-10-121-1/+0
* Restored the original (php-5) behavior of convert_to_cstring(). It was broken...Dmitry Stogov2015-10-071-1/+10
* Revert "Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/...Dmitry Stogov2015-10-061-13/+41
* Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-srcBob Weinand2015-10-051-41/+13
* Added folder marksXinchen Hui2015-09-101-1/+2
* Change array sorting implementation to avoid two level callbacks system.Dmitry Stogov2015-09-101-39/+26
* Better array_compare improvementDmitry Stogov2015-09-091-3/+23
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Avoid array duplicationDmitry Stogov2015-08-251-4/+6
* Fixed signed/unsigned warnings in wddxNikita Popov2015-07-171-2/+2
* Fixed bug #70057 (Build failure on 32-bit Mac OS X 10.6.8: recursive inlining)Xinchen Hui2015-07-131-8/+2