summaryrefslogtreecommitdiff
path: root/Zend/zend_portability.h
Commit message (Expand)AuthorAgeFilesLines
* Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).Ondřej Surý2017-02-161-1/+7
* Add #ifndef restrictdreamsxin2017-02-081-4/+6
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-201-0/+2
* Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-201-2/+0
* Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-201-0/+2
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* include range checks with the portability headerAnatol Belski2015-08-261-0/+2
* Fixed typo in proper placeDmitry Stogov2015-08-191-3/+3
* Fixed typoDmitry Stogov2015-08-191-1/+1
* Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-0/+4
* Reimplemented ability to get debug info (C source file and line number) in ph...Dmitry Stogov2015-08-111-10/+6
* improve ZEND_TLS declaration even more and move it to the better placeAnatol Belski2015-07-281-6/+0
* use better nameAnatol Belski2015-07-281-2/+2
* add ZEND_THREAD specifierAnatol Belski2015-07-281-0/+6
* Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-241-7/+11
* fix two clang errors on WindowsAnatol Belski2015-07-191-2/+2
* Ignore getcwd return in zend_compileNikita Popov2015-07-161-0/+6
* Optimize out usless conditions used by specializerDmitry Stogov2015-06-251-0/+8
* Better check for __builtin_constant_p() availabilityDmitry Stogov2015-06-251-0/+4
* Also try __has_builtin() where builtins are usedBob Weinand2015-06-221-6/+9
* Use weak function for fcgi_logXinchen Hui2015-05-231-0/+1
* Drop old VC support in Zend Engine, this also kills the remaining MessageBox ...Kalle Sommer Nielsen2015-03-291-2/+2
* Introduce ZEND_ASSUME() macro to help optimizing code.Dmitry Stogov2015-03-241-12/+24
* Move check for __builtin_expect to configureLevi Morrison2015-03-221-3/+3
* This should fix compilation on OSX (bug #68987 Failed to compile zend.c with ...Dmitry Stogov2015-02-061-0/+4
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* added commentAnatol Belski2014-11-141-0/+1
* do portable socket checksAnatol Belski2014-11-101-0/+6
* basic clang compatibility on windowsAnatol Belski2014-11-071-0/+4
* improved the ZEND_FASTCALL convention for vc12+Anatol Belski2014-11-041-1/+3
* generalized the case with secure memory zeroingAnatol Belski2014-09-191-0/+6
* Clang attributes supportDmitry Stogov2014-09-181-6/+14
* Moved some definitions from zend.h into more suitable header filesDmitry Stogov2014-09-181-0/+385