Source: php-horde-core Version: 2.31.16+debian0-2 Severity: serious X-Debbugs-CC: debian...@lists.debian.org Tags: sid bookworm User: debian...@lists.debian.org 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.1Configuration: /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 deprecatedin /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 deprecatedin /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 deprecatedin /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 deprecatedin /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 deprecatedin /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 deprecatedin /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 deprecatedin /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:732) 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:733) 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:734) 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:735) 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:736) 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:737) 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:738) 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:739) 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:7310) 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:7311) 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:7313) 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:7314) 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:7317) 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:7318) 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:7319) 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:7320) 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:7321) 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:7322) 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:7323) 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:7324) 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:7325) 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:7326) 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:7327) 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:7328) 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:7329) 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:7330) 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:7331) 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:7332) 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:7333) 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:7334) 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:7335) 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:7336) 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
OpenPGP_signature
Description: OpenPGP digital signature