#
4e21a26d |
| 10-May-2024 |
Calvin Buckley |
Fix check for newer versions of ICU (#14186) * Fix check for newer versions of ICU The previous test would always trigger, even if the version of ICU installed didn't require C+
Fix check for newer versions of ICU (#14186) * Fix check for newer versions of ICU The previous test would always trigger, even if the version of ICU installed didn't require C++17. This was because it incorrectly used the `test` program, which broke the build on systems without a C++17 compiler. Tested with macOS 14 and i 7.2. * Fix broken ICU version check for definition Same as the previous fix for C++17. --------- Co-authored-by: Peter Kokot <peterkokot@gmail.com>
show more ...
|
#
cc46a4e6 |
| 17-Feb-2024 |
David Carlier |
ext/intl: level up c++ runtime std for icu 74 and onwards. to align with what is required to build icu 74 itself. Close GH-14002
|
#
8fee9a3f |
| 08-Aug-2022 |
Máté Kocsis |
Declare ext/intl constants in stubs - part 7 (#9269)
|
#
d97f8eef |
| 08-Aug-2022 |
Máté Kocsis |
Declare ext/intl constants in stubs - part 6 (#9268)
|
#
614e9ec8 |
| 08-Aug-2022 |
Máté Kocsis |
Declare ext/intl constants in stubs - part 5 (#9267)
|
#
163a278a |
| 08-Aug-2022 |
Máté Kocsis |
Declare ext/intl constants in stubs - part 3 (#9233)
|
#
150456ea |
| 02-Aug-2022 |
Máté Kocsis |
Declare ext/intl constants in stubs - part 2 (#9219)
|
#
8b15858c |
| 23-Feb-2022 |
David Carlier |
Fix GH-8142: Compilation error on cygwin * pcntl: SIGPOLL/si_band is unsupported * intl: enable the signal apis with `_POSIX_C_SOURCE` Closes GH-8146.
|
#
ae9f6e7a |
| 10-Jun-2021 |
deltragon |
Add IntlDatePatternGenerator (#6771) Add IntlDatePatternGenerator class per RFC https://wiki.php.net/rfc/intldatetimepatterngenerator.
|
#
da0a0a13 |
| 10-Aug-2020 |
Nikita Popov |
Fixed bug #79946 Declare __STDC_CONSTANT_MACROS and __STDC_FORMAT_MACROS via -D to make sure they are declared before the first stdint.h include. We also define these in php_stdint.h
Fixed bug #79946 Declare __STDC_CONSTANT_MACROS and __STDC_FORMAT_MACROS via -D to make sure they are declared before the first stdint.h include. We also define these in php_stdint.h, but don't always include that file first. This is necessary for old compilers that use C99 rather than C11 semantics for stdint.h.
show more ...
|
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, php-7.1.33, 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, php-7.1.32, 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, 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, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1 |
|
#
75fb7486 |
| 12-May-2019 |
Peter Kokot |
Normalize comments in *nix build system m4 files Normalization include: - Use dnl for everything that can be ommitted when configure is built in favor of the shell comment characte
Normalize comments in *nix build system m4 files Normalization include: - Use dnl for everything that can be ommitted when configure is built in favor of the shell comment character # which is visible in the output. - Line length normalized to 80 columns - Dots for most of the one line sentences - Macro definitions include similar pattern header comments now
show more ...
|
Revision tags: php-7.1.29, php-7.2.18, php-7.3.5, php-7.2.18RC1, php-7.3.5RC1, php-7.2.17, php-7.3.4, php-7.1.28, php-7.3.4RC1, php-7.2.17RC1 |
|
#
f5fa9ddb |
| 07-Mar-2019 |
Peter Kokot |
Clean *nix build system - remove some outdated and not used macro calls - remove some unused variables - Remove not needed comment from tokenizer config.m4 - Remove not needed co
Clean *nix build system - remove some outdated and not used macro calls - remove some unused variables - Remove not needed comment from tokenizer config.m4 - Remove not needed comment - remove not needed local variables for editors and syntax highlighting
show more ...
|
Revision tags: php-7.1.27, php-7.3.3, php-7.2.16 |
|
#
9df6a1e4 |
| 03-Mar-2019 |
Peter Kokot |
Add AS_HELP_STRING to *nix build configure options The Autoconf's default AS_HELP_STRING macro can properly format help strings [1] so watching out if columns are aligned manually is not
Add AS_HELP_STRING to *nix build configure options The Autoconf's default AS_HELP_STRING macro can properly format help strings [1] so watching out if columns are aligned manually is not anymore. [1] https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings
show more ...
|
Revision tags: 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, php-7.1.26, php-7.3.1, php-7.2.14, php-7.2.14RC1, php-7.3.1RC1 |
|
#
20fa2e7b |
| 05-Dec-2018 |
Hugh McMaster |
ext/intl: Use pkg-config to detect icu The developers of icu recommend using pkg-config to detect icu, because icu-config is deprecated.
|
Revision tags: php-5.6.39, php-7.1.25, php-7.2.13, php-7.0.33, php-7.3.0, php-7.1.25RC1, php-7.2.13RC1, php-7.3.0RC6, php-7.1.24, php-7.2.12, php-7.3.0RC5, php-7.1.24RC1, php-7.2.12RC1, php-7.3.0RC4, php-7.1.23, php-7.2.11, php-7.3.0RC3, php-7.1.23RC1 |
|
#
4acc8500 |
| 28-Sep-2018 |
Anatol Belski |
Enforce C++11 in ext/intl ICU 59 already requires C++11 by default. The minimum version required by the core is 50, which is compiled with at least C++11 in many distros as package d
Enforce C++11 in ext/intl ICU 59 already requires C++11 by default. The minimum version required by the core is 50, which is compiled with at least C++11 in many distros as package defs tell. Headers for ICU versions between ICU 50 and 58 look fine when included for C++11 compilation, the linking is thereof not affected. The macro PHP_CXX_COMPILE_STDCXX is based on https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html The patch consists on allowing to read the corresponding switch in a user defined variable instead of enforcing CXXFLAGS globally. That way, every ext or SAPI can decide, which C++ standard is to be used. The documentation is provided in the m4 file. C++11 is already somewhat older standard, C++14 were better. However issues with GCC < 5.0 and some other compilers are possibly to hit back. Still there's some time to check for C++14 for ext/intl, too. Having said that, C++11 in ext/intl and a mechanism to determine features is a good step towards better C++ support.
show more ...
|
Revision tags: php-7.2.11RC1, php-7.3.0RC2, php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32 |
|
#
8a4c2f16 |
| 06-Sep-2018 |
Christoph M. Becker |
Require ICU ≥ 50.1 Given that ICU is a set of lively developed libraries, that ICU 50.1 has been released on 2012-11-05, and PHP 7.4 is scheduled to be released seven years after it,
Require ICU ≥ 50.1 Given that ICU is a set of lively developed libraries, that ICU 50.1 has been released on 2012-11-05, and PHP 7.4 is scheduled to be released seven years after it, we consider it appropriate to ditch these legacy versions. Particularly, that would be a reasonable groundwork to implement part two of the “Deprecate and remove INTL_IDNA_VARIANT_2003” RFC[1], namely to default idn_to_ascii()'s and idn_to_utf8()'s $variant parameter to INTL_IDNA_VARIANT_UTS46, which is not defined in ICU < 4.6. See also the related discussion on internals@[2]. [1] <https://wiki.php.net/rfc/deprecate-and-remove-intl_idna_variant_2003> [2] <http://news.php.net/php.internals/101626>ff
show more ...
|
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, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2 |
|
#
bcf2e10a |
| 20-Jun-2018 |
Stanislav Malyshev |
Revert "ICU 59+ requires C++11 and errors out without the option" This reverts commit 5dd1ef90caec3021e6ce55c8554e695edf641eaf.
|
Revision tags: php-7.1.19, php-7.2.7 |
|
#
5dd1ef90 |
| 17-Jun-2018 |
Stanislav Malyshev |
ICU 59+ requires C++11 and errors out without the option
|
Revision tags: php-7.1.19RC1, 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, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1 |
|
#
9a8e7b57 |
| 05-Apr-2018 |
Anatol Belski |
Use recommended way to handle utf*.h headers and obsolete symbols
|
#
09d7ffab |
| 05-Apr-2018 |
Anatol Belski |
Group common flags
|
#
ed5aabe8 |
| 05-Apr-2018 |
Anatol Belski |
Rename var
|
#
2bd299f7 |
| 03-Apr-2018 |
Anatol Belski |
Fix shared ext/intl compilation
|
#
8b104d78 |
| 30-Mar-2018 |
Anatol Belski |
Fix clang build, ref buf #76153 Clang only allows -std=c++11 for C++ source.
|
Revision tags: php-5.6.35 |
|
#
710284cb |
| 28-Mar-2018 |
Anatol Belski |
Fixed bug #76153 Intl compilation fails with icu4c 61.1 Additionally, ICU >= 59.1 requires C++11, so add the flags. Some refactoring is needed to comply with the latest recommended build
Fixed bug #76153 Intl compilation fails with icu4c 61.1 Additionally, ICU >= 59.1 requires C++11, so add the flags. Some refactoring is needed to comply with the latest recommended build options, such as automatic icu namespace addition.
show more ...
|
Revision tags: php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28, php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27, php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, php-7.0.26, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30 |
|
#
6af22d0d |
| 18-Jan-2017 |
Remi Collet |
Fix #73956 Link use CC instead of CXX
|