Your message dated Mon, 26 Dec 2022 21:54:17 +0000
with message-id <[email protected]>
and subject line Bug#1003665: fixed in php-horde-url 2.2.6-9
has caused the Debian Bug report #1003665,
regarding php-horde-core: (autopkgtest) needs update for php8.1: deprecation 
warnings on stderr
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1003665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003665
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-horde-core
Version: 2.31.16+debian0-2
Severity: serious
X-Debbugs-CC: [email protected]
Tags: sid bookworm
User: [email protected]
Usertags: needs-update
Control: affects -1 src:php-defaults

Dear maintainer(s),

We are in the transition of replacing php7.4 with php8.1 [0]. With a recent upload of php-defaults the autopkgtest of php-horde-core fails in testing when that autopkgtest is run with the binary packages of php-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
php-defaults           from testing    92
php-horde-core         from testing    2.31.16+debian0-2
versioned deps         from testing    from unstable
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of php-defaults to testing [1]. https://www.php.net/ChangeLog-8.php list the changes since 7.4 and may help to identify what needs to be updated.

The test itself passes, but the autopkgtest fails because of deprecation warnings on stderr. Output on stderr makes autopkgtest fail by default, unless `allow-stderr` is added to the set of restrictions. As a flood of deprecation warnings in server logs my be very unwanted, I'm not saying that adding the restriction to autopkgtest is the right answer to this issue, but because of the php8.1 transition, it needs to be resolved one way or the other.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/976811
[1] https://qa.debian.org/excuses.php?package=php-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/p/php-horde-core/18254597/log.gz

Generating locales (this might take a while)...
  en_US.UTF-8... done
  en_US.UTF-8... done
Generation complete.
PHPUnit 9.5.11 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.1.1
Configuration: /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/phpunit.xml

Warning:       Test case class not matching filename is deprecated
in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/GroupTest.php Class name was 'Horde_Core_Factory_GroupTest', expected 'GroupTest'
Warning:       Test case class not matching filename is deprecated
in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php Class name was 'Horde_Core_Factory_KolabServerTest', expected 'KolabServerTest'
Warning:       Test case class not matching filename is deprecated
in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php Class name was 'Horde_Core_Factory_KolabSessionTest', expected 'KolabSessionTest'
Warning:       Test case class not matching filename is deprecated
in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/NlsconfigTest.php Class name was 'Horde_Core_NlsconfigTest', expected 'NlsconfigTest'
Warning:       Test case class not matching filename is deprecated
in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/RegistryTest.php Class name was 'Horde_Core_RegistryTest', expected 'RegistryTest'
Warning:       Test case class not matching filename is deprecated
in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/SmartmobileUrlTest.php Class name was 'Horde_Core_SmartmobileUrlTest', expected 'SmartmobileUrlTest'
Warning:       Test case class not matching filename is deprecated
in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/UrlTest.php
               Class name was 'Horde_Core_UrlTest', expected 'UrlTest'

PHP Deprecated: Method ReflectionParameter::getClass() is deprecated in /usr/share/php/Horde/Injector/DependencyFinder.php on line 61 PHP Deprecated: Method ReflectionParameter::getClass() is deprecated in /usr/share/php/Horde/Injector/DependencyFinder.php on line 62 PHP Deprecated: Return type of Horde_Support_Stub::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/Horde/Support/Stub.php on line 111 PHP Deprecated: Return type of Horde_Support_Stub::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/Horde/Support/Stub.php on line 98 PHP Deprecated: Return type of Horde_Support_Stub::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/Horde/Support/Stub.php on line 105 PHP Deprecated: Return type of Horde_Support_Stub::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/Horde/Support/Stub.php on line 118 PHP Deprecated: Return type of Horde_Support_Stub::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/Horde/Support/Stub.php on line 126 PHP Deprecated: Return type of Horde_Support_Stub::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/Horde/Support/Stub.php on line 135 .IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII.....PHP Deprecated: Return type of Horde_Registry_Hordeconfig::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Registry/Hordeconfig.php on line 90 PHP Deprecated: Return type of Horde_Registry_Hordeconfig::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Registry/Hordeconfig.php on line 98 PHP Deprecated: Return type of Horde_Registry_Hordeconfig::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Registry/Hordeconfig.php on line 106 PHP Deprecated: Return type of Horde_Registry_Hordeconfig::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Registry/Hordeconfig.php on line 114 PHP Deprecated: Return type of Horde_Registry_Hordeconfig::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Registry/Hordeconfig.php on line 124 PHP Deprecated: Return type of Horde_Registry_Hordeconfig::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Registry/Hordeconfig.php on line 134 PHP Deprecated: is_dir(): Passing null to parameter #1 ($filename) of type string is deprecated in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/RegistryTest.php on line 27 ...PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Core/Smartmobile/Url.php on line 84 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Core/Smartmobile/Url.php on line 92 .PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Core/Smartmobile/Url.php on line 92 .PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/lib/Horde/Core/Smartmobile/Url.php on line 84 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 .PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 .PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 .PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 .PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269 PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/share/php/Horde/Url.php on line 269
..             53 / 53 (100%)

