summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-08-301-1/+1
|\
| * fix double cast to int on 32-bitRemi Collet2018-08-301-1/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-09-241-1/+3
|\ \ | |/
| * 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.1' into PHP-7.2Sara Golemon2017-07-271-20/+0
|\ \ \ | |/ /
| * | 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.1' into PHP-7.2Sara Golemon2017-07-221-2/+2
|\ \ \ | |/ /
| * | 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.1' into PHP-7.2Sara Golemon2017-07-221-0/+20
|\ \ \ | |/ /
| * | 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
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Use interned empty and "one char" strings.Dmitry Stogov2017-05-181-4/+8
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-37/+8
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-02-121-18/+48
|\ \ \ | |/ /
| * | 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
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Fixed memory leaks caused by exceptions thrown from destructors.Dmitry Stogov2016-12-071-4/+55
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-12-051-36/+64
|\ \ \ | |/ /
| * | 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.1'Nikita Popov2016-12-021-1/+1
|\ \ \ | |/ /
| * | 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.1'Dmitry Stogov2016-12-021-0/+11
|\ \ \ | |/ /
| * | 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.1'Dmitry Stogov2016-12-021-20/+40
|\ \ \ | |/ /
| * | 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.1'Dmitry Stogov2016-12-021-0/+9
|\ \ \ | |/ /
| * | 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
* | | Revert "Fix return value memory leaks upon exceptions in opcode operand freeing"Dmitry Stogov2016-12-021-74/+18
* | | Fix return value memory leaks upon exceptions in opcode operand freeingBob Weinand2016-11-301-18/+74
* | | Convert numeric keys in object/array castsAndrea Faulds2016-11-141-16/+10
* | | Sync convert_to_null with VM cast behaviorNikita Popov2016-09-041-13/+0
|/ /
* | 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