History log of /PHP-8.3/configure.ac (Results 151 – 175 of 431)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b9f3f35d 26-May-2021 Anatol Belski

libtool: Add CC tag explicitly

This fixes the scan-build build. CC is also the default tag, so there
should be no impact anywhere.

Signed-off-by: Anatol Belski <ab@php.net>


# 804420b0 20-May-2021 Derick Rethans

Detect musl libc to not set tls_model attribute on that platform

This fixes:
``_tsrm_ls_cache: initial-exec TLS resolves to dynamic definition``
in shared extensions.


# 64918fee 19-May-2021 Sara Golemon

Prep for 8.0.8


# 3938bfb5 18-May-2021 Derick Rethans

The PHP 7.4 branch is now for 7.4.21


# f020d537 04-May-2021 Sara Golemon

Reset for 8.0.7


# 0328ff49 04-May-2021 Derick Rethans

Reset PHP-7.4 for 7.4.20


# f3465e67 30-Apr-2021 Aaron Piotrowski

Minor fiber fixes

Assert error is fatal when calling zend_error_suspend_fiber.

Added missing static.

Removed .S extension from output of configure.


# 39e1af66 29-Apr-2021 Nikita Popov

Fix out-of-tree build

Add Zend/asm as a build directory.


# 98c8ad92 27-Apr-2021 Christoph M. Becker

7.3.29 is next


# c276c16b 26-Apr-2021 Aaron Piotrowski

Implement Fibers

RFC: https://wiki.php.net/rfc/fibers

Closes GH-6875.


# 7aba6de1 21-Apr-2021 David CARLIER

stream: Fix MacOS build. fsync as alias for fdatasync. (#6882)

If fdatasync is not available, use fsync instead.

For some reason, fdatasync is available when using clang from Xcode,

stream: Fix MacOS build. fsync as alias for fdatasync. (#6882)

If fdatasync is not available, use fsync instead.

For some reason, fdatasync is available when using clang from Xcode, even though no declaration is present in headers.

show more ...


# f1ad9199 16-Apr-2021 Dmitry Stogov

Better support for cross-compilation


# 122deea5 16-Apr-2021 twosee

Add ASan and UBSan options (#6825)

When we need to enable ASan/UBSan in PHP extension, we also need to enable it in PHP kernel. Providing these options makes it easier for us to enable ASan/

Add ASan and UBSan options (#6825)

When we need to enable ASan/UBSan in PHP extension, we also need to enable it in PHP kernel. Providing these options makes it easier for us to enable ASan/UBSan when compiling PHP.
And we use --enable-address-sanitizer and --enable-undefined-sanitizer in azure-pipelines.yml instead of changing CFLAGS manually.
We also add compile flag check to MSan.

show more ...


# 79872ac9 13-Apr-2021 Gabriel Caruso

8.0.6 is the next version


# 8e48895f 13-Apr-2021 Derick Rethans

Prepare for 7.4.19


# a04fac84 10-Apr-2021 David Carlier

Disable ifunc support on openbsd

Enabling it leads to segfault when resolvers are used e.g.
php_stripslashes.

Closes GH-6851.


# 269c8dac 10-Jun-2020 Ilija Tovilo

Implement enums

RFC: https://wiki.php.net/rfc/enumerations

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>

Closes GH-6489.


# c7fadd23 17-Mar-2021 Christoph M. Becker

8.0.5 is next

We also move the NEWS entry for bug 80847 to the proper version.


# fa9e2b31 16-Mar-2021 Nikita Popov

Check for php program in autoconf

Use the detected PHP (minimum 7.1) to run gen_stubs, and other
code generation scripts in the future.


# 4adc08a4 16-Mar-2021 Derick Rethans

Fix build version too


# 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


# 039ca4e2 02-Feb-2021 Christoph M. Becker

7.3.28 is next


# 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


12345678910>>...18