Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-11-07 | 1 | -6/+6 |
|\ | |||||
| * | Fix #78788: ./configure generates invalid php_version.h | max | 2019-11-07 | 1 | -6/+6 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-11-04 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Revert "Remove configure checks for supported instruction sets" | Nikita Popov | 2019-11-04 | 1 | -0/+6 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-31 | 1 | -6/+0 |
|\ \ | |/ | |||||
| * | Remove configure checks for supported instruction sets | Nikita Popov | 2019-10-31 | 1 | -6/+0 |
* | | Fix bug #78681 by renaming libphp8.so to libphp.so | Nikita Popov | 2019-10-29 | 1 | -3/+3 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-11 | 1 | -49/+1 |
|\ \ | |/ | |||||
| * | Remove configure checks for ltp when using --enable-gcov | Nikita Popov | 2019-10-11 | 1 | -49/+1 |
| * | Revert "Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI" | Dmitry Stogov | 2019-10-10 | 1 | -3/+1 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-09-17 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI | Dmitry Stogov | 2019-09-17 | 1 | -1/+3 |
* | | Various improvements to fuzzer SAPIs | Nikita Popov | 2019-09-16 | 1 | -0/+12 |
* | | Port various autoconf bits to C99 compilers | Florian Weimer | 2019-09-10 | 1 | -0/+2 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-08-30 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix #78460: PEAR installation failure | Peter Kokot | 2019-08-30 | 1 | -0/+2 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-24 | 1 | -8/+0 |
|\ \ | |/ | |||||
| * | Remove outdated Libtool hack for macs | Peter Kokot | 2019-07-24 | 1 | -8/+0 |
* | | Remove HAVE_LOCALE_H and locale.h check | Peter Kokot | 2019-07-21 | 1 | -2/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-18 | 1 | -1/+9 |
|\ \ | |/ | |||||
| * | Remove duplicate socklen_t check | Peter Kokot | 2019-07-18 | 1 | -1/+9 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-16 | 1 | -10/+0 |
|\ \ | |/ | |||||
| * | Remove unused build checks | Peter Kokot | 2019-07-16 | 1 | -10/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-14 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Remove usage of PHP_AIX_LDFLAGS | Peter Kokot | 2019-07-14 | 1 | -2/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-14 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Remove duplicate PTHREADS template define | Peter Kokot | 2019-07-14 | 1 | -2/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-14 | 1 | -6/+0 |
|\ \ | |/ | |||||
| * | Remove PHP_MYSQL variable | Peter Kokot | 2019-07-14 | 1 | -6/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-13 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove php_multiple_shlib_versions_ok | Peter Kokot | 2019-07-13 | 1 | -1/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-13 | 1 | -6/+1 |
|\ \ | |/ | |||||
| * | Remove WARNING_LEVEL fix for QNX | Peter Kokot | 2019-07-13 | 1 | -6/+1 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove unused tsrm_strtok_r() function | Nikita Popov | 2019-07-12 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-11 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Refactor undefining PACKAGE_* symbols | Peter Kokot | 2019-07-11 | 1 | -0/+4 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Align segments on huge page boundary only for x86 | Cyril Pascal | 2019-07-10 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-08 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Remove APACHE symbol | Peter Kokot | 2019-07-08 | 1 | -3/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-08 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | Refactor genif.sh | Peter Kokot | 2019-07-08 | 1 | -4/+2 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-08 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Remove C89 checks for signal.h and strerror | Peter Kokot | 2019-07-08 | 1 | -2/+1 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-08 | 1 | -8/+0 |
|\ \ | |/ | |||||
| * | Remove some unused variables | Peter Kokot | 2019-07-08 | 1 | -8/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-07 | 1 | -17/+0 |
|\ \ | |/ | |||||
| * | Remove PHP_DEBUG_MACRO | Peter Kokot | 2019-07-07 | 1 | -17/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-07 | 1 | -8/+0 |
|\ \ | |/ |