summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
Commit message (Expand)AuthorAgeFilesLines
* Disable add/sub asm for gcc 4.9 pic/pie buildsMichael Orlitzky2016-09-161-2/+8
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* additional catch to bug #70863Anatol Belski2015-11-101-1/+1
* Revert "Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/...Dmitry Stogov2015-10-061-68/+6
* Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-srcBob Weinand2015-10-051-6/+68
* Simplfy zend_is_trueXinchen Hui2015-09-101-17/+16
* Change array sorting implementation to avoid two level callbacks system.Dmitry Stogov2015-09-101-9/+9
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Fixed bug #69896 'asm' operand has impossible constraintsAnatol Belski2015-08-021-2/+2
* Improve performance of PowerPC64 fast_long_add_functionAnton Blanchard2015-07-291-60/+0
* Improve performance of PowerPC64 fast_long_increment_functionAnton Blanchard2015-07-281-54/+0
* Fixed signed/unsigned warnings in wddxNikita Popov2015-07-171-3/+3
* Cleanup (avoid reallocatios and side effects in php_strip_tags)Dmitry Stogov2015-07-011-0/+1
* Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).Dmitry Stogov2015-06-221-1/+2
* Make convert_to_* safe with rc>1Nikita Popov2015-06-111-3/+0
* Optimized === and !== with NULL, FALSE, TRUE.Dmitry Stogov2015-05-151-0/+4
* Improve fast_is_[not_]identical() functions to teturn value instead of takein...Dmitry Stogov2015-04-291-9/+8
* Fixed weird operators behavior. Division by zero now emits warning and return...Dmitry Stogov2015-04-061-46/+0
* Drop old VC support in Zend Engine, this also kills the remaining MessageBox ...Kalle Sommer Nielsen2015-03-291-4/+2
* Removed unused functionsDmitry Stogov2015-03-241-2/+0
* Embed "fast" operator functions (add, sub, increment, etc) into executor with...Dmitry Stogov2015-03-171-475/+282
* Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-72/+72
* Fixed C++ supportDmitry Stogov2015-02-271-3/+0
* Don't inline slow pathDmitry Stogov2015-02-261-29/+3
* bump yearXinchen Hui2015-01-151-1/+1
* Faster strrpos implementationXinchen Hui2015-01-121-4/+41
* Faster zend_memnstr for long textXinchen Hui2015-01-121-11/+17
* trailing whitespace removalStanislav Malyshev2015-01-101-8/+8
* Introduce specialized functions to compare with integer and string, to elimin...Dmitry Stogov2014-12-271-0/+30
* Added new API function 'zend_string* zend_string_tolower(zend_string*)'.Dmitry Stogov2014-12-241-0/+1
* Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-221-3/+3
* Micro optimizationXinchen Hui2014-12-211-3/+3
* Micro optimizationsXinchen Hui2014-12-211-10/+8
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-83/+83
* Merge branch 'zppFailOnOverflow'Andrea Faulds2014-12-131-3/+9
|\
| * Refactor ZEND_LONG_MAX/MIN checks into ZEND_DOUBLE_FITS_LONG()Andrea Faulds2014-11-291-3/+9
* | PowerPC64 support for add and sub with overflow checkGustavo Frederico Temple Pedrosa2014-12-121-0/+60
* | PowerPC64 support for operators with overflow checkGustavo Frederico Temple Pedrosa2014-12-121-0/+54
* | Moved zend_is_true() from zend_execute.h/zend_execute_API.c into zend_operato...Dmitry Stogov2014-12-111-1/+55
|/
* Moved proxy object support in ASSIGN_ADD (and family) from VM to slow paths o...Dmitry Stogov2014-10-211-14/+35
* And this one...Xinchen Hui2014-10-031-17/+18
* Fixed C++ incompatibilityDmitry Stogov2014-09-241-1/+2
* Merge branch 'master' into integer_semanticsAndrea Faulds2014-09-211-154/+26
|\
| * Make number printing functions less genericNikita Popov2014-09-191-19/+18
| * Split is_numeric_string_ex() into inline and non-inline partsDmitry Stogov2014-09-181-135/+8
* | Fixed if/else if orderingAndrea Faulds2014-09-171-6/+6
* | Merge branch 'master' into integer_semanticsAndrea Faulds2014-09-161-46/+48
|\ \ | |/
| * fix negating an unsignedAnatol Belski2014-09-151-1/+1
| * Remove old zend_string_to_double functionNikita Popov2014-09-051-2/+0
| * Fix zend_longo_strNikita Popov2014-08-251-1/+1