History log of /PHP-8.0/configure.ac (Results 76 – 100 of 272)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dc3e3e64 03-Mar-2020 Derick Rethans

PHP-7.4 is now 7.4.5-dev


# 9dda3b9e 03-Mar-2020 Christoph M. Becker

Next is 7.3.17


# 84854a72 27-Feb-2020 Nikita Popov

Remove mergesort implementation

php_mergesort() isn't being used for anything, and hasn't been for
a long time. Even if we wanted to use a stable sort, this isn't
the implementation

Remove mergesort implementation

php_mergesort() isn't being used for anything, and hasn't been for
a long time. Even if we wanted to use a stable sort, this isn't
the implementation we'd use...

show more ...


# 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.


# 63f6608f 18-Feb-2020 Remi Collet

bump version to 7.2.29


# 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


# 1c4ad17c 04-Dec-2019 George Peter Banyard

Move isinf, isnan, and isfinite to zend_portability.h

Closes GH-4966


# 144b41ce 17-Nov-2019 Máté Kocsis

Remove money_format() function


# 92d5a2e4 04-Dec-2019 George Peter Banyard

Remove obsolete configure checks for isinf, isnan, and isfinite


# 65bbc670 03-Dec-2019 Christoph M. Becker

Next is 7.3.14


# d2cfb63f 03-Dec-2019 Remi Collet

next is 7.2.27


# e99406f4 15-Nov-2019 Derick Rethans

PHP-7.4 is now 7.4.1-dev


# 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


# d317e16e 05-Nov-2019 Sara Golemon

Bump for 7.2.26-dev


# 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 ...


# ad53bacf 29-Oct-2019 Nikita Popov

Fix bug #78681 by renaming libphp8.so to libphp.so

The major version number is no longer included.


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.


1234567891011