History log of /PHP-8.1/configure.ac (Results 151 – 175 of 355)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 77ee4e63 22-Apr-2020 Alex Dowad

Nothing in codebase cares whether platform has fpclass()

Therefore, don't bother checking for it in 'configure' script.

Closes GH-5453


# 01634f84 31-Mar-2020 Derick Rethans

The 7.4 branch is now for 7.4.6


# 33226c3a 31-Mar-2020 Christoph M. Becker

Next is 7.3.18


# 457380ca 29-Mar-2020 George Peter Banyard

Drop wchar header check as always defined since C95


# e8e09b60 26-Mar-2020 Nikita Popov

Remove rand_r implementation

We already use our own mt13397 implementation nowadays, so we no
longer need this shim.


# 97cb81ea 23-Mar-2020 Nikita Popov

Remove HAVE_REALPATH checks

We do not actually use realpath(), but a custom implementation.
Make sure the realpath() function is always available.

Closes GH-5290.


# 3072b77c 17-Mar-2020 Remi Collet

bump verison to 7.2.30-dev


# f73528f0 09-Mar-2020 Peter Seiderer

Check for sys/auxv.h before using it.

Fixes aarch64 compile with uclibc-ng (does not provide
sys/auxv.h header file).

Closes GH-5248.

Signed-off-by: Peter Seiderer <ps.

Check for sys/auxv.h before using it.

Fixes aarch64 compile with uclibc-ng (does not provide
sys/auxv.h header file).

Closes GH-5248.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>

show more ...


# 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


12345678910>>...15