Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #80377 | Nikita Popov | 2020-11-25 | 1 | -6/+0 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-10-05 | 1 | -4/+4 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-10-05 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix -Wimplicit-function-declaration in configure | Nikita Popov | 2020-10-05 | 1 | -4/+5 |
* | | | Prepend compiler warning flags to CFLAG instead to append them | George Peter Banyard | 2020-09-01 | 1 | -2/+2 |
* | | | Clean up some unused code (and fix some comments) in build scripts | Alex Dowad | 2020-06-19 | 1 | -1/+1 |
* | | | Remove unneeded --disable-inline-optimization build parameter | Alex Dowad | 2020-06-17 | 1 | -19/+0 |
* | | | Add -Wextra compiler warnings and exclude the trigger happy ones | George Peter Banyard | 2020-04-14 | 1 | -1/+4 |
* | | | Remove obsolete configure checks for isinf, isnan, and isfinite | George Peter Banyard | 2019-12-04 | 1 | -2/+0 |
* | | | Remove now obsolete configure checks for INFINITY and NAN. | George Peter Banyard | 2019-12-04 | 1 | -129/+0 |
* | | | Port various autoconf bits to C99 compilers | Florian Weimer | 2019-09-10 | 1 | -0/+2 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-17 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | Simplify functions checks in m4 | Peter Kokot | 2019-07-17 | 1 | -4/+2 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-06-30 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Sync functions checks | Peter Kokot | 2019-06-30 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-06-30 | 1 | -8/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove HAVE_DEV_ARANDOM | Peter Kokot | 2019-06-30 | 1 | -8/+0 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-06-27 | 1 | -10/+1 |
|\ \ \ | |/ / | |||||
| * | | Clean headers checks | Peter Kokot | 2019-06-27 | 1 | -10/+1 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-06-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Remove HAVE_STRTOD and strtod check | Peter Kokot | 2019-06-26 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-12 | 1 | -22/+24 |
|\ \ \ | |/ / | |||||
| * | | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -22/+24 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-11 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove dead DEBUG_CFLAGS setting | Peter Kokot | 2019-05-11 | 1 | -2/+0 |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-22 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Add gcc global register for aarch64 | CrazyMiaoo | 2019-04-22 | 1 | -0/+3 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-04-21 | 1 | -0/+114 |
|\ \ \ | |/ / | |||||
| * | | Refactor Zend/acinclude.m4 local macro | Peter Kokot | 2019-04-21 | 1 | -0/+114 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Disable strict aliasing warnings | Nikita Popov | 2019-04-15 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Enable -Wall on release builds for GCC | Nikita Popov | 2019-04-12 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-04-07 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove HAVE_SIGNAL_H | Peter Kokot | 2019-04-07 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-04-07 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove HAVE_LIMITS_H | Peter Kokot | 2019-04-07 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-30 | 1 | -3/+0 |
|\ \ \ | |/ / | |||||
| * | | Refactor PHP_PROG_BISON and PHP_PROG_RE2C | Peter Kokot | 2019-03-30 | 1 | -3/+0 |
* | | | For consistency with Windows, and because ZTS is not experimental or a "maint... | Joe Watkins | 2019-03-23 | 1 | -7/+7 |
|/ / | |||||
* | | remove unneeded AC_REQUIRE([AC_PROG_YACC]) | Nuno Lopes | 2019-03-17 | 1 | -1/+0 |
* | | Clean build system | Peter Kokot | 2019-03-14 | 1 | -4/+1 |
* | | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -28/+22 |
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulong | Peter Kokot | 2019-03-06 | 1 | -4/+0 |
* | | Remove outdated hack for AIX 4 | Peter Kokot | 2019-03-03 | 1 | -6/+0 |
* | | Remove AC_PROG_CC_C_O | Peter Kokot | 2019-03-03 | 1 | -1/+0 |
* | | Remove LIBZEND_CHECK_INT_TYPE and PHP_CHECK_TYPES | Peter Kokot | 2019-03-02 | 1 | -26/+0 |
* | | Remove obsolescent AC_HEADER_STDC and memcpy check | Peter Kokot | 2019-03-01 | 1 | -2/+1 |
* | | Remove ZEND_FP_EXCEPT macro and HAVE_FP_EXCEPT | Peter Kokot | 2019-02-27 | 1 | -2/+0 |
* | | Remove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTF | Peter Kokot | 2019-02-23 | 1 | -1/+0 |