Time: 00:00.025, Memory: 6.00 MB

There were 36 incomplete tests:

1) Horde_Core_Factory_KolabServerTest::testMethodGetserverReturnsServer
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

2) Horde_Core_Factory_KolabServerTest::testMethodGetconfigurationReturnsArrayConfiguration
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

3) Horde_Core_Factory_KolabServerTest::testMethodGetconnectionHasResultConnection
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

4) Horde_Core_Factory_KolabServerTest::testMethodConstructHasResultMockConnectionIfConfiguredThatWay
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

5) Horde_Core_Factory_KolabServerTest::testMethodGetconnectionHasResultMockConnectionWithDataIfConfiguredThatWay
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

6) Horde_Core_Factory_KolabServerTest::testMethodConstructHasResultSimpleConnectionByDefault
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

7) Horde_Core_Factory_KolabServerTest::testMethodConstructHasResultSplittedLdapIfConfiguredThatWay
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

8) Horde_Core_Factory_KolabServerTest::testMethodGetserverHasResultServerldapstandard
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

9) Horde_Core_Factory_KolabServerTest::testMethodGetserverThrowsExceptionIfTheBaseDnIsMissingInTheConfiguration
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

10) Horde_Core_Factory_KolabServerTest::testMethodGetconnectionThrowsExceptionIfTheBaseDnIsMissingInTheConfiguration
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

11) Horde_Core_Factory_KolabServerTest::testMethodGetserverHasResultServerldapFilteredIfAFilterWasSet
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

12) Horde_Core_Factory_KolabServerTest::testMethodGetobjectsHasResultObjects
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

13) Horde_Core_Factory_KolabServerTest::testMethodGetstructureHasResultStructureKolab
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

14) Horde_Core_Factory_KolabServerTest::testMethodGetstructureHasResultStructureLdapIfConfiguredThatWay
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

15) Horde_Core_Factory_KolabServerTest::testMethodGetsearchHasResultSearch
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

16) Horde_Core_Factory_KolabServerTest::testMethodGetschemaHasResultSchema
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

17) Horde_Core_Factory_KolabServerTest::testMethodGetcompositeReturnsComposite
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

18) Horde_Core_Factory_KolabServerTest::testMethodGetserverHasResultCountedServerIfCountingWasActivatedInTheConfiguration
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

19) Horde_Core_Factory_KolabServerTest::testMethodGetserverHasResultLoggedServerIfLoggingWasActivatedInTheConfiguration
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

20) Horde_Core_Factory_KolabServerTest::testMethodGetserverHasResultMappedServerIfAMappedWasProvidedInTheConfiguration
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

21) Horde_Core_Factory_KolabServerTest::testMethodGetserverHasResultCleanerServerIfACleanedWasProvidedInTheConfiguration
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

22) Horde_Core_Factory_KolabServerTest::testMethodGetconfigurationHasResultArray
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

23) Horde_Core_Factory_KolabServerTest::testMethodGetconfigurationHasResultRewrittenServerParameter
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

24) Horde_Core_Factory_KolabServerTest::testMethodGetconfigurationHasResultRewrittenPhpdnParameter
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

25) Horde_Core_Factory_KolabServerTest::testMethodGetconfigurationHasResultRewrittenPhppwParameter
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

26) Horde_Core_Factory_KolabServerTest::testMethodGetconfigurationRewritesOldConfiguration
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabServerTest.php:30
/usr/bin/phpunit:73

27) Horde_Core_Factory_KolabSessionTest::testMethodGetvalidatorHasResultHordekolabsessionvalid
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

28) Horde_Core_Factory_KolabSessionTest::testMethodValidateHasResultTrueIfTheSessionIsStillValid
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

29) Horde_Core_Factory_KolabSessionTest::testMethodCreatesessionHasResultHordekolabsessionstored
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

30) Horde_Core_Factory_KolabSessionTest::testMethodGetsessionHasResultHordekolabsessionTheOldSessionIfAnOldSessionWasStoredAndValid
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

31) Horde_Core_Factory_KolabSessionTest::testMethodGetsessionHasResultHordekolabsessionANewSessionIfAnOldSessionWasStoredAndInvalid
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

32) Horde_Core_Factory_KolabSessionTest::testMethodGetsessionHasResultHordekolabsessionANewSessionIfNoOldSessionExisted
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

33) Horde_Core_Factory_KolabSessionTest::testMethodCreatesessionHasResultHordekolabsessionanonymousIfConfiguredThatWay
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

