]> granicus.if.org Git - php/log
php
7 years agoMerge branch 'PHP-7.2'
Sara Golemon [Mon, 23 Oct 2017 18:59:05 +0000 (14:59 -0400)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  NEWS entry for pg_close() fix

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Sara Golemon [Mon, 23 Oct 2017 18:56:50 +0000 (14:56 -0400)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  NEWS entry for pg_close() fix

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Sara Golemon [Mon, 23 Oct 2017 18:56:10 +0000 (14:56 -0400)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  NEWS entry for pg_close() fix

7 years agoNEWS entry for pg_close() fix
Sara Golemon [Mon, 23 Oct 2017 18:55:32 +0000 (14:55 -0400)]
NEWS entry for pg_close() fix

7 years agoMerge branch 'PHP-7.2'
Sara Golemon [Mon, 23 Oct 2017 18:44:51 +0000 (14:44 -0400)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Bugfix#75419 Fix clearing of default link during pg_close()

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Sara Golemon [Mon, 23 Oct 2017 18:44:40 +0000 (14:44 -0400)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Bugfix#75419 Fix clearing of default link during pg_close()

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Sara Golemon [Mon, 23 Oct 2017 18:44:28 +0000 (14:44 -0400)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Bugfix#75419 Fix clearing of default link during pg_close()

7 years agoBugfix#75419 Fix clearing of default link during pg_close()
Sara Golemon [Mon, 23 Oct 2017 18:41:44 +0000 (14:41 -0400)]
Bugfix#75419 Fix clearing of default link during pg_close()

7 years agoRemoved useless reference-counting and copying
Dmitry Stogov [Mon, 23 Oct 2017 18:07:49 +0000 (21:07 +0300)]
Removed useless reference-counting and copying

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 23 Oct 2017 17:18:57 +0000 (19:18 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Update libmagic.patch

7 years agoUpdate libmagic.patch
Anatol Belski [Mon, 23 Oct 2017 17:18:25 +0000 (19:18 +0200)]
Update libmagic.patch

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 23 Oct 2017 17:15:43 +0000 (19:15 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fail hard when re2c is not found or the version requirement not met
  Fix mismatching alloc

7 years agoFail hard when re2c is not found or the version requirement not met
Anatol Belski [Mon, 23 Oct 2017 17:01:14 +0000 (19:01 +0200)]
Fail hard when re2c is not found or the version requirement not met

With 7.2, the binary SDK supplies the minimal required version, thus no
reason to fail later at the compilation time.

7 years agoFix mismatching alloc
Anatol Belski [Mon, 23 Oct 2017 16:49:17 +0000 (18:49 +0200)]
Fix mismatching alloc

7 years agoUpdated to version 2017.3 (2017c)
Derick Rethans [Mon, 23 Oct 2017 16:31:24 +0000 (17:31 +0100)]
Updated to version 2017.3 (2017c)

7 years agoEmpty merge
Derick Rethans [Mon, 23 Oct 2017 16:31:24 +0000 (17:31 +0100)]
Empty merge

7 years agoUpdated to version 2017.3 (2017c)
Derick Rethans [Mon, 23 Oct 2017 16:31:23 +0000 (17:31 +0100)]
Updated to version 2017.3 (2017c)

7 years agoEmpty merge
Derick Rethans [Mon, 23 Oct 2017 16:31:23 +0000 (17:31 +0100)]
Empty merge

7 years agoUpdated to version 2017.3 (2017c)
Derick Rethans [Mon, 23 Oct 2017 16:31:21 +0000 (17:31 +0100)]
Updated to version 2017.3 (2017c)

7 years agoEmpty merge
Derick Rethans [Mon, 23 Oct 2017 16:31:21 +0000 (17:31 +0100)]
Empty merge

7 years agoUpdated to version 2017.3 (2017c)
Derick Rethans [Mon, 23 Oct 2017 16:31:20 +0000 (17:31 +0100)]
Updated to version 2017.3 (2017c)

7 years agoUse run-time cache to keep position of dynamic properties in HashTable to access...
Dmitry Stogov [Mon, 23 Oct 2017 15:29:13 +0000 (18:29 +0300)]
Use run-time cache to keep position of dynamic properties in HashTable to access them without hash lookup.

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 23 Oct 2017 13:41:06 +0000 (15:41 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix memory leak

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 23 Oct 2017 13:40:37 +0000 (15:40 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix memory leak

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 23 Oct 2017 13:40:05 +0000 (15:40 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix memory leak

7 years agoFix memory leak
Anatol Belski [Mon, 23 Oct 2017 13:26:08 +0000 (15:26 +0200)]
Fix memory leak

7 years agoFix visibility
Anatol Belski [Mon, 23 Oct 2017 11:21:46 +0000 (13:21 +0200)]
Fix visibility

7 years agorealloc() can return NULL
Anatol Belski [Mon, 23 Oct 2017 10:50:52 +0000 (12:50 +0200)]
realloc() can return NULL

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 23 Oct 2017 10:03:16 +0000 (12:03 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix uninitialized vars

7 years agoFix uninitialized vars
Anatol Belski [Mon, 23 Oct 2017 10:02:41 +0000 (12:02 +0200)]
Fix uninitialized vars

7 years agoMerge branch 'PHP-7.2'
Joe Watkins [Mon, 23 Oct 2017 08:12:19 +0000 (09:12 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI directives

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Joe Watkins [Mon, 23 Oct 2017 08:11:52 +0000 (09:11 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI directives

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Mon, 23 Oct 2017 08:11:27 +0000 (09:11 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI directives

7 years agoFix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI directives
Peter Kokot [Tue, 26 Sep 2017 00:45:55 +0000 (02:45 +0200)]
Fix bug #69954 and remove pdo_mysql.cache_size and mysqli.cache_size INI directives

This patch removes some non working links to PHP manual and removes the
pdo_mysql.cache_size and mysqli.cache_size INI directives which have been
removed since PHP 5.3.0.

7 years agoMerge branch 'PHP-7.2'
Joe Watkins [Mon, 23 Oct 2017 08:07:54 +0000 (09:07 +0100)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix bug #75264

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Joe Watkins [Mon, 23 Oct 2017 08:07:32 +0000 (09:07 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix bug #75264

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Mon, 23 Oct 2017 08:07:08 +0000 (09:07 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix bug #75264

7 years agoFix bug #75264
Peter Kokot [Tue, 26 Sep 2017 23:07:52 +0000 (01:07 +0200)]
Fix bug #75264

7 years agoFix datatypes and compiler warnings
Anatol Belski [Sun, 22 Oct 2017 17:58:42 +0000 (19:58 +0200)]
Fix datatypes and compiler warnings

Switch to size_t

Not critical as an unsigned is already used, but fixes a couple of
warnings in other areas.

Normalize signature

It's a function with the usual compare semantics, returning a platform
specific at least produces unnecessary warnings elsewhere and is otherwise
inappropriate.

Fix return value

Drop unused var

Fix compiler warnings

Fix compiler warning

Fix var name in arginfo

Fix cast

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 23 Oct 2017 05:14:32 +0000 (07:14 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Renaming cache folder is not a solution, too. Disable cache for now.
  Revert "Rename build cache folder and separate sdk"

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 23 Oct 2017 05:14:14 +0000 (07:14 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Renaming cache folder is not a solution, too. Disable cache for now.
  Revert "Rename build cache folder and separate sdk"

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 23 Oct 2017 05:13:51 +0000 (07:13 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Renaming cache folder is not a solution, too. Disable cache for now.
  Revert "Rename build cache folder and separate sdk"

7 years agoRenaming cache folder is not a solution, too. Disable cache for now.
Anatol Belski [Mon, 23 Oct 2017 05:13:00 +0000 (07:13 +0200)]
Renaming cache folder is not a solution, too. Disable cache for now.

7 years agoRevert "Rename build cache folder and separate sdk"
Anatol Belski [Mon, 23 Oct 2017 05:12:33 +0000 (07:12 +0200)]
Revert "Rename build cache folder and separate sdk"

This reverts commit 58dd892156bc0a45a5b78316e8023fd2dc7cca4b.

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 23 Oct 2017 05:10:14 +0000 (07:10 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Rename build cache folder and separate sdk
  Revert "Invalidate the whole cache when .appveyor.yml was changed"

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 23 Oct 2017 05:09:52 +0000 (07:09 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Rename build cache folder and separate sdk
  Revert "Invalidate the whole cache when .appveyor.yml was changed"

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 23 Oct 2017 05:09:35 +0000 (07:09 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Rename build cache folder and separate sdk
  Revert "Invalidate the whole cache when .appveyor.yml was changed"

7 years agoRename build cache folder and separate sdk
Anatol Belski [Mon, 23 Oct 2017 05:08:45 +0000 (07:08 +0200)]
Rename build cache folder and separate sdk

7 years agoRevert "Invalidate the whole cache when .appveyor.yml was changed"
Anatol Belski [Mon, 23 Oct 2017 05:05:48 +0000 (07:05 +0200)]
Revert "Invalidate the whole cache when .appveyor.yml was changed"

This reverts commit 25d40602cb618cfe989b1d048ef38618a243f6ff.

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 23 Oct 2017 05:02:37 +0000 (07:02 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Invalidate the whole cache when .appveyor.yml was changed

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 23 Oct 2017 05:02:15 +0000 (07:02 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Invalidate the whole cache when .appveyor.yml was changed

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 23 Oct 2017 05:01:43 +0000 (07:01 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Invalidate the whole cache when .appveyor.yml was changed

7 years agoInvalidate the whole cache when .appveyor.yml was changed
Anatol Belski [Mon, 23 Oct 2017 05:00:36 +0000 (07:00 +0200)]
Invalidate the whole cache when .appveyor.yml was changed

7 years agoRemove these ancient ldap parts for Windows thats no longer relevant
Kalle Sommer Nielsen [Mon, 23 Oct 2017 01:13:53 +0000 (03:13 +0200)]
Remove these ancient ldap parts for Windows thats no longer relevant

7 years agoMerge JSON_THROW_ON_ERROR
Andrea Faulds [Sun, 22 Oct 2017 18:41:23 +0000 (19:41 +0100)]
Merge JSON_THROW_ON_ERROR

7 years agoMerge branch 'PHP-7.2'
Jakub Zelenka [Sun, 22 Oct 2017 17:59:32 +0000 (18:59 +0100)]
Merge branch 'PHP-7.2'

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Jakub Zelenka [Sun, 22 Oct 2017 17:58:15 +0000 (18:58 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Jakub Zelenka [Sun, 22 Oct 2017 17:57:14 +0000 (18:57 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFix clean up for openssl_pkcs12_export_to_file_basic
Jakub Zelenka [Sun, 22 Oct 2017 17:54:15 +0000 (18:54 +0100)]
Fix clean up for openssl_pkcs12_export_to_file_basic

7 years agoopenssl: Fix openssl_pkcs12_export extracerts test
Jelle van der Waa [Fri, 11 Aug 2017 23:46:34 +0000 (01:46 +0200)]
openssl: Fix openssl_pkcs12_export extracerts test

Fix the openssl_pkcs12_export testcase for extracerts, the 'extracerts'
option needs to be the key of the certificate value otherwise
openssl_pkcs12_export will ignore it.

7 years agoSimplify tsrm cache update
Anatol Belski [Sun, 22 Oct 2017 09:57:35 +0000 (11:57 +0200)]
Simplify tsrm cache update

7 years agoMissed skip
Anatol Belski [Sat, 21 Oct 2017 15:40:38 +0000 (17:40 +0200)]
Missed skip

7 years agoFix build on ICU < 53
Anatol Belski [Sat, 21 Oct 2017 15:37:51 +0000 (17:37 +0200)]
Fix build on ICU < 53

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Sat, 21 Oct 2017 15:25:03 +0000 (17:25 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  With ICU 58+, set the default restriction level to high

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Sat, 21 Oct 2017 15:24:42 +0000 (17:24 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  With ICU 58+, set the default restriction level to high

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 21 Oct 2017 15:24:15 +0000 (17:24 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  With ICU 58+, set the default restriction level to high

7 years agoWith ICU 58+, set the default restriction level to high
Anatol Belski [Sat, 21 Oct 2017 15:21:41 +0000 (17:21 +0200)]
With ICU 58+, set the default restriction level to high

Further experiments show, that CJK scripts should be ok. If there are
any issues, the moderate level can still be set later.

7 years agoAdd Spoofchecker::setRestrictionLevel() and corresponding constans
Anatol Belski [Sat, 21 Oct 2017 15:12:21 +0000 (17:12 +0200)]
Add Spoofchecker::setRestrictionLevel() and corresponding constans

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Sat, 21 Oct 2017 14:18:59 +0000 (16:18 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Add TZ and Unicode versions to intl MINFO

7 years agoAdd TZ and Unicode versions to intl MINFO
Anatol Belski [Sat, 21 Oct 2017 14:17:31 +0000 (16:17 +0200)]
Add TZ and Unicode versions to intl MINFO

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Sat, 21 Oct 2017 10:00:49 +0000 (12:00 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Reenable AppVeyor cache

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Sat, 21 Oct 2017 10:00:26 +0000 (12:00 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Reenable AppVeyor cache

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 21 Oct 2017 10:00:02 +0000 (12:00 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Reenable AppVeyor cache

7 years agoReenable AppVeyor cache
Anatol Belski [Sat, 21 Oct 2017 09:59:22 +0000 (11:59 +0200)]
Reenable AppVeyor cache

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Sat, 21 Oct 2017 08:53:21 +0000 (10:53 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Disable AppVeyor cache to unlock build

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Sat, 21 Oct 2017 08:52:48 +0000 (10:52 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Disable AppVeyor cache to unlock build

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 21 Oct 2017 08:52:22 +0000 (10:52 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Disable AppVeyor cache to unlock build

7 years agoDisable AppVeyor cache to unlock build
Anatol Belski [Sat, 21 Oct 2017 08:49:20 +0000 (10:49 +0200)]
Disable AppVeyor cache to unlock build

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Sat, 21 Oct 2017 08:31:02 +0000 (10:31 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Sat, 21 Oct 2017 08:30:43 +0000 (10:30 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 21 Oct 2017 08:30:14 +0000 (10:30 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60

7 years agoRework these new tests to match with diffs in ICU 58, 59 and upcoming 60
Anatol Belski [Sat, 21 Oct 2017 08:29:04 +0000 (10:29 +0200)]
Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Fri, 20 Oct 2017 18:50:10 +0000 (20:50 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  [ci skip] Update NEWS
  [skip ci] Update NEWS
  [ci skip] Update NEWS

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Fri, 20 Oct 2017 18:49:17 +0000 (20:49 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [skip ci] Update NEWS
  [ci skip] Update NEWS

7 years ago[ci skip] Update NEWS
Anatol Belski [Fri, 20 Oct 2017 18:48:59 +0000 (20:48 +0200)]
[ci skip] Update NEWS

7 years ago[skip ci] Update NEWS
Anatol Belski [Fri, 20 Oct 2017 18:47:36 +0000 (20:47 +0200)]
[skip ci] Update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 20 Oct 2017 18:47:16 +0000 (20:47 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  [ci skip] Update NEWS

7 years ago[ci skip] Update NEWS
Anatol Belski [Fri, 20 Oct 2017 18:46:42 +0000 (20:46 +0200)]
[ci skip] Update NEWS

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Fri, 20 Oct 2017 18:15:23 +0000 (20:15 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes
  Add test for newer ICU version

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Fri, 20 Oct 2017 18:14:48 +0000 (20:14 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes
  Add test for newer ICU version

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 20 Oct 2017 18:14:08 +0000 (20:14 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes
  Add test for newer ICU version

7 years agoFixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes
Anatol Belski [Fri, 20 Oct 2017 17:14:22 +0000 (19:14 +0200)]
Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes

There are significant changes in the spoof checking reflecting
http://www.unicode.org/reports/tr39/tr39-15.html and relying on the
restriction levels. ICU 58+ removes WSC and MSC handling and otherwise
undergoes big changes in both code and data areas. Keep up with the
basic points for now, as we need to move forward and provide an
acceptable experience to PHP users linking to a newer ICU. The most
distros ATM don't provide ICU > 57.1, though. We'll need for sure to
keep up with the BC breach in ICU 58+ in possible further aspects.

7 years agoAdd test for newer ICU version
Anatol Belski [Fri, 20 Oct 2017 17:02:42 +0000 (19:02 +0200)]
Add test for newer ICU version

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Fri, 20 Oct 2017 16:41:14 +0000 (18:41 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Further test fixes for ICU >= 58
  Version checks

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Fri, 20 Oct 2017 16:40:55 +0000 (18:40 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Further test fixes for ICU >= 58
  Version checks

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 20 Oct 2017 16:40:26 +0000 (18:40 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Further test fixes for ICU >= 58

7 years agoFurther test fixes for ICU >= 58
Anatol Belski [Fri, 20 Oct 2017 16:39:46 +0000 (18:39 +0200)]
Further test fixes for ICU >= 58

7 years agoVersion checks
Anatol Belski [Fri, 20 Oct 2017 16:26:14 +0000 (18:26 +0200)]
Version checks

7 years agoMerge branch 'PHP-7.2'
Anatol Belski [Fri, 20 Oct 2017 14:55:53 +0000 (16:55 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Yet two wrong version checks

7 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Fri, 20 Oct 2017 14:55:32 +0000 (16:55 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Yet two wrong version checks