History log of /PHP-8.2/configure.ac (Results 51 – 75 of 425)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0454f4ad 30-Jan-2024 Pierrick Charron

PHP-8.2 is now for PHP 8.2.17-dev


# d57a7767 10-Jan-2024 Jan Palus

Set libtool tag per command instead of global one

Global --tag=CC defined in configure.ac is not correct in all cases. For example
linking objects that were compiled from C++ sources nee

Set libtool tag per command instead of global one

Global --tag=CC defined in configure.ac is not correct in all cases. For example
linking objects that were compiled from C++ sources needs to be done with C++
compiler, however for link mode libtool will prefer compiler indicated with
--tag.

Fixes GH-12349

show more ...


# 5d79c1b7 02-Jan-2024 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.16-dev


# de5557b0 22-Dec-2023 Peter Kokot

Add cross-compiling 3rd argument to AC_RUN_IFELSE

Autotools emits warning if 3rd argument is empty. Call is wrapped in the
AC_CACHE_CHECK with php_cv_* cache variable name according to t

Add cross-compiling 3rd argument to AC_RUN_IFELSE

Autotools emits warning if 3rd argument is empty. Call is wrapped in the
AC_CACHE_CHECK with php_cv_* cache variable name according to the docs.

Closes GH-12966

show more ...


# dc3641ea 05-Dec-2023 Pierrick Charron

PHP-8.2 is now for PHP 8.2.15-dev


# ca22505c 09-Nov-2023 Ilija Tovilo

Disable -fsanitize=function on Clang 17

Closes GH-12642


# 239a26fa 07-Nov-2023 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.14-dev


# be64db59 10-Oct-2023 Patrick Allaert

PHP-8.1 is now for PHP 8.1.26-dev


# 2642a086 10-Oct-2023 Pierrick Charron

PHP-8.2 is now for PHP 8.2.13-dev


# c1cf0026 12-Sep-2023 Ben Ramsey

PHP-8.1 is now for PHP 8.1.25-dev


# 5c1f7467 12-Sep-2023 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.12-dev


# bf3fb4e5 28-Aug-2023 Jeremie Courreges-Anglas

On riscv64 require libatomic if actually needed

clang and newer gcc releases support byte-sized atomic accesses on
riscv64 through inline builtins. In both cases the hard dependency on

On riscv64 require libatomic if actually needed

clang and newer gcc releases support byte-sized atomic accesses on
riscv64 through inline builtins. In both cases the hard dependency on
libatomic added by GH-11321 isn't useful.

Stop using AC_CHECK_LIB() which is too naive to notice that libatomic
isn't needed. Instead, PHP_CHECK_FUNC() will retry the check with -latomic
if required.

Closes GH-11790

show more ...


# 4467f33e 15-Aug-2023 Pierrick Charron

PHP-8.2 is now for PHP 8.2.11-dev


# 96885bc0 05-Aug-2023 Kévin Dunglas

fix: handle the GNU specific version of strerror_r

Close GH-11882


# 796a75f9 18-Jul-2023 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.10-dev


# 41a3573f 05-Jul-2023 Peter Kokot

Fix GH-9483: Autoconf warnings for newer Autoconf versions

Co-authored-by: Levi Morrison <morrison.levi@gmail.com>


# 884a53f3 20-Jun-2023 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.9-dev


# 1dfa277a 25-May-2023 Daniil Gentili

Fix GCC 12 compilation on riscv64

Close GH-11321


# 2f2fd06b 23-May-2023 Ben Ramsey

PHP-8.1 is now for PHP 8.1.21-dev


# d5f68b50 23-May-2023 Pierrick Charron

PHP-8.2 is now for PHP 8.2.8-dev


# 8318f4a6 25-Apr-2023 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.7-dev


# f7c692a9 28-Mar-2023 Pierrick Charron

PHP-8.2 is now for PHP 8.2.6-dev


# ad85e714 03-Mar-2023 Kévin Dunglas

fix: support for timeouts with ZTS on Linux (#10141)


# 23ce3423 28-Feb-2023 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.5-dev


# 586e81b2 14-Feb-2023 Ben Ramsey

Point to the issue tracker on GitHub


12345678910>>...17