34) Horde_Core_Factory_KolabSessionTest::testMethodCreatesessionHasResultHordekolabsessionloggedIfConfiguredThatWay
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

35) Horde_Core_Factory_KolabSessionTest::testMethodGetsessionvalidatorHasResultHordekolabsessionvalidloggedIfConfiguredThatWay
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

36) Horde_Core_Factory_KolabSessionTest::testMethodGetstorageHasresultSessionstorage
Needs some love

/tmp/autopkgtest-lxc.75k7yr80/downtmp/build.7nj/src/Horde_Core-2.31.16/test/Horde/Core/Factory/KolabSessionTest.php:30
/usr/bin/phpunit:73

OK, but incomplete, skipped, or risky tests!
Tests: 53, Assertions: 311, Incomplete: 36.
autopkgtest [05:12:53]: test phpunit

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: php-horde-url
Source-Version: 2.2.6-9
Done: Anton Gladky <[email protected]>

We believe that the bug you reported is fixed in the latest version of
php-horde-url, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <[email protected]> (supplier of updated php-horde-url package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 26 Dec 2022 22:17:46 +0100
Source: php-horde-url
Architecture: source
Version: 2.2.6-9
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers <[email protected]>
Changed-By: Anton Gladky <[email protected]>
Closes: 1003665
Changes:
 php-horde-url (2.2.6-9) unstable; urgency=medium
 .
   * Team upload.
   * d/salsa-ci.yml: simplify rules
   * d/patches/1011_php8.1.patch: fix property name (fix tests in core).
     (Closes: #1003665)
   * Update standards version to 4.6.1, no changes needed.
   * d/patches: update decsription
Checksums-Sha1:
 aa0a18ee26003d40744038ab21ac3702d8a95ec2 2106 php-horde-url_2.2.6-9.dsc
 3276f327bf355337781511d0c558e3623ded99fe 4412 
php-horde-url_2.2.6-9.debian.tar.xz
 7dc265aa4cca82163a7ab4fac9d044dcfa6ea36a 8653 
php-horde-url_2.2.6-9_amd64.buildinfo
Checksums-Sha256:
 a11e5519e30b92b6f59602a618841e0ee263044b65d66ddc9b9e74828368c123 2106 
php-horde-url_2.2.6-9.dsc
 dbcdc8bfd053fd272dd570e9660cad193067917dd473adf765789e13f98a6f0f 4412 
php-horde-url_2.2.6-9.debian.tar.xz
 20b75eef39ea5b99a5ae25f6b8b893a0ee5fdb48b090a3216157d01767424107 8653 
php-horde-url_2.2.6-9_amd64.buildinfo
Files:
 f3f5e18acb8ef351189a71ad30b14070 2106 php optional php-horde-url_2.2.6-9.dsc
 0e6cf727b4072037d549072901cf4b59 4412 php optional 
php-horde-url_2.2.6-9.debian.tar.xz
 b5b886df4e778b33d64018de32ad070f 8653 php optional 
php-horde-url_2.2.6-9_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmOqFPERHGdsYWRrQGRl
Ymlhbi5vcmcACgkQ0+Fzg8+n/wYDuA/+KlZI/OTDOC4FQ8CmLC5XDeV1GVGKElU1
bJJP8LIvDFs7yvESN0meTWgHgPQsNLtQ5rZquTtEHzVm2KDOVpk76/84A95lj0c0
sgoNnZzZryhjyljGe47uihW2I2j2CW17kVptvnUO46P42DOUySgkNKj+LPV0A1EN
0C4o+ayHVxSYTo4jYgvE9WFUawEUE+Rtgzuhw5XVaMPZwWTzJ/cd9hsvhbQCe5ho
hkfeAlTy5bDIRC/qIiltP6HanHVZinDeMyYSvFPtM8ewZZZ/ublYbO9nC5K3Rk91
evhstxJnycCqr2LnQBvyhtT3jZDm4G9aih5jYo2e9h7vWAToYwQKr6+vVoS1O4YJ
ES2RykmMzELe0+UsBLK72oVSBcBcjE2V3VuNK1VZ9kpSf7bL8XwLaJHRVwBzBgUC
YhA1XJzuU7KpNquS6/e1nAlXKvjEDVlvApJlVXpCVzPUSTV88USCWpWYu7vPB+u1
1IyB7CFSKzgTUgKmVnOxMXI37/g8U0gJXGml/M5D/cfQDcIu3Um2BX0XwpOvvYP5
L6iDCSyUp6ffEx7+rNFTm93+ZA2DANkzEMYPF5VkcunW2lngGyOw6CnFoNDNWSK7
iWXCQKjVbL1SRWMuY0VbczacRRfyiD5kxvXp38c107sCcCJpmq9/TFbVpgJXu/G4
JozmOVTZ8TE=
=8S7a
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to