summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* Use bool instead of booleanGabriel Caruso2018-02-081-1/+1
* Added zendi_smart_streq() for smart string equality checkDmitry Stogov2018-01-161-0/+48
* Convert "sparse switch" statements into sequences of "if" with the most proba...Dmitry Stogov2018-01-101-242/+248
* Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-261-24/+35
* Cleanup type conversionDmitry Stogov2017-12-071-1/+1
* Use zend_string_equal*() API for zend_string equality check instead of direct...Dmitry Stogov2017-12-041-3/+1
* Use zend_string_tolower() where it's possible (to avoid reallocations).Dmitry Stogov2017-11-301-2/+2
* Fixed bug #75575Nikita Popov2017-11-281-2/+2
* Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-16/+20
* Removed "_" from API functions.Dmitry Stogov2017-11-161-3/+3
* Removed useless reallocationsDmitry Stogov2017-10-261-0/+2
* Avoid reallocations when concatenate with empty stringDmitry Stogov2017-10-261-1/+12
* Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-0/+2
* Fix datatypes and compiler warningsAnatol Belski2017-10-231-1/+1
* Refactored recursion pretectionDmitry Stogov2017-10-061-1/+1
* Merge branch 'PHP-7.2'Xinchen Hui2017-09-241-1/+3
|\
| * 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
* | | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-4/+2
* | | | move zend_ato*() to size_t and remove castsAnatol Belski2017-07-281-4/+4
|/ / /
* | | 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
|\ \ \ | |/ /