summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump for 7.2.23Sara Golemon2019-08-131-1/+1
|
* next is 7.2.22Remi Collet2019-07-161-1/+1
|
* next is 7.2.21Remi Collet2019-06-111-1/+1
|
* Bump for 7.2.20Sara Golemon2019-05-141-1/+1
|
* next is 7.2.19Remi Collet2019-04-161-1/+1
|
* Bump versions for 7.2.18Sara Golemon2019-03-191-1/+1
|
* bump version to 7.2.17-devRemi Collet2019-02-191-1/+1
|
* Prepare main branch for PHP 7.2.16Christoph M. Becker2019-01-301-1/+1
|
* bump to 7.2.15-devRemi Collet2018-12-181-1/+1
|
* Bump for 7.2.14Sara Golemon2018-11-201-1/+1
|
* bump to 7.2.13-devRemi Collet2018-10-231-1/+1
|
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-11/+11
|
* Bump versionSara Golemon2018-09-251-1/+1
|
* bump to 7.2.11-devRemi Collet2018-08-281-1/+1
|
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-081-3/+3
| | | | | * PHP-7.1: Fix C++11 and up compatibility for zend_finite and more
* bump to 7.2.9-devRemi Collet2018-07-031-1/+1
|
* Fix versions, as 7.2.6RC is already outAnatol Belski2018-05-191-1/+1
|
* next is 7.2.6Remi Collet2018-04-111-1/+1
|
* Fixed bug #75722: Rework valgrind detectionMichael Heimpold2018-03-231-1/+29
| | | | | | | | | | | | | | | | | | | | As described in bug report #75722, the configure script (acinclude.m4) currently searches for the valgrind header file and enables valgrind support if found. When cross-compiling the searched paths are invalid for the target platform because they belong to the host system. At the moment, there is no way to tell the build system a dedicated path where to look for the header file. This leads to the issue, that when cross-compiling eg. for ARMv5 platform, that valgrind header file is detected - e.g. because host system is amd64 - and support is enabled - but target platform will never support valgrind (valgrind requires e.g. at least ARMv7). This change reworks the detection so that user could manually opt-in valgrind support and optionally specify a directory where the build system should look for the header file using the --with-valgrind option.
* next is 7.2.5Remi Collet2018-03-131-1/+1
|
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-051-1/+4
| | | | | * PHP-7.1: Fixed bug #76044 'date: illegal option -- -' in ./configure on FreeBSD
* Now working on 7.2.4-devSara Golemon2018-02-131-1/+1
|
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-02-021-1/+1
|
* next is 7.2.3Remi Collet2018-01-161-1/+1
|
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-151-1/+2
|
* next version is 7.2.1Remi Collet2017-11-131-1/+1
|
* prevent multiple include using standard macrosRemi Collet2017-06-091-0/+5
|
* cleanup, MEMORY_LIMIT is not used anymoreRemi Collet2017-06-091-3/+0
|
* Exclude warm-up requests from callgrind profile.Dmitry Stogov2017-05-311-0/+2
|
* Merge branch 'PHP-7.1'Jakub Zelenka2017-04-301-0/+1
|
* Merge branch 'PHP-7.1'Nikita Popov2017-03-171-3/+3
|
* Merge branch 'PHP-7.1'Nikita Popov2017-02-081-4/+4
|
* Merge branch 'PHP-7.1'Nikita Popov2017-02-061-4/+4
|
* Merge branch 'PHP-7.1'Nikita Popov2017-02-051-4/+4
|
* Merge branch 'PHP-7.1'Andrea Faulds2017-02-051-1/+1
|
* Use modern autotools name of configure.ac instead of configure.inBrian Evans2017-01-271-0/+1650
configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50 to replace the file named configure.in. Autotools is preparing to remove configure.in in Automake 2.0. All new software should be using configure.ac. This also fixes Bug #69770 where extensions are creating configure.in Signed-off-by: Brian Evans <grknight@gentoo.org>