summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* | | display info about system used to build and its providerRemi Collet2020-07-061-0/+5
* | | Remove unnecessary ieeefp.h includeNikita Popov2020-06-301-4/+0
* | | Move __alignof__ support check into main configure.ac.Eddie Kohler2020-06-301-0/+14
* | | Haiku proc_open build fix, *pty api resides on the BSD libraryDavid Carlier2020-06-261-2/+2
* | | Fix crypt_r detectionNikita Popov2020-06-241-6/+0
* | | Simplify `_crypt_extended_init_r`, and fix redundant initialization on Win32/...Alex Dowad2020-06-231-7/+0
* | | Clean up some unused code (and fix some comments) in build scriptsAlex Dowad2020-06-191-26/+2
* | | Fix Haiku buildDavid Carlier2020-06-191-0/+3
* | | Remove unneeded --disable-inline-optimization build parameterAlex Dowad2020-06-171-13/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-071-1/+2
|\ \ \ | |/ /
| * | Allow defining of uname value for reproducible buildsJelle van der Waa2020-06-071-1/+2
| * | Bump versionChristoph M. Becker2020-05-191-1/+1
* | | Add AttributesBenjamin Eberlei2020-06-041-1/+1
* | | Add --enable-memory-sanitizer flagNikita Popov2020-05-201-1/+13
* | | Add PTY support to proc_open (again after 16 long years)Alex Dowad2020-05-141-3/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-141-0/+6
|\ \ \ | |/ /
| * | Properly detect CRC32 APIs on aarch64 from configureOndřej Surý2020-05-141-0/+6
| * | The 7.4 branch is now for 7.4.6Derick Rethans2020-03-311-1/+1
* | | Reapply "Remove configure checks for supported instruction sets"Nikita Popov2020-05-111-6/+0
* | | Nothing in codebase cares whether platform has fpclass()Alex Dowad2020-04-241-1/+0
* | | Drop wchar header check as always defined since C95George Peter Banyard2020-03-311-1/+0
* | | Remove rand_r implementationNikita Popov2020-03-261-1/+0
* | | Remove HAVE_REALPATH checksNikita Popov2020-03-261-1/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-03-101-0/+1
|\ \ \ | |/ /
| * | Check for sys/auxv.h before using it.Peter Seiderer2020-03-101-0/+1
| * | PHP-7.4 is now 7.4.5-devDerick Rethans2020-03-031-1/+1
* | | Remove mergesort implementationNikita Popov2020-02-271-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-181-14/+0
|\ \ \ | |/ /
| * | Don't use VLA in mysqlnd authNikita Popov2020-02-181-14/+0
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-01-291-7/+36
|\ \ \ | |/ /
| * | Fixed bug #79092 (Building with clang+lld-9 results in a broken PHP binary)Dmitry Stogov2020-01-291-7/+36
| * | Fix #79086: Bump version not appliedChristoph M. Becker2020-01-091-1/+1
| * | PHP-7.4 is now 7.4.2-devDerick Rethans2019-12-101-1/+1
| * | PHP-7.4 is now 7.4.1-devDerick Rethans2019-11-151-1/+1
* | | Move isinf, isnan, and isfinite to zend_portability.hGeorge Peter Banyard2019-12-051-15/+0
* | | Remove money_format() functionMáté Kocsis2019-12-051-1/+0
* | | Remove obsolete configure checks for isinf, isnan, and isfiniteGeorge Peter Banyard2019-12-041-27/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-071-6/+6
|\ \ \ | |/ /
| * | Fix #78788: ./configure generates invalid php_version.hmax2019-11-071-6/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-11-041-0/+6
|\ \ \ | |/ /
| * | Revert "Remove configure checks for supported instruction sets"Nikita Popov2019-11-041-0/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-311-6/+0
|\ \ \ | |/ /
| * | Remove configure checks for supported instruction setsNikita Popov2019-10-311-6/+0
* | | Fix bug #78681 by renaming libphp8.so to libphp.soNikita Popov2019-10-291-3/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-111-49/+1
|\ \ \ | |/ /
| * | Remove configure checks for ltp when using --enable-gcovNikita Popov2019-10-111-49/+1
| * | Revert "Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI"Dmitry Stogov2019-10-101-3/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-09-171-1/+3
|\ \ \ | |/ /
| * | Fixed CLI/CGI/FPM build, when they are built together with Apache SAPIDmitry Stogov2019-09-171-1/+3
* | | Various improvements to fuzzer SAPIsNikita Popov2019-09-161-0/+12