History log of /PHP-7.4/configure.ac (Results 26 – 50 of 203)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9d31a42a 18-Feb-2020 Nikita Popov

Don't use VLA in mysqlnd auth

We use alloca instead of VLA. This should also allow building
this code on Windows.


# e3632fdc 04-Feb-2020 Christoph M. Becker

Next is 7.3.16


# ce44cd3b 29-Jan-2020 Dmitry Stogov

Fixed bug #79092 (Building with clang+lld-9 results in a broken PHP binary)


# 7e2bd95f 22-Jan-2020 Remi Collet

next will be 7.2.28


# d684f5fd 09-Jan-2020 Christoph M. Becker

Fix #79086: Bump version not applied

We must not forget to update the version in configure.ac as well.


# 38c0a53b 07-Jan-2020 Christoph M. Becker

Bump version


# 2badeb51 10-Dec-2019 Derick Rethans

PHP-7.4 is now 7.4.2-dev


Revision tags: php-7.3.13RC1
# 65bbc670 03-Dec-2019 Christoph M. Becker

Next is 7.3.14


Revision tags: php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12
# e99406f4 15-Nov-2019 Derick Rethans

PHP-7.4 is now 7.4.1-dev


Revision tags: php-7.4.0RC6
# 0988f696 07-Nov-2019 max

Fix #78788: ./configure generates invalid php_version.h

Change $SED to "${SED}" such that the IFS is not used to split the
output of that variable.


# 4c9ba3e0 05-Nov-2019 Christoph M. Becker

7.3.13 is next


Revision tags: php-7.3.12RC1
# d317e16e 05-Nov-2019 Sara Golemon

Bump for 7.2.26-dev


Revision tags: php-7.2.25RC1
# 45131411 04-Nov-2019 Nikita Popov

Revert "Remove configure checks for supported instruction sets"

This reverts commit edccf32f7f36a8bc759b9482737e0c3efcb3a005.

This was reported to cause issues for as yet unknown re

Revert "Remove configure checks for supported instruction sets"

This reverts commit edccf32f7f36a8bc759b9482737e0c3efcb3a005.

This was reported to cause issues for as yet unknown reasons in
bug #78769. As this was intended as code cleanup, revert this from
7.4 at least. May reapply it to master later.

show more ...


# edccf32f 31-Oct-2019 Nikita Popov

Remove configure checks for supported instruction sets

These were checking whether the instruction set is supported by
the host CPU, however they were only used to condition on whether

Remove configure checks for supported instruction sets

These were checking whether the instruction set is supported by
the host CPU, however they were only used to condition on whether
this instruction set is targeted at all. It would still use dynamic
dispatch (e.g. based on ifunc resolvers) to select the actual
implementation. Whether the target is guaranteed to support the
instruction set without dispatch is determined based on pre-defined
macros like __SSE2__.

This removes the configure-time builtin cpu checks to remove
confusion. Additionally this allows targeting an architecture that
is newer than the host architecture.

show more ...


Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4
# 3718a955 11-Oct-2019 Nikita Popov

Remove configure checks for ltp when using --enable-gcov

gcov builds can also be used with other tools like gcovr, so remove
the hard dependency on LTP.


# 33958ccb 10-Oct-2019 Dmitry Stogov

Revert "Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI"

This reverts commit db094b4b2e5ef0f0c30f412ce3a2516e31e17da7.


# 26f45cb4 08-Oct-2019 Christoph M. Becker

7.3.12 is next


Revision tags: php-7.3.11RC1
# 05d6878b 08-Oct-2019 Remi Collet

next is 7.2.25


Revision tags: php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2
# db094b4b 17-Sep-2019 Dmitry Stogov

Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI


# a270eb19 10-Sep-2019 Sara Golemon

Bump for 7.2.24


Revision tags: php-7.2.23RC1, php-7.3.10RC1
# cf31210f 10-Sep-2019 Christoph M. Becker

PHP 7.3.10RC1 has been tagged


Revision tags: php-7.4.0RC1
# 18a2f084 28-Aug-2019 Peter Kokot

Fix #78460: PEAR installation failure

When building PHP outside of the source tree:

mkdir custom-build-dir
cd custom-build-dir
../path/to/php-src/configure

Th

Fix #78460: PEAR installation failure

When building PHP outside of the source tree:

mkdir custom-build-dir
cd custom-build-dir
../path/to/php-src/configure

The directories need to be manually created including the pear directory
so the pear installation PHAR file doesn't need to be downloaded from
the remote location.

Closes GH-4639

show more ...


Revision tags: php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4
# 4b64d47c 13-Aug-2019 Sara Golemon

Bump for 7.2.23


Revision tags: php-7.2.22RC1
# 5536105b 13-Aug-2019 Christoph M. Becker

Next will be 7.3.10


Revision tags: php-7.3.9RC1
# fe799791 13-Aug-2019 Christoph M. Becker

Bump version numbers

This should have been done four weeks ago already.


123456789