History log of /php-src/configure.ac (Results 176 – 200 of 511)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8c6db654 17-Feb-2021 Sara Golemon

Prep for 8.0.4

# 6d3d9104 16-Feb-2021 Derick Rethans

PHP-7.4 is now 7.4.17-dev

# 83be073a 26-Jan-2021 Nikita Popov

Move optimizer into core

This only moves the files, adjusts the build system, exports APIs
and does minor fixups to make sure the code builds.

This does not yet try to make the

Move optimizer into core

This only moves the files, adjusts the build system, exports APIs
and does minor fixups to make sure the code builds.

This does not yet try to make the optimizer usable independently
of opcache.

Closes GH-6642.

show more ...

# 34f0f60d 19-Jan-2021 Gabriel Caruso

Next is 8.0.3

# a33d0c3a 19-Jan-2021 Derick Rethans

Update NEWS and version

# 91eb9a13 11-Jan-2021 Christoph M. Becker

Merge branch 'PHP-8.0'

* PHP-8.0:
Revert fix for bug 76813 and re2c version bump


# 95a13ca9 11-Jan-2021 Christoph M. Becker

Revert fix for bug 76813 and re2c version bump

CentOS 7 ships with re2c 0.13.5 by default, so we should not have
bumped the required re2c version to 0.13.7. However, 0.13.5 does not

Revert fix for bug 76813 and re2c version bump

CentOS 7 ships with re2c 0.13.5 by default, so we should not have
bumped the required re2c version to 0.13.7. However, 0.13.5 does not
support default rules, so we cannot use them to fix bug 76813.

This reverts commit 420184ad529443182c9a348a55b1c9216005c613 and
5e15c9c41f8318a8392c2e2c78544f218736549c.

Closes GH-6593.

show more ...

# 9bf43c45 28-Dec-2020 Remi Collet

rename COMPILER and ARCHITECTURE macro (too generic)

# e4e318ba 28-Dec-2020 Christoph M. Becker

Merge branch 'PHP-8.0'

* PHP-8.0:
Bump minimum re2c version to 0.13.7


# 420184ad 15-Dec-2020 Christoph M. Becker

Bump minimum re2c version to 0.13.7

Closes GH-6516.

# 9eea9aae 15-Dec-2020 Gabriel Caruso

Prepare for PHP 8.0.2

This was missing from f1f78ac875fcfbf1347eb81eac06c11343c4a664.

# 36ff92e6 09-Dec-2020 Levi Morrison

Remove very old -no-cpp-precomp compatibility flag on Mac

Closes GH-6501.

# 7db29d21 25-Nov-2020 Nikita Popov

Merge branch 'PHP-8.0'

* PHP-8.0:
Fixed bug #80377


# 4633e70a 24-Nov-2020 Nikita Popov

Fixed bug #80377

Make sure the $PHP_THREAD_SAFETY variable is always available
when configuring extensions. It was previously available for
phpized extensions, but for in-tree builds

Fixed bug #80377

Make sure the $PHP_THREAD_SAFETY variable is always available
when configuring extensions. It was previously available for
phpized extensions, but for in-tree builds it was being set
too late.

Then, use $PHP_THREAD_SAFETY instead of $enable_zts to check for
ZTS in bundled extensions, which makes sure these checks also
work for phpize builds.

show more ...

# 3c44e9c0 19-Nov-2020 Sara Golemon

8.0 branch should be prepping for 8.0.1

# 25643b56 07-Nov-2020 Derick Rethans

Update version in 7.4 branch

# 14806e08 09-Oct-2020 Gabriel Caruso

Prepare for PHP 8.1

Closes GH-6305.

# d3cf5973 05-Oct-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix -Wimplicit-function-declaration in configure


# 9ad5381a 05-Oct-2020 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix -Wimplicit-function-declaration in configure


# aa405b7d 05-Oct-2020 Nikita Popov

Fix -Wimplicit-function-declaration in configure

As this is an error with xcode 12, see bug #80171.

# 12306728 16-Jul-2020 Sammy Kaye Powers

Add system ID entropy API

The `zend_system_id` is a (true global) system ID that fingerprints a process state. When extensions add engine hooks during MINIT/startup, entropy is added the sys

Add system ID entropy API

The `zend_system_id` is a (true global) system ID that fingerprints a process state. When extensions add engine hooks during MINIT/startup, entropy is added the system ID for each hook. This allows extensions to identify that changes have been made to the engine since the last PHP process restart.

Closes GH-5871

show more ...

# edddddce 15-Sep-2020 Christoph M. Becker

7.3.24 is next

# aae50328 08-Sep-2020 Dmitry Stogov

decbin/decoct/dechex optimization.

# c3299d7d 02-Sep-2020 Frank Du

X86: Fast CRC32 computation using PCLMULQDQ instruction

Based on:
"Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction"
V. Gopal, E. Ozturk, et al., 2009, http:/

X86: Fast CRC32 computation using PCLMULQDQ instruction

Based on:
"Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction"
V. Gopal, E. Ozturk, et al., 2009, http://intel.ly/2ySEwL0

Signed-off-by: Frank Du <frank.du@intel.com>

Closes GH-6018

show more ...

# 66c3e900 01-Sep-2020 Levi Morrison

Add zend_observer API

Closes GH-5857.

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
Co-authored-by: Sammy Powers <sammyk@datadoghq.com>

12345678910>>...21