History log of /PHP-8.0/configure.ac (Results 101 – 125 of 272)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# c4e2ca60 13-Sep-2019 Nikita Popov

Various improvements to fuzzer SAPIs


# 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


# aeaab8ee 09-Sep-2019 Florian Weimer

Port various autoconf bits to C99 compilers

C99 no longer has implicit function declarations and implicit ints.
Current GCC versions enable them as an extension, but this will
change

Port various autoconf bits to C99 compilers

C99 no longer has implicit function declarations and implicit ints.
Current GCC versions enable them as an extension, but this will
change in a future GCC version.

show more ...


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.


Revision tags: php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8
# 793dfa91 24-Jul-2019 Peter Kokot

Remove outdated Libtool hack for macs

This was once relevant for older versions of macs and autoconf 2.13.

Closes GH-4435


Revision tags: php-7.4.0beta1
# 605386e3 20-Jul-2019 Peter Kokot

Remove HAVE_LOCALE_H and locale.h check

This was a left over for supporting old code in PHP extensions out there.
Check is not needed anymore since this is part of C89+ standard.

Remove HAVE_LOCALE_H and locale.h check

This was a left over for supporting old code in PHP extensions out there.
Check is not needed anymore since this is part of C89+ standard.

Closes GH-4445

show more ...


# bbdbc265 18-Jul-2019 Peter Kokot

Remove duplicate socklen_t check

- Use Autoconf's default AC_CHECK_TYPES

Closes GH-4418


# 63d6a2b6 16-Jul-2019 Peter Kokot

Remove unused build checks

- yp_get_default_domain was part of ext/yp
- functions checks produce HAVE_function_name symbols. These checks are
currently not used in php-src neither

Remove unused build checks

- yp_get_default_domain was part of ext/yp
- functions checks produce HAVE_function_name symbols. These checks are
currently not used in php-src neither in the extensions out there.
- Removed symbols because they are not used in the code:
- HAVE_GCVT
- HAVE_PUTENV
- HAVE_PUTENV
- HAVE_SETVBUF
- HAVE_TEMPNAM
- HAVE_SIN (sin is also defined in C89 standard)
- HAVE_SETSOCKOPT
- HAVE_LOCKF
- HAVE_ISASCII
- HAVE_YP_GET_DEFAULT_DOMAIN (and other yp extension related unused checks)
- HAVE_LINK
- HAVE_USLEEP is already defined in Windows configuration header
- HAVE_LIBBIND has not been used in php-src for a while anymore
- HAVE_GETHOSTNAME is duplicated in Windows configuration header

Closes GH-4417

show more ...


# c9037421 16-Jul-2019 Remi Collet

next is 7.2.22


Revision tags: php-7.2.21RC1, php-7.3.8RC1
# 93b3d2f6 14-Jul-2019 Peter Kokot

Remove usage of PHP_AIX_LDFLAGS

These are currently not defined since their usage has been removed via
51ca2dba530883a8e07d6869e66ee6c5b3c978a6
and
53349d69ddf7a2ba128f0928fb3b37

Remove usage of PHP_AIX_LDFLAGS

These are currently not defined since their usage has been removed via
51ca2dba530883a8e07d6869e66ee6c5b3c978a6
and
53349d69ddf7a2ba128f0928fb3b376422611a3b

show more ...


# 66c02cc0 14-Jul-2019 Peter Kokot

Remove duplicate PTHREADS template define

The undef PTHREADS converts to define if thread safety is configured.
This step is already done by pthreads m4 macros from TSRM so this now

Remove duplicate PTHREADS template define

The undef PTHREADS converts to define if thread safety is configured.
This step is already done by pthreads m4 macros from TSRM so this now
removes duplicated PTHREADS defines from php_config.h.

show more ...


# 7a6d737d 14-Jul-2019 Peter Kokot

Remove PHP_MYSQL variable

PHP_MYSQL variable was once defined by the ext/mysql (--with-mysql).

Closes GH-4399


# 4e0af6d8 13-Jul-2019 Peter Kokot

Remove php_multiple_shlib_versions_ok

Variable usage was removed via
913cec65517f11ebd972f920d1d320b853a175dd


# 499f2ac1 13-Jul-2019 Peter Kokot

Remove WARNING_LEVEL fix for QNX

Fix is no longer relevant since the environment variable WARNING_LEVEL
is no longer used to define the value of the -w option for cc.

Closes GH-

Remove WARNING_LEVEL fix for QNX

Fix is no longer relevant since the environment variable WARNING_LEVEL
is no longer used to define the value of the -w option for cc.

Closes GH-4398

show more ...


# 709897c2 12-Jul-2019 Nikita Popov

Remove unused tsrm_strtok_r() function

There is also a php_strtok_r() function, which is actually used,
but nothing uses the tsrm_strtok_r() variant...


# a6daded1 11-Jul-2019 Peter Kokot

Refactor undefining PACKAGE_* symbols

Instead of patching configuration headers template generated by
the given tools - autoheader, this moves patching these symbols to
the configure

Refactor undefining PACKAGE_* symbols

Instead of patching configuration headers template generated by
the given tools - autoheader, this moves patching these symbols to
the configure step before creating and invoking the config.status
and before the configuration header file is generated from the
patched template.

Closes GH-4374

show more ...


# 67911073 10-Jul-2019 Cyril Pascal

Align segments on huge page boundary only for x86

Closes GH-4387.


Revision tags: php-7.4.0alpha3
# 4b864c2e 08-Jul-2019 Peter Kokot

Remove APACHE symbol

The APACHE symbol was used in very early PHP versions to indicate the
Apache module usage. Since PHP 4 this is no longer used in the code.


1234567891011