History log of /PHP-7.1/configure.in (Results 1 – 25 of 1212)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1d9205b6 06-Dec-2019 Joe Watkins

fix configure


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5
# 52f04987 22-Oct-2019 Joe Watkins

bump version


Revision tags: php-7.1.33
# 326cd05d 22-Oct-2019 Joe Watkins

set versions for release


Revision tags: php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1
# fadd7f0f 28-Aug-2019 Joe Watkins

bump versions after release


Revision tags: php-7.1.32
# 481520d3 28-Aug-2019 Joe Watkins

set versions for release


Revision tags: php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31
# 1c01a157 31-Jul-2019 Joe Watkins

set version for release


Revision tags: php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6
# 5533f249 28-May-2019 Joe Watkins

bump version after release


Revision tags: php-7.1.30, php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5, php-7.2.18RC1, php-7.3.5RC1, php-7.2.17
# 731eeb8d 02-Apr-2019 Joe Watkins

bump versions after release


Revision tags: php-7.3.4, php-7.1.28, php-7.3.4RC1, php-7.2.17RC1, php-7.1.27
# 58c5df3d 05-Mar-2019 Joe Watkins

bump versions after release


Revision tags: php-7.3.3, php-7.2.16, php-7.3.3RC1, php-7.2.16RC1, php-7.2.15, php-7.3.2, php-7.2.15RC1, php-7.3.2RC1, php-5.6.40
# fabade15 08-Jan-2019 Sara Golemon

Bump for 7.1.27


Revision tags: php-7.1.26, php-7.3.1, php-7.2.14, php-7.2.14RC1, php-7.3.1RC1, php-5.6.39
# c26cb383 05-Dec-2018 Ferenc Kovacs

5.6.40 will be next. probably not


Revision tags: php-7.1.25, php-7.2.13, php-7.0.33, php-7.3.0
# 0b3cbd66 21-Nov-2018 Sara Golemon

Prep for 7.1.26


Revision tags: php-7.1.25RC1, php-7.2.13RC1, php-7.3.0RC6, php-7.1.24, php-7.2.12, php-7.3.0RC5
# 33fa02ea 24-Oct-2018 Joe Watkins

bump versions


Revision tags: php-7.1.24RC1, php-7.2.12RC1, php-7.3.0RC4
# 7f6387b5 13-Oct-2018 Peter Kokot

Trim trailing whitespace in source code files


Revision tags: php-7.1.23, php-7.2.11, php-7.3.0RC3
# 69c1b619 28-Sep-2018 Sara Golemon

Bump versions for 7.1.24-dev


Revision tags: php-7.1.23RC1, php-7.2.11RC1, php-7.3.0RC2, php-5.6.38
# 81f23057 11-Sep-2018 Ferenc Kovacs

5.6.39 will be the next


Revision tags: php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32
# 1b895229 11-Sep-2018 Anatol Belski

7.0.33 next


Revision tags: php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2, php-7.1.21RC1
# 74988eed 31-Jul-2018 Joe Watkins

bump version


Revision tags: php-7.3.0beta1, php-7.2.9RC1, php-5.6.37
# 1ba33143 19-Jul-2018 Ferenc Kovacs

5.6.38 will be next


Revision tags: php-7.1.20, php-7.3.0alpha4
# d011da9d 17-Jul-2018 Anatol Belski

7.0.32 next


Revision tags: php-7.0.31, php-7.2.8
# ad790bea 08-Jul-2018 Anatol Belski

Fix C++11 and up compatibility for zend_finite and more

C++11 puts isfinite, isinf, isnan and a lot of other stuff into the
std namespace. Thus, if a C++11 or newer source is compiled, t

Fix C++11 and up compatibility for zend_finite and more

C++11 puts isfinite, isinf, isnan and a lot of other stuff into the
std namespace. Thus, if a C++11 or newer source is compiled, these
symbols won't be available. A good solution would be to include cmath,
but depending on a particular compiler that might remove even more
stuff from the global namespace, so such a fix should only target master.
For now, just keep these defines same for C++11 and upper, as the actual
C++ code should use symbols from the std namespace anyway. This
especially concerns older GCC versions like at least 4 and 5, which are
used by default in the LTS Linux distros.

show more ...


Revision tags: php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2, php-7.1.19, php-7.2.7, php-7.1.19RC1
# e9b8193b 07-Jun-2018 Joe Watkins

bump versions


Revision tags: php-7.3.0alpha1, php-7.2.7RC1, php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36
# fe3d53f4 24-Apr-2018 Ferenc Kovacs

5.6.37 will be next


Revision tags: php-7.2.5, php-7.1.17, php-7.0.30
# 090fef55 24-Apr-2018 Anatol Belski

7.0.31 next


# 9322b43d 11-Apr-2018 Joe Watkins

bump versions


12345678910>>...49