summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).Xinchen Hui2017-09-241-1/+3
* Simpler fix for #74974Pedro Magalhães2017-07-271-20/+0
* Use compatability zend_isnan() instead of POSIX isnan()Sara Golemon2017-07-221-2/+2
* Fix compile-time optimization of NAN comparisonsSara Golemon2017-07-221-0/+20
* 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
* Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-051-34/+62
* Fix leak in shift_right_functionNikita Popov2016-12-021-1/+1
* Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-021-0/+11
* Fixed behavior of failing compound assignments (they shouldn't change the sou...Dmitry Stogov2016-12-021-20/+40
* 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
* 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
* Use NULL where possible for exception classAaron Piotrowski2015-07-071-7/+7
* bring back the division by zero warningAnatol Belski2015-07-051-4/+20
* Remove need to pass error levelAaron Piotrowski2015-07-031-7/+7
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-7/+7
* Introduce ArithmeticErrorBob Weinand2015-07-021-3/+3
* Same hereXinchen Hui2015-07-021-1/+5
* Use one_char_stringXinchen Hui2015-07-021-2/+6
* Use one_char_stringXinchen Hui2015-07-021-1/+5
* Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-021-1/+1
* Remove warning upon division by zeroBob Weinand2015-07-021-20/+4
* Cleanup (avoid reallocatios and side effects in php_strip_tags)Dmitry Stogov2015-07-011-0/+28
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-34/+34
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* Reverted wrong fb08798c9f0ea820d567668d0cea4833dc61dd8eDmitry Stogov2015-06-291-33/+21
* Fix bug #69957 (Different ways of handling div/mod by zero)Bob Weinand2015-06-281-21/+33
* Drop duplicate object-to-type noticesNikita Popov2015-06-221-10/+2
* Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).Dmitry Stogov2015-06-221-1/+13
* Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ...Dmitry Stogov2015-06-171-3/+18
* Support references in convert_to_*Nikita Popov2015-06-161-8/+36
* Fix references handling in convert_scalar_to_numberNikita Popov2015-06-161-1/+1
* Make convert_to_* safe with rc>1Nikita Popov2015-06-111-14/+10
* fix bitwise object operationsBob Weinand2015-06-041-2/+2
* Use CG(one_char_string) if possible in bitwise string operationsBob Weinand2015-06-031-8/+44