History log of /PHP-8.3/configure.ac (Results 26 – 50 of 431)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# 1fdf21fe 05-Dec-2023 Eric Mann

PHP-8.3 is now for PHP 8.3.2-dev


# 178d3acf 21-Nov-2023 Jakub Zelenka

PHP 8.3 is now 8.3.1-dev


# ca22505c 09-Nov-2023 Ilija Tovilo

Disable -fsanitize=function on Clang 17

Closes GH-12642


# 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


# 6e3f93f2 15-Aug-2023 Patrick Allaert

PHP-8.1 is now for PHP 8.1.24-dev


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

fix: handle the GNU specific version of strerror_r

Close GH-11882


# 37d35f5e 31-Jul-2023 Peter Kokot

Move --enable/--disable-fiber-asm help output (#11827)

This moves the fiber configure option in the Zend section. TSRM doesn't
currently have any specific configure options so it can be

Move --enable/--disable-fiber-asm help output (#11827)

This moves the fiber configure option in the Zend section. TSRM doesn't
currently have any specific configure options so it can be removed from
the ./configure --help output.

show more ...


# b132b7ab 20-Jul-2023 Peter Kokot

Remove check for time.h and HAVE_TIME_H (#11726)

The `<time.h>` header file is part of the standard C89 headers [1] and
on current systems can be included unconditionally.

The c

Remove check for time.h and HAVE_TIME_H (#11726)

The `<time.h>` header file is part of the standard C89 headers [1] and
on current systems can be included unconditionally.

The conditional include based on Windows is there so the win32/time.h
can be included on other places when needed.

Refs:
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2
[2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4

show more ...


# d35df89c 19-Jul-2023 Athos Ribeiro

Fix #79026: Allow PHP_EXTRA_VERSION overrides

When building from sources, someone distributing PHP may want to add a
vendor specific string to the PHP_VERSION so users can differentiate

Fix #79026: Allow PHP_EXTRA_VERSION overrides

When building from sources, someone distributing PHP may want to add a
vendor specific string to the PHP_VERSION so users can differentiate
multiple vendor builds from the same PHP version. For instance, a vendor
backporting a bug fix to a no-longer-supported PHP version could extend
their PHP_EXTRA_VERSION to allow their users to identify that they carry
such fix by checking their PHP_VERSION.

Closes GH-11706

show more ...


# 6e3c520f 18-Jul-2023 Ben Ramsey

PHP-8.1 is now for PHP-8.1.23-dev


# 796a75f9 18-Jul-2023 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.10-dev


# d0731934 16-Jul-2023 Arnaud Le Blanc

Expose time spent collecting cycles in gc_status() (#11523)


# 41a3573f 05-Jul-2023 Peter Kokot

Fix GH-9483: Autoconf warnings for newer Autoconf versions

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


# cf587c1a 07-Jul-2023 Peter Kokot

Fix GH-11603: Set LDFLAGS (#11605)

The two unsets before the last `unset LIBS LDFLAGS` are not necessary so
LDFLAGS can be adjusted via command line:

LDFLAGS="..." ./configure

Fix GH-11603: Set LDFLAGS (#11605)

The two unsets before the last `unset LIBS LDFLAGS` are not necessary so
LDFLAGS can be adjusted via command line:

LDFLAGS="..." ./configure

Co-authored-by: Max Kellermann <max.kellermann@ionos.com>

show more ...


# 884a53f3 20-Jun-2023 Sergey Panteleev

PHP-8.2 is now for PHP 8.2.9-dev


# 6c4b1e04 20-Jun-2023 Patrick Allaert

PHP-8.1 is now for PHP 8.1.22-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


12345678910>>...18