History log of /PHP-8.3/configure.ac (Results 251 – 275 of 526)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.

# f0f24932 10-Mar-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Check for sys/auxv.h before using it.


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

# 172010a0 18-Feb-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Don't use VLA in mysqlnd auth


# 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

# 8bdce8ed 29-Jan-2020 Dmitry Stogov

Merge branch 'PHP-7.4'

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


# ce44cd3b 29-Jan-2020 Dmitry Stogov

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

# 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

# e99406f4 15-Nov-2019 Derick Rethans

PHP-7.4 is now 7.4.1-dev

# 34dda406 07-Nov-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #78788: ./configure generates invalid php_version.h


# 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

# b509d675 04-Nov-2019 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Revert "Remove configure checks for supported instruction sets"


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

1...<<11121314151617181920>>...22