diff options
author | Stanislav Malyshev <stas@php.net> | 2015-04-27 23:15:27 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-04-27 23:16:54 -0700 |
commit | 23917b451bf4029e78082b4e0a56bc4c6f117990 (patch) | |
tree | 8f5f061cc3073e0428d0c92b49780fab4c4d69eb /ext/pcre/pcrelib/testdata/testinput3 | |
parent | 983f155e1ca47ac6eedd68922b86248b03b45096 (diff) | |
download | php-git-23917b451bf4029e78082b4e0a56bc4c6f117990.tar.gz |
Upgrade PCRE to 8.36, it fixes some crashes
We probably will need to go to 8.37 once it is released.
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinput3')
-rw-r--r-- | ext/pcre/pcrelib/testdata/testinput3 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinput3 b/ext/pcre/pcrelib/testdata/testinput3 index 6fea2f5b3b..fcd46255c9 100644 --- a/ext/pcre/pcrelib/testdata/testinput3 +++ b/ext/pcre/pcrelib/testdata/testinput3 @@ -1,6 +1,11 @@ -/-- This set of tests checks local-specific features, using the fr_FR locale. - It is not Perl-compatible. There is different version called wintestinput3 - f or use on Windows, where the locale is called "french". --/ +/-- This set of tests checks local-specific features, using the "fr_FR" locale. + It is not Perl-compatible. When run via RunTest, the locale is edited to + be whichever of "fr_FR", "french", or "fr" is found to exist. There is + different version of this file called wintestinput3 for use on Windows, + where the locale is called "french" and the tests are run using + RunTest.bat. --/ + +< forbid 8W /^[\w]+/ *** Failers |