History log of /php-src/configure.ac (Results 126 – 150 of 511)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8db7fd8a 03-Feb-2022 Patrick Allaert

Bump for 8.1.4-dev

# 8a46311d 02-Feb-2022 Sara Golemon

Bump for 8.0.17-dev

# 4ae75623 04-Jan-2022 Patrick Allaert

Preparing for 8.1.3-dev

# f2fa8753 04-Jan-2022 Christoph M. Becker

Merge branch 'PHP-8.1'

* PHP-8.1:
riscv64 support for fibers


# 70b02d75 03-Jan-2022 Jeremie Courreges-Anglas

riscv64 support for fibers

We add riscv64 assembly files from Boost, needed for fibers support,
and hook up riscv64 fibers support during configure.

Closes GH-7879.

# 1a4d2dd9 21-Dec-2021 David CARLIER

zend alloc USE_ZEND_ALLOC_HUGE_PAGES option support on solaris based systems (#7789)

# 628670c3 02-Dec-2021 Patrick Allaert

Prepare for 8.1.2

# 999c6f2c 02-Dec-2021 Sara Golemon

Bump for 8.0.15

# ac96db67 27-Nov-2021 Patrick Allaert

Preparing for 8.1.1

# 067df263 24-Nov-2021 Dmitry Stogov

Use memrchr() when available

On x86_64 glibc memrchr() uses SSE/AVX CPU extensions and works much
faster then naive loop. On x86 32-bit we still use inlined version.

memrchr() i

Use memrchr() when available

On x86_64 glibc memrchr() uses SSE/AVX CPU extensions and works much
faster then naive loop. On x86 32-bit we still use inlined version.

memrchr() is a GNU extension. Its prototype becomes available when
<string.h> is included with defined _GNU_SOURCE macro. Previously, we
defined it in "php_config.h", but some sources may include <string.h>
befire it. To avod mess we also pass -D_GNU_SOURCE to C compiler.

show more ...

# 89f28faf 09-Nov-2021 Ben Ramsey

The PHP-8.1 branch is now for 8.1.0

# 2d4bfcfd 02-Nov-2021 Sara Golemon

Prep for 8.0.14

# 5dc2c38f 27-Oct-2021 Patrick Allaert

Configuring for 8.1.0RC6

# daf6a461 12-Oct-2021 Ben Ramsey

The PHP-8.1 branch is now for 8.1.0RC5

# fe9abf52 29-Sep-2021 Nikita Popov

Merge branch 'PHP-8.1'

* PHP-8.1:
Fix bug #75941: Fix compile failure on Solaris with clang


# 26d28c3b 28-Sep-2021 Jaromir Dolecek

Fix bug #75941: Fix compile failure on Solaris with clang

Closes GH-7525.

# 68ee1b40 28-Sep-2021 Ben Ramsey

The PHP-8.1 branch is now for 8.1.0RC4

# 74033b2c 15-Sep-2021 Nikita Popov

Don't hardcode used sanitizers in fuzzer

Now that we have generic --enable-address|undefined|memory-sanitizer
options, let the user pick one of these instead of making the fuzzer
ena

Don't hardcode used sanitizers in fuzzer

Now that we have generic --enable-address|undefined|memory-sanitizer
options, let the user pick one of these instead of making the fuzzer
enable one implicitly.

show more ...

# cba708bb 14-Sep-2021 Patrick Allaert

Configuring for 8.1.0RC3

# 5e1e4a89 07-Sep-2021 Sara Golemon

Prep for 8.0.12

# d6d64911 01-Sep-2021 Patrick Allaert

Preparing for 8.1.0RC2

# 27901e0f 01-Sep-2021 Nikita Popov

Restore dev version

# 1c33ddb5 31-Aug-2021 Patrick Allaert

Prepare for PHP 8.2

# 5764414e 31-Aug-2021 Patrick Allaert

Prepare for PHP 8.1.0RC1

# ea604f09 16-Aug-2021 Calvin Buckley

AIX/XCOFF support for fibers (#7338)

12345678910>>...21