summaryrefslogtreecommitdiff
path: root/Zend/zend_portability.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-07-271-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-271-1/+1
| |\
| | * Simpler fix for #74974Pedro Magalhães2017-07-271-1/+1
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Move va_copy compatibility code into zend_portability.hNikita Popov2017-06-251-0/+12
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-161-1/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-161-1/+7
| |\ \ | | |/
| | * Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).Ondřej Surý2017-02-161-1/+7
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-081-4/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-081-4/+6
| |\ \ | | |/
| | * Add #ifndef restrictdreamsxin2017-02-081-4/+6
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Resolve conflictSammy Kaye Powers2017-01-031-1/+1
|\ \ \
| * \ \ Merge branch 'pull-request/2163'Joe Watkins2017-01-031-1/+1
| |\ \ \
| | * | | import explicit_bzero + strlc* functions updateDavid Carlier2016-10-151-1/+1
* | | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ / / /
* | | | Increased number of reserved resources (from 4 to 6)Dmitry Stogov2016-12-121-1/+1
* | | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-2/+2
* | | | Merge branch 'PHP-7.1'Bob Weinand2016-11-201-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-201-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-201-0/+2
* | | | Merge branch 'PHP-7.1'Nikita Popov2016-11-201-2/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-201-2/+0
| |\ \ \ | | |/ /
| | * | Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-201-2/+0
| * | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-201-0/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-201-0/+2
* | | Remove a few unused write warningsBob Weinand2016-11-201-0/+2
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-4/+1
* | | Deduplicate NAN/INF portability, move to ZendAndrea Faulds2016-03-201-0/+46
|/ /
* | add proper noinline specifier for VCAnatol Belski2016-01-181-1/+1
|/
* 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