summaryrefslogtreecommitdiff
path: root/Zend/zend_portability.h
Commit message (Expand)AuthorAgeFilesLines
* Fix clang compilationAnatol Belski2018-08-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Gereralize VA macro expansion mechanismAnatol Belski2018-06-211-0/+7
* Fixed prototypes, foo(void) instead of foo()Dmitry Stogov2018-06-061-2/+2
* Extend compile conditionsAnatol Belski2018-05-151-1/+1
* Bit test optimizationDmitry Stogov2018-05-081-0/+7
* Attempt to fix build with gcc-4.8Xinchen Hui2018-03-011-1/+6
* Attempt to fix build reported fails in containersXinchen Hui2018-03-011-5/+3
* Optimize "backup" functions of inlined opcode handlers for sizeDmitry Stogov2018-02-151-0/+9
* Optimized base64_encode/decode with SIMD instructionsXinchen Hui2018-02-121-1/+63
* If the target attribute is available, attach it explicitlyAnatol Belski2018-02-031-0/+14
* Revoke the gcc only restrictionAnatol Belski2018-01-251-2/+2
* Macrify the common operationAnatol Belski2018-01-241-0/+3
* Move useful macro into zend_portability.hAnatol Belski2018-01-241-1/+9
* Implement intrinsic function resolving per MINITAnatol Belski2018-01-241-0/+18
* year++Xinchen Hui2018-01-021-1/+1
* fix build with older gccs: label attributes are only available with gcc 5+Nuno Lopes2017-12-041-5/+9
* Prefer "GNU asm goto" to __builtin_saddl_overflow() for overflow detection. T...Dmitry Stogov2017-11-281-0/+4
* Enable and fix printf() format warningsNikita Popov2017-11-161-6/+2
* 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
|/