php8-xdebug-3.2.0-bp154.2.1 4>$  ApdX!M@eee(*GׁPy1|ױPTG >!'-C1q޿·D5YlK *rȻȩíŁpAX?Hd  448DHajr      $<Zx<(188191:)1BFGHIX YZT[X\`]x^bWcdefluvwxy zDCphp8-xdebug3.2.0bp154.2.1Extended PHP debuggerThe Xdebug extension helps debugging scripts by providing debug information such as: * stack and function traces in error messages with: o full parameter display for user defined functions o function name, file name and line indications o support for member functions * memory allocation * protection for infinite recursions Xdebug also provides: * profiling information for PHP scripts * code coverage analysis * capabilities to debug your scripts interactively with a debug clientdX s390zl22SUSE Linux Enterprise 15openSUSEPHP-3.0http://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://xdebug.orglinuxs390xV5 ƁA큤A큤dX dX dX c4Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Илья Индиго Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Johannes Weberhofer munix9@googlemail.communix9@googlemail.comJohannes Weberhofer Johannes Weberhofer Johannes Weberhofer Johannes Weberhofer jweberhofer@weberhofer.atsuse+build@de-korte.orgsuse+build@de-korte.orgjweberhofer@weberhofer.atjweberhofer@weberhofer.atjengelh@inai.dejweberhofer@weberhofer.attchvatal@suse.comjengelh@inai.dejweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atdanimo@owncloud.compgajdos@suse.compgajdos@suse.comcobexer@gmail.comjweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.at- Restore php7 build for targets that still have it % _multibuild- Updated to Xdebug 3.2.0 * Fixed issue #1819: Allow a list of headers in 'xdebug.client_discovery_header' * Fixed issue #2079: Add pseudo hosts xdebug://gateway and xdebug://nameserver * Fixed issue #2086: Include return value in return breakpoint interruption response * Fixed issue #2087: Introduce step for the return state and virtual property for return value * Fixed issue #2062: Xdebug now records whether systemd's PrivateTmp is used in its diagnostics information * Fixed issue #2104: Add support for PHP 8.2 "SensitiveParameter" attribute * Fixed issue #2117: Removed emulated properties for closures, as PHP 8.2 adds debug information for them * Fixed issue #2122: Local variables are now available when using start_upon_error * Fixed issue #2123: Add warning in log and diagnositics information when a breakpoint is set on a non-existing file * Fixed issue #2138: Step debugger now disconnects and continues running the script, when the debugging client closes the connection * Fixed issue #2136: Duplicate line/conditional breakpoints are now rejected * Fixed issue #2014: Drop support for PHP 7.2 * Fixed issue #2102: Drop support for PHP 7.3 * Fixed issue #2103: Drop support for PHP 7.4 * Fixed issue #2002: xdebug_trace_handler_t handler members are not always checked for NULL when executing * Fixed issue #2045: Inapproriate frowny face * Fixed issue #2089: Alpine Linux does not support res_ninit * Fixed issue #2093: Fatal error: linux/rtnetlink.h: No such file or directory linux/rtnetlink.h * Fixed issue #2098: With breakpoint_include_return_value enabled step_out break at every function * Fixed issue #2105: 3.2.0alpha1 package misses the php-header.h file * Fixed issue #2108: Segfault on PHP8.1 with PHPUnit 10 when path coverage is enabled * Fixed issue #2113: Crash at step_into after thrown exception with return value debugging en * Fixed issue #2121: Xdebug does not use local independent float-to-string functions * Fixed issue #2124: Xdebug incorrectly reports that there are no children for static closure properties, even though there are * Fixed issue #2125: Crash with PHP 8.2 on 32-bit due to change in "not set" value with CATCH opcode * Fixed issue #2126: Problems with retrieving global variables * Fixed issue #2127: Tracing does not handle NUL char in anonymous closure scope * Fixed issue #2133: Warning with regards to extra NUL character in xdebug_setcookie call * Fixed issue #2134: Xdebug stops at the line where the exception is created, not where it is thrown * Fixed issue #2135: Xdebug stops twice at the same line after a call breakpoint or xdebug_break() - Updated to Xdebug 3.1.6 * Fixed issue #2100: "Fatal error: debuginfo() must return an array" when Exception is thrown from debugInfo in PHP 8.x * Fixed issue #2101: When a temporary breakpoint is hit, breakpoint_list should show it as disabled * Fixed issue #2129: Cannot read snapshot Gzip-compressed data is corrupt- Remove build target for php7 (PHP 7.4 reached EOL 28 Nov 2022) % _multibuild- Updated to Xdebug 3.1.5 * Fixed bug #2056: Install documentation gives wrong arch for installation on M1 Macs * Fixed bug #2082: phpize --clean removes required clocks.m4 file * Fixed bug #2083: Constant defined with an enum case produce double "facet" attribute in context_get response * Fixed bug #2085: Crash when used with source guardian encoded files * Fixed bug #2090: Segfault in __callStatic() after FFI initialization- Updated to Xdebug 3.1.4 * Fixed issue #2006: Removing second call breakpoint with same function name * Fixed issue #2060: XDebug breaks the Symfony "PhpFilesAdapter" cache adapter * Fixed issue #2061: Possible use after free with GC Stats * Fixed issue #2063: Can't inspect ArrayObject storage elements * Fixed issue #2064: Segmentation fault in symfony cache * Fixed issue #2068: Debug session can be started with "XDEBUG_SESSION_START=anything" when xdebug.trigger_value is set * Fixed issue #2069: Warn when profiler_append is used together with zlib compression * Fixed issue #2075: Code coverage misses static array assignment lines- Updated to Xdebug 3.1.3 * Fixed issue #2049: evaling broken code (still) causes unhandled exception in PHP 7.4. * Fixed issue #2052: Memory leak when a trace file can't be opened because xdebug.trace_output_name is invalid. * Fixed issue #2054: Slowdown when calling a function with long string parameters. * Fixed issue #2055: Debugger creates XML with double facet attribute.- Updated to Xdebug 3.1.2 * Fixed issue #2036: Segfault on fiber switch in finally block in garbage collected fiber * Fixed issue #2037: Crash when profile file can not be created * Fixed issue #2041: __debugInfo is not used for var_dump output * Fixed issue #2046: Segault on xdebug_get_function_stack inside a Fiber- Updated to Xdebug 3.1.1 * Fixed issue #2016: apache gives no output with xdebug 3.1.0b2 installed * Fixed issue #2024: Apache restarts in a loop under PHP 8.1.0 RC3 * Fixed issue #2029: incorrect and inaccurate date and time displayed in xdebug.log and trace files * Fixed issue #2030: PhpStorm step-debug not working on PHP 8.0.11 * Fixed issue #2032: Use runtime PHP version in DBGp and info pages instead of compiled-against version * Fixed issue #2034: Xdebug throws a Segmentation fault when 'set_time_limit' function is disabled * Fixed issue #2035: Xdebug block everything with localhost in XAMMP - Updated to 3.1.0 * Fixed issue #1472: Add assignments to computer readable trace format * Fixed issue #1537: Add links to documentation to various different "features" after wizard has run * Fixed issue #1738: Add xdebug_notify() function to send data through DBGp to a debugging client * Fixed issue #1853: Enable profile compression for cachegrind files * Fixed issue #1890: Add connected client and protocol features to diagnostic page * Fixed issue #1898: API for querying the currently active mode(s) * Fixed issue #1933: Allow for cloud ID to be set through the trigger * Fixed issue #1938: Branches in traits aren’t marked as executed * Fixed issue #1948: Do not redirect warning and error messages to PHP's error log if an Xdebug log is active * Fixed issue #1949: private properties for internal classes can't be fetched for debugging * Fixed issue #1963: php exit code = -1073741819 when xdebug.mode = off (Windows Thread Safe Only) * Fixed issue #1969: Provide breakpoint ID / info in DBGp run command responses * Fixed issue #1970: xdebug_get_function_stack with unnamed (internal) parameters have wrong index * Fixed issue #1972: Add support for PHP 8.1 Fibers * Fixed issue #1974: Add gzip support to trace files * Fixed issue #1976: Switch debug session cookie to Lax, and remove expiry time * Fixed issue #1978: Xdebug's log messages are cut off at 512 bytes * Fixed issue #1980: PHP 8.1: Mark enum classes as "enum" * Fixed issue #1986: Add support for multiple trigger values * Fixed issue #1989: Profiling does not output correct class when parent keyword is used * Fixed issue #1992: Code Coverage with filter produces Segmentation fault on xdebug_stop_code_coverage() * Fixed issue #1993: eval-ing broken code causes stepping to break * Fixed issue #1996: Add support for Closure visualisation in traces, debugging, and Xdebug's var_dump * Fixed issue #1997: Added xdebug_connect_to_client() to attempt a debugging connect while running code * Fixed issue #1998: Double facet attribute generated for enums that are stored in properties * Fixed issue #1999: Add "readonly" facet to PHP 8.1 readonly properties * Fixed issue #2001: Add 'xdebug.use_compression' setting to turn on/off compression for profiling files * Fixed issue #2004: Figure out what "XDEBUG_SHOW_FNAME_TODO" define is for * Fixed issue #2007: xdebug 3.x fails to build on OS X 10.11 or earlier due to clock_gettime_nsec_np requirement * Fixed issue #2008: Using the XDEBUG_SESSION cookie could bypass shared-secret checks * Fixed issue #2009: xdebug_stop_code_coverage's argument has type mismatch * Fixed issue #2011: Closures as protected properties have double facet XML attribute * Fixed issue #2013: Support PHP 8.1 * Fixed issue #2018: zlib compression support on Windows * Fixed issue #2019: Xdebug crash because of uninitialized memory * Fixed issue #2020: segfault if xdebug.dump.GET=* and integer key without value in URL * Fixed issue #2021: Segmentation fault due to NULL bytes in internal anonymous class names * Fixed issue #2025: Anonymous classes which extend are not detected as anonymous classes since PHP 8.0- Xdebug should be loaded as a zend_extension (not as extension)- Updated to Xdebug 3.0.4 * Fixed issue #1802: Improve xdebug.org home page * Fixed issue #1944: tracing is started without trigger, when profiler is also enabled * Fixed issue #1947: xdebug_info() settings section does not show the modes that are overridden by XDEBUG_MODE * Fixed issue #1950: Assignment trace with ASSIGN_OBJ_REF crashes * Fixed issue #1954: Calling xdebug_start_trace without mode including tracing results in a fatal error- Updated to Xdebug 3.0.3 * Fixed bug #1930: No local variables with trigger and xdebug_break() * Fixed bug #1931: xdebug_info() output misses configuration settings if phpinfo() has been called * Fixed bug #1932: One line in multi-line string concatenation is not covered * Fixed bug #1940: Wrong type used for showing GC Stats reports - Xdebug can not be tested with 'make test'- Use _multibuild to also build for php8- Use php-config to determine location of files in package- Updated to Xdebug 3.0.2 * Fixed issue #1907: Empty exception message when setting the $message property to a stringable object * Fixed issue #1910: Code coverage misses constructor property promotion code * Fixed issue #1914: Compillation failure on OpenBSD * Fixed issue #1915: Debugger should only start with XDEBUG_SESSION and not XDEBUG_PROFILE * Fixed issue #1918: Warn if PHP's Garbage Collection is disabled in gc_stats mode * Fixed issue #1919: Crash when enabling filter without the right mode active * Fixed issue #1921: Xdebug does not start step debugging if start_with_request=trigger * Fixed issue #1922: Code coverage misses array assignment lines * Fixed issue #1924: Deprecated INI settings displayed in phpinfo() * Fixed issue #1925: xdebug.start_with_request and start_upon_error display inconsistent values * Fixed issue #1926: Add Xdebug mode's source to xdebug_info() output * Fixed issue #1927: Crash when calling xdebug_stop_trace without a trace in progress * Fixed issue #1928: xdebug_stop_gcstats() can also return false- Updated to Xdebug 3.0.1 * Fixed issue #1893: Crash with ext-fiber and xdebug.mode=coverage * Fixed issue #1896: Segfault with closures that are not created from user code * Fixed issue #1897: Crash when removing a breakpoint * Fixed issue #1900: Update README and add run-xdebug-tests.php to package * Fixed issue #1901: Stack traces are shown (with a broken time) when Xdebug's mode includes 'debug' but not 'develop' or 'trace' * Fixed issue #1902: Compillation failure on AIX * Fixed issue #1903: Constants should always be available, regardless of which mode Xdebug is in * Fixed issue #1904: Profile and trace files using %t or %u do not get the right names * Fixed issue #1905: Debugger does not disable request timeouts- Updated to Xdebug 3.0.0 * Xdebug 3 includes major changes in functionality compared to Xdebug 2. The primary way how you turn on functionality is through the new xdebug.mode PHP configuration setting. This made it possible to massively increase performance in many of Xdebug's sub systems as Xdebug is now much more conservative in which hooks are enabled. Configuration changes, massive performance improvements, and PHP 8 support are the primary features in Xdebug 3, but there is much more. The upgrade guide lists the changes in great detail, please read it: https://xdebug.org/docs/upgrade_guide- Updated to Xdebug 2.9.8 * Fixed issue #1851: Paths are not counted as coveraged with loops calling function * Fixed issue #1855: Build issues on FreeBSD- Updated to Xdebug 2.9.7 * Fixed issue #1839: Add keepalive options to debugging socket - Updated to Xdebug 2.9.6 * Fixed issue #1782: Cookie "XDEBUG_SESSION" will be soon rejected because it has the “sameSite” attribute set to none * Fixed issue #1787: Branch coverage data does not always follow the lines/functions format * Fixed issue #1790: Segfault in var_dump() or while debugging with protobuf extension- Updated to Xdebug 2.9.5 * Fixed issue #1772: Crash with exception thrown inside a destructor * Fixed issue #1775: Segfault when another extension compiles a PHP file during RINIT * Fixed issue #1779: Nested multi-line built-in function in namespace are not covered- Updated to Xdebug 2.9.4 * Fixed issue #1763: Crash while setting opcode overrides in ZTS mode. * Fixed issue #1766: Using the DBGp detach command disables remote debugging for the whole process. - Updated to Xdebug 2.9.3 * Fixed issue #1753: Resolved breakpoints use information from wrong files * Fixed issue #1758: Xdebug changes error_get_last results inside a try catch * Fixed issue #1759: User registered opcode handlers should call ones already set by other extensions - Updated to Xdebug 2.9.2 * Fixed issue #1735: DBGp eval warning promoted to Exception can cause out-of-sync responses * Fixed issue #1736: Segmentation fault when other extensions run PHP in RINIT * Fixed issue #1739: Tracing footer not written - Updated to Xdebug 2.9.1 * Fixed issue #1721: Header may not contain NUL bytes in Unknown on line 0 * Fixed issue #1727: Debugger stops more often than expected due to resolving breakpoints * Fixed issue #1728: INIT_STATIC_METHOD_CALL is not overloaded * Fixed issue #1731: var_dump with DateTime does not output properties (Ryan Mauger) * Fixed issue #1733: SEND_VAR_NO_REF_EX opcode, used for require(), is not overloaded * Fixed issue #1734: Segfault with DBGp "source" with a out-of-range start line number- fix enabling extension in xdebug.ini- Updated to Xdebug 2.9.0 * Improvements: #1723: Class/function pre-analysis for code coverage speed improvements * Removed feature: #1301: Removed aggregated profiler feature * Removed feature: #1720: Remove superfluous xdebug.remote_handler setting * Fixed bug #1722: Build warning issues on FreeBSD * Fixed bug #1724: Missing property types and uninitialised values in variable dumping routines- Updated to Xdebug 2.8.0 * Fixed issue #1665: Segfault with garbage collection and complex function arguments * Fixed issue #1699: Crash during debugging Phalcon project * Fixed issue #1705: Crash while debugging with ionCube being used * Fixed issue #1708: Crash on evaluating object with properties * Fixed issue #1709: Wrong data type breaks tests on Big Endian build * Fixed issue #1713: INIT_FCALL is not overloaded in code coverage- Updated to Xdebug 2.7.2 * Fixed #1488: Rewrite DBGp 'property_set' to always use eval * Fixed #1586: error_reporting()'s return value is incorrect during debugger's 'eval' command * Fixed #1615: Turn off Zend OPcache when remote debugger is turned on * Fixed #1656: remote_connect_back alters header if multiple values are present * Fixed #1662: __debugInfo should not be used for user-defined classes - Updated to Xdebug 2.7.1 * Fixed #1646: Missing newline in error message * Fixed #1647: Memory corruption when a conditional breakpoint is used * Fixed #1641: Perfomance degradation with getpid syscall- Updated to Xdebug 2.7.0 - adds support for PHP 7.3 - support for single step debugging of forked PHP worker processes - fixes numerous memory leaks and bugs - fixes of incompatibilities with Zend Opcache - Fixes in 2.7.0: * Fixed bug #1520: Xdebug does not handle variables and properties with "-" in their name * Fixed bug #1577: Code coverage path analysis with chained catch fails in PHP 7.3 * Fixed bug #1639: Compile warning/error on GCC 8 or Clang due to "break intentionally missing" * Fixed bug #1642: Debugger gives: "Warning: Header may not contain NUL bytes" - Fixes in RC1: * Fixed bug #1551: Property with value null is not represented well * Fixed bug #1621: Xdebug fails to compile cleanly on 32-bit platforms * Fixed bug #1625: Work around ABI conflicts in PHP 7.3.0/PHP 7.3.1 * Fixed bug #1628: The PHP function name being constructed to record when GC Collection runs, is not freed * Fixed bug #1629: SOAP Client/Server detection code does not handle inherited classes - Fixes in RC1: * Fixed bug #1571: File/line information is not shown for closures in namespaces. * Fixed bug #1578: Compile error due to redefinition of "zif_handler" with old GCCs. * Fixed bug #1583: Xdebug crashes when OPcache's compact literals optimisation is on. * Fixed bug #1598: Make path/branch coverage work with OPcache loaded for PHP 7.3 and later. * Fixed bug #1620: Division by zero when GC Stats Collection runs with memory manager disabled.- Changed package version to 2.7.0~beta1 to ensure correct updates- Removed redundant xdebug.ini source file- Updated to Xdebug 2.7.0beta1 * Fixed issue #1519: PHP 7.3 support - Updated to Xdebug 2.7.0alpha1 * Fixed issue #938: Support remote debugging for PHP scripts that fork. (Sponsored by Brad Wilson) * Fixed issue #1487: Re-enable IPv6 test on Travis. * Fixed issue #1526: Namespace filter does equality match instead of prefix match. * Fixed issue #1532: SIGABRT when using remote debugging and an error is thrown in eval(). * Fixed issue #1543: Various memory leaks due to changes in (internal) string handling.- Compile with -fvisibility=hidden - Updated to Xdebug 2.6.0 https://xdebug.org/updates.php#x_2_6_0 * support for profiling memory usage * configurable formatting of filenames * statistics of PHP's Garbage Collector * "remote" debugger: - "Notice" and "Warning" notifications are sent to the IDE - support for low-ASCII characters in property names and array keys - support for NULL characters in variable and property names - configurable connection timeouts * Many improvements and bug-fixes- Updated to Xdebug 2.6.0beta1 * Added filter support for tracing, stack traces and code coverage * Add X-Profile-File-Name header when a profile file has been generated. * Check whether variables tracing also works with =&. * Xdebug var dump tries casting properties. * SEND_REF lines are not marked as covered.- Restore previously sanitized description.- Cleaned up spec file - Support for PHP 7.2 - Updated to Xdebug 2.6.0alpha1 * ChangeLog https://pecl.php.net/package-changelog.php?package=xdebug&release=2.6.0alpha1 * Added features - Added "memory" output to profiling files, to find out where memory is allocated. - Dump super globals contents to error log upon errors, just like when this would happen for stack traces. - Parse X-Forwarded-For for the first IP address when selecting the remote_connect_back host. - Add DBGp: notifications for notices and warnings to be shown in IDEs. - Implement extended_properties feature to remote debugging to support names and values with low ASCII values. - Added xdebug.filename_format setting to configure the formatting of filenames when tracing. - Added support for Unix domain sockets to xdebug.remote_host. - Added xdebug_is_debugger_active() that returns true when debugger is connected. - Added support for earlier stack frames through new argument for xdebug_call_* functions. - Handle PHP 7.2's new methods for switch/case - Added xdebug.remote_timeout to make connect timeout configurable. - Make var_dump() also use the new xdebug.filename_format when formatting filenames. * Improvements - Added support for "%s" specifier for xdebug.trace_output_name. - Improved error message in case the connection breaks. - Change DBGp tests to use TEST_PHP_EXECUTABLE instead of hard coded 'php' - Use FD_CLOEXEC with debugging sockets to prevent FDs from leaking to forked processes. - Improve the foldexpr in xt.vim to fold lines correctly. * Fixed bugs - property_get doesn't return @attributes for SimpleXMLElement. - Property names with quotes can not be fetch while debugging. - Fix "use after free" with in add_name_attribute_or_element. - Fixed memory leak with xdebug_path_info_dtor. - Debugging breaks with array element keys containing low-ASCII variables. - Tracing crashes with return_assignments and ternairy operator. - Crashes due to variable resolving/reading mechanism not taking care of temporary hash tables correctly (Nikita Popov, Derick). - Fixed s390x and ppc64 builds (Remi Collet). - Crash on ZEND_SWITCH_LONG / ZEND_SWITCH_STRING with more than 32 cases. * Changes - Use Error (Throwable) instead of fatal error when maximum nesting level is reached.- Drop the php5 subpackage as we are removing php5 language- Trim some redundant pharse parts from the description.- Updated to Xdebug 2.5.5 Fixed bugs * #1439: TYPE_CHECK needs overloading due to smart branches * #1444: Code Coverage misses a variable in a multi-line function call * #1446: Code Coverage misses elseif if it uses an isset with a property- Updated to Xdebug 2.5.4 Fixed bugs * #799: Function traces report base class instead of object name * #1421: Fix set_time_limit hanging on PHP 5.6 when pcntl_exec does not exist (Frode E. Moe) * #1429: Code coverage does not cover null coalesce * #1434: Code coverage segfaults on 32-bit arch - Updated to Xdebug 2.5.3 Fixed bug * #1421: Xdebug crashes when it is loaded without pcntl being present - Updated to Xdebug 2.5.2 fixed bugs * #701: Functions as array indexes show ??? in trace * #1403: Code coverage does not cover BIND_STATIC * #1404: Execution time is calculated incorrectly * #1413: Code coverage mishap with PHP 7.1.3 * #1414: Missing variable assignment in traces with OPcache loaded * #1415: Crash with multiple catch constructs with OPcache loaded * #1416: Trace files should not include the first result of a generator if it hasn't started yet * #1417: Fetching properties of static class contexts fails due to incorrect fetch mode * #1419: Summary not written when script ended with "pcntl_exec()"- License is in fact a PHP 3.0 license; productnames and author has been changed to match the xdebug product.- Clearified license- Updated to Xdebug 2.5.1 Fixes: * #1057: Add xdebug.ini of all settings to package * #1165: DBGp: step_out skips subsequent function calls * #1180: Code coverage crashes with non-standard start/stops * #1278: Xdebug with PHP 7 does not handle prefill-from-oparray for XDEBUG_CC_UNUSED * #1300: Xdebug functions are not exposing their signature to Reflection * #1313: Arguments to __call() trampoline picked from the wrong memory location * #1329: While printing out a stack with and function parameters, XDebug reads uninitialized zvals or free()d memory * #1381: Code Coverage misses line due to missing FETCH_DIM_W overload * #1385: can not fetch IS_INDIRECT properties * #1386: Executable code not shown as executed/executable * #1392: Unable to compile on FreeBSD due to missing struct definition * #1394: Code coverage does not cover instanceof (in elseif)- Provide php-xdebug as a parallel installation of php5 and php7 is not possible- Updated to Xdebug 2.5.0 Support for PHP versions lower than PHP 5.5 has been dropped Improvements: * #1232: add memory delta to HTML traces * #1365: Allow remote_connect_back to be set through XDEBUG_CONFIG * #998: Added support for IPv6 (Thomas Vanhaniemi) * #1297: Initial PHP 7.1 support Fixes: * #1168: Added defensive check to prevent infinite loop * #1242: Xdebug on Windows with Eclipse has issues with breakpoint IDs * #1343: Wrong values of numerical keys outside 32bit range * #1357: Function signature using variadics is reported as being not executed * #1361: Remote debugging connection issues with Windows (Anatol Belski) * #1373: Crash in zend_hash_apply_with_arguments when debugging, due to unset symbol table * #1295: Apache crashes (SIGSEGV) when trying to establish connection when sockfd is large * #1303: POLLRDHUP is not supported outside of Gnu/Linux * #1331: Segfault in code coverage - Updated to Xdebug 2.4.1 Fixes: * #1106: A thrown Exception after a class with __debugInfo gives 2 errors * #1241: FAST_CALL/FAST_RET take #2 * #1246: Path and branch coverage should be initialised per request, not globally * #1263: Code coverage segmentation fault with opcache enabled * #1277: Crash when using a userland function from RSHUTDOWN with profiling enabled * #1282: var_dump() of integers > 32 bit is broken on Windows * #1288: Segfault when uncaught exception message does not contain " in " * #1291: Debugclient installation fails on Mac OS X * #1326: Tracing and generators crashes with PHP 7.x. * #1333: Profiler accesses memory structures after freeing- XDebug 2.4.0, ported to php7- provides php-xdebug symbol- remove _service- reference the upstream xdebug.ini file directly using the package version- Update to Xdebug 2.3.3 - Fixed bugs * #1130: Escaping issues with docrefs and HTML characters in error messages * #1133: PDO exception code value type is changed * #1137: Windows does not support %zu formatting for sprintf * #1140: Tracing with __debugInfo() crashes Xdebug due to a stack overflow * #1148: Can't disable max_nesting_function * #1151: Crash when another extension calls call_user_function() during RINIT * Fixed crash with code coverage (Antony Dovgal) * Fixed usage of virtual_file_ex and STR_FREE (Remi Collet) * Reset overloaded opcodes at the end of each request (Eran Ifrah) - Improvements * #686: Not possible to inspect SplObjectStorage instances with Xdebug * #864: No attributes are shown if an object extends ArrayIterator * #996: Can't evaluate property of class that extends ArrayObject * #1134: Allow introspection of ArrayObject implementation's internal storage * Get rid of setlocale hack, by using %F instead of %f (and speed up tracing * by 15-20%)- Use version specific ini file instead of master's.- Included upstream xdebug.ini file - Update to Xdebug 2.3.2 * Fixed bug #1117: Path/branch coverage sometimes crashes * Fixed bug #1121: Segfaults with path/branch coverage - Xdebug 2.3.1 * Fixed bug #1112: Setting an invalid xdebug.trace_format causes Xdebug to crash * Fixed bug #1113: xdebug.*_trigger do no longer work, due to NULL not being an empty string - Xdebug 2.3.0 * Fixed bug #932: Added an error message in case the remote debug log couldn't be opened * Fixed bug #982: Incorrect file paths in exception stack trace * Fixed bug #1094: Segmentation fault when attempting to use branch/path coverage * Fixed bug #1101: Debugger is not triggered on xdebug_break() in JIT mode * Fixed bug #1102: Stop Xdebug from crashing when debugging PHP Code with "php -r". * Fixed bug #1103: XDEBUG_SESSION_STOP_NO_EXEC only stops first script executed with auto_prepend|append_files * Fixed bug #1104: One character non-public properties cause issues with debugging * Fixed bug #1105: Setting properties without specifying a type only works in topmost frame (Dominik del Bondio) * Fixed bug #1095: Crash when using a non-associate array key in GLOBALS * Fixed bug #1111: eval does not work when debugger is stopped in xdebug_throw_exception_hook (Dominik del Bondio) Added features * Implemented bug #304: File name and line number info for overloaded var_dump() * Implemented bug #310: Allow class vars and array keys with xdebug_debug_zval() * Implemented bug #722: Add stack trace limit setting. * Implemented bug #1003: Add option to xdebug_print_function_stack() to suppress filename and line number * Implemented bug #1004: Ability to halt on warning/notice * Implemented bug #1015: Added the xdebug.force_display_errors and xdebug.force_error_reporting php.ini-only settings to always override PHP's settings for display_errors and error_reporting * Implemented bug #1023: Add support for PHP 5.6 variadics * Implemented bug #1024: Add support for PHP 5.6's ASSIGN_POW Debugging * Implemented bug #406: Added support for remote debugging user-defined constants * Implemented bug #495: Added support for the wildcard exception name '*' * Implemented bug #1066: Better error message for SELinux preventing debugging connections * Implemented bug #1084: Added support for extended classes to trigger exception breakpoints * Implemented bug #1084: Added exception code as extra element to debugger XML Tracing * Implemented bug #341: Added the time index and memory usage for function returns in normal tracefiles * Implemented bug #644: Shared secret for profiler_enable_trigger and trace_enable_trigger with *_value option * Implemented bug #971: Added the trace file option "XDEBUG_TRACE_NAKED_FILENAME" to xdebug_start_trace() to prevent the ".xt" extension from being added * Implemented bug #1021: Added support for return values to computerized trace files * Implemented bug #1022: Added support for serialized variables as format in trace files in the form of option "5" for "xdebug.collect_params" Code Coverage * Implemented bug #380: Added xdebug_code_coverage_started() * Implemented bug #1034: Add collected path and branch information to xdebug_get_code_coverage() output Profiling * Implement bug #1054: Support for filename and function name compression in cachegrind files Changes * Implemented bug #863: Support xdebug.overload_var_dump through ini_set() * Implemented bug #973: Use case-insensitive filename comparison on all systems (Galen Wright-Watson) * Implemented bug #1057: Removed trailing whitespace from example xdebug.ini * Implemented bug #1096: Improve performance improvement for handling breakpoints by ignoring locales (Daniel Sloof) * Implemented bug #1100: Raise default max_nesting_level to 256 Removed features * Support for PHP versions lower than PHP 5.4 have been dropped.xdebug is working with PHP 5.6 now. - Update to 2.2.7 * Fixed bug #1083: Segfault when requesting a variable for a context that did not have them. * Fixed bug #1087: zend_execute_script or zend_eval_string in RINIT segfaults. * Fixed bug #1088: Xdebug won't show dead and not executed lines at the second time. * Fixed bug #1098: Xdebug doesn't make use of __debugInfo. * Fixed segfaults with ZTS on PHP 5.6. - Update to 2.2.6 * Fixed bug #1048: Can not get $GLOBAL variable by property_value on function context. * Fixed bug #1073 and bug #1075: Segmentation fault with internal functions calling internal functions. * Fixed bug #1085: Fixed the tracefile analyser as the format version had been bumbed. * Fixed memory leaks. - Check checksum on download - Simplified / reformatted specphp-xdebugs390zl22 16778752103.2.0-bp154.2.13.2.03.2.0-bp154.2.13.2.0-bp154.2.13.2.0xdebug.inixdebug.sophp8-xdebugCREDITSphp8-xdebugLICENSE/etc/php8/conf.d//usr/lib64/php8/extensions//usr/share/doc/packages//usr/share/doc/packages/php8-xdebug//usr/share/licenses//usr/share/licenses/php8-xdebug/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17860/openSUSE_Backports_SLE-15-SP4_Update/678c1af99325f6a90335577379b361cf-php-xdebug.openSUSE_Backports_SLE-15-SP4_Update:php8cpioxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=28426387ba356d5af9b6af97b4e328171cab536d, not strippeddirectory R R RRRRRRRR RsGm0utf-82ade0a75365371b176a0e9ec0e3132f7fb9cc4082fb7559ca0f2a301816316da?7zXZ !t/x] crv(vX0'ÍK4hqԌ"{[ۖ!ŜwȔ~#{pz}A9cv[:۞lYiUl|seeP1j;!t߼C4쎇[q1NRCۣړ?{326:fR=H(TT 'c"I ^MrI*ߥI%{3('h6}_#t\¨2 ts_ Ϭ2H( :u4y6 5usXشk**u[:D>&3G]Jf6"Y&I} ,EDxq N!tȰ""%/'{ʴEQS2!E4^o{(f 57 O:媔 N{|ETD!% 7MvnSAf0[6sv:!HOrd͂mR%+2:{Q _4:JmR7Yab֗* ז+X *{&SBI?_[2kS87&Bs %"qY#aDO녢CyNk] !WzA69U Fmbhc*s@}[vw)sWr|,S<9 <9'kY*S{c22t#WǨj!tK͔ؼ@0}AdT43y6aq;srJ<5偻E["Y7ºO/7IѫFe 8eqx3Vujeu?|D%~ּ \xgqξZ_fC#bCocv-@))s\H Sr\[rc YeJzѢ:]Db2~VrE}$c)׊229V߭5:`!POl.}Eb&9:m|ƪ'Hx'֚8k9~GC:G_SA(X\Gy<_L^p^?a!O-D.Jnqw5ݵJXWIDĝZ]FU*(n61|~M"G&I xFUt3~15 huMQtN9]}&E`G)HՍ V#WqZ_ZyAa?v1yh Ϻ[rxTf78>*Vixt!n`ƣS3Tt& <M[?%`4$bPV=b|8æTZ g& B\ˢy ߠH(ujY] (gRkZ0{FJ$ .vIE@$":5BmDǨ'wE~?Yh^-wߘ kn(ʄҳ#lECNWC x|+p8$aV+'`O.TzU AUG3;.& mItJv/ݭHbp6(Љ,D.'B57_7$[52Տߏ5ݹi<(HJ`p0 kQޫf aAn%K 7=6X?CX=,O䑽53Gߚ!]Ĝ,ݠDA:oa7i@M̟Fa;'v giH@ʹH%P 'hI?%;6D_p +0>{M[dkR0.c N=WbGDޞG TֳxCfɥ$T!vbimAUx *bc>hJ'0TU-Đrw\og#F5e1eJHC7`֩ " HW*x52ƴt #{%=[iѢ t&GKOڷJPڝǵ)>n4!f@ i$q+ Nr 3T=He1+:]T^Pys~Յ}%<ꂯE'lcPiRwYe$ǡ rCkO<e Ip\`; QӲ,zk,}hϏ%ۓ@B*Kw:Tf%0W036r(%b!Ir^'U9;m kN˞&IW~8 ,? [D<]v] ei.h)| %Suɧ"7V;P [n*\KƉb9<.SWBU]cG,@\>YYs{9F|zUjE 0Cx-NykE¯}15|} 4TmS :߰oN@\Ao82B`Kyj;V*-HD8Gx0Y>1P{g|]5'|"|Ng2Mp\rڍ'^5aY/W5#z̗A*wEǥRW:]+s9 7ܩL^*J I h,9f]1I[JM*4+v'˻p?f^ ).:f!jvg'7, 6ukP8 m>· 2aNj `*> WCOeP;k̸ stZt%R<%>XFMOP*xJVGux e1~PZ(@iS]92ų S,2tQҾErϭ#'zv=p-/ R<Z?O b?D+Ll$!tadDzQ,ke]taeQS<r"x I4+SoG`FF.A* vY 3Scʮ ,<GTbkA;ƽ zc*z`a02Tٵ-zJnf_&~, z@+) ~]Yׁ30P*T@|4MԵ)'4 4a(61ZhжlGv͌ v7SsrEqo 3MlED`|q +7fQykx (!ܕq%l :\KX8x=.`Y7Y EoD9.2Ҕ26w4l푤-JDh󙫱AE;z}s$Si.X&7;6<$Ʈ@Tp1娍ƴ$Q!M9D;>d7u:W|bG\3(,*A( 28J%1 e%䧚dBgmH1Pk,ҽu2?O6E~>zȁѤ\4BQԀo]O_XgIQ2°?4Q }FpFM񨆉9GzR377=]=P~TR cCŠߨ7ӝB;zVqj;$r(|Gpf݉GB i`6e_)_T%yrhSwhؕN^cLO[h+D>)FgCdf.7n6T^!]6ro#݊1JZ+ RtI_9 jۑ@ XGd_ :9j czmvK05HpW]( /ع: =ei'Xip Ga.|Wf"8z{FB|;7J?).7pcz _/€.x |L{寑{'y@']e)Lԭ;>p~k5MvdU,0%6 r}ƒ{>8(Z ~)ˌ"0Piߋ/MB=n#0&V~s)~d$ARX9Ox6wY)6m)ubx~L~r'zRl_eq^;iaψ9֓6g&%g" ni_=:7!e]Ys]9ߑ*b"cTӹ`ڹ15&ت7[&#Ps7+=0Jڎ}2zƟ q\1>Z g iF5;y|^is+&c]TPXw4naNޮFN[[2aR7 RT)ˈ6r: X+"pqg2dO Pe0mnj8r-O-釠^dvvU+Ѿ<#ʭ~ 6׶vyp9*Ġ'nmw9㻚to\:yCnr|ċO-`!xٖ;` 5R?f<(]#Zr,9.g'7XJvasXHucaQ) T$3ӈ27#y J/ ?,|9kOѪ*0H,!eAudU HY;ى;r}"F\#t- U!NLiD\;VebArq. ,J!S $ Zs*Rx_:=4̷L* ׉`qQ6<7Hq;Zh^r dܗ+5h%Y&c L>1n*NU,ǔ[kbJBg_qyk!DJJlIFPx FviiqLr삸Ype*N{9O7y=Sxve ??$Awp a6{&Ež^EtMm聇M$k"ht,kBM %L|_&ۚ#308\_;c|.$i}OS όn',4^9jsˠqXe>hlnrvY'nOzAe'Skabe(yiFC-44JF(jQ ;1&۵ ݔK&9+ `cSJ-tHg{W>. ]‡@_@FD;ipL"JK2Ʉ ?ƴd_U +xzuz楔OHPyP%&q idm.v3kU=L $þۺ\!AOdsO`(㗪~IıyRM>tq4Ty/h^u4#bE^IaWɃޏU<3ᇴo^qPmx `.oorA{G f}-J%jJt44%U3/(ݓ`ZkWGn͍5ܿ Mmo &bbL`XV/uQ } J@KzY#̥x 饷JBZE?zƀa$'DcZTg)n:鎪!|W:gp}E!vF1!kfLD2+l^re( a8wԠ& zS[TS:6 i2O7|jDQkSU{sP:h϶RtKY% gǨ|U\zK*ػu rpcfT'JG{^iGvXx~Q8'ꋃdKrC{ED*vI_LKa<>Z:?zd#oifA=z1_wڨ&nG*M< Nx?LI>bUS!Cg 6ָd|A">+kےS9*8AnO+Cl"@7u.tRie+gUgpAξz[?=XˊQ }}TX!9W/a՝g gbq'RQ4Vݣŀjoa=Wt1sgPF㧑])2_ OÐy-~wۖK3Crxu?ydK.Mw)yXRp|p=_/&>ocu^w ~Q3F";)cx+{w_39֡㛐]k4/-ܔݣ:MWZYIu"EI(8eLϸ7ț` 7)zBg۟qs$ 0 Ol_;htFAv49mp5D/NSl\+lt0QRdй&s?i>@)Fݙu"R^5 $;'$ϭ7mxbEyyϽZcҥā88lp9+*U+.gD:2+7 }1/sʪuyRaߔ,Ȉ9Ĥ<3FkLWi;y/0Z e Gp1Hg񖑮8ae7'{?3ND3F-Fviy`bW;w |u0=*tun_- I|bu"ͥE=*zг~}u?)9xnb2ս9SZ*?8iP/8g'e _˾T@^Oa5Qo8}Ƹ>5 V):R3`;:(ھܜ7jX`oe =_CҳB~Rٍ4B)@׹xb t_…UOdbZY)^,lVҿ)e ~ X(1lҾڭ J.6Ew)Hv{ƍ@l ZLC{R<]\]j*;$͖~QL:L ~.UhsXVO"/=z-1s Q@+Ad'+gD/֦8E=|VWw?]kO5D8(Q\Tj\kn.X;/ゃ"Va"~ez*+ RR`9]I=bgtS$5+fk7׳e̙=aǜ1`vۙKJє0TãICM8騷c XŲgC Zt F##J5 QwĦRԺVݣVY[*[rq\EVWxi2ݦTAq ?ˮQ, h{%jQ(ñž\ ?tɛ,ݬe%!KZ;T3$Wo'tT\ƎqTndXD;N{,t?88~5M-2mӭm}ͭQKoɶi4YZElQo$[XX7xl'i6crқz{<8/ξۙH aHQ&T7{ v6iM8 na[_Ndق>w;j=5DB|p\T9apm< [. B̀|l_ktWRMpGʇⶫ~/*VlvUy1xG pႹ }2"ץI>UUXf$L?]b{NGMX0 TWW!V x%tw͜Wn4a@cd팚ut=qljDllGg@Iʒn8/=.4u:&vb?*NվeTuO ~FxL(%_{`OEE#d?ӽS Q~ToV EDI'd@be$ሹ.u)QOl(]( o?z3u5@]Zſ9v'e*8ғpMT(FRȊihM̔:IE3b<+Kic: "Kh;> qoeP\w*E]{I/CyվMk,*Vo#Z] ̈@קkM.l}f{5Z#Kpa= ^) ^21cRa)̊s^,z 6 ca]GlzŘeZ2bx(y*ѿ;)Tņ̨b9jSAֻ>hڷ^/|C,;[z0?d2RF埒uy5NZ}xs_nAIMc eږeI1mY=D#j`n 89GXzřf0+\_騬۬"NAD'soQWBΧky6Aa o0:Gx|S˚A}S!xDkrWӲL:@1,z rb'9(TᆪrpfY:.xW-g ޮ* ,+b#jI?[w/cwuVn>ɋV(#"D<.M`^%S"|8E^ Z Oq5Y)HܖƭĄ+кj={(7)NtN!R&i&d+=g;E1vy 88sP/m&!П1?LHa@0 /V}]_3z%J*G /oFf=/"kx/j6 ," $':AiT8wFGT㘲noREvH{"Uk%|CC{Ep !R3.qL~%]9\(\45 mA<*';p_Ձӄ%>B)Ć :,>nՏ`UI `݂[SgW:_z_SpRzJ5ad`D~p&<[Kh6Ŀ"y4.E Qډ6/͌m(8V㑇]u <kS{t@SYi[gE*L1wftд(f$)]Oꤻ13CŚޜkQ4<9xVEwp1)zv`oS^30yrEɻlX MQwnc||lG/gs9RDC0`t9CCTGU4Qހ ,ߜ̫}G%LOlX#`{k>䰠T7ŷ[Aq].tV!X1zZ N4#7W惏]`u dR[ʝ몭C<k}|_3Jw hy{Yk@_j6F߉}$Li^i"7t\/k42YlkuQwΗƱ+t7B9h] HA_Qn4(J 6? 3hZ*xgf8No?iFE㥍k1R "2_R7 SS ͞1^[fXvg}k.6c^5=0ܞRyZ##7#l)a51ʇ%b00by*"NLPJiFuSpg/JNx}עhLG=0Uf8Ƭb7Aԯ,`S`-nf\_ya Y g9 "= ً=LƢJvu=[ s~/ < gx1uZcbزUH Žac@Iyq$ lA(FqfZ30Z^TB[JH]":f 4u>Rf97*N!Et{.&i[;ҭb\ƽas!Uao+3+9Sck\bu+c=G%PV5X1PtA@TsV!8:ԯ4x ̪ȣ񃳜RBITlSN=<Ux%)!DWџEBK?j/H[,Vg!oȮkcøQʔʕn[ϫ;-X?Y 75,ث4VS+>|i( e4=' ۖ> co.sF?s)<2ϋBE}A6%f.#? g@9Ex:p4S؈?+V:VZG*ߘÐ5\x:,G*q[ڳ7Ұ,#՘`o υc *?jd-X9s?W>=b+qe0[PFr`fM]~6gm:0qpL,YUmq1ݸJv+U1j'8@&ZOT`7Q!^$%GVІE~8SwT{LSM F)("AȂHݴ8Ɛ7q`{Z[U'Ab rBR[(>dX)Qιb'"Z7O ;rI;*!ΰpkSv=>pUÌY*MLj4]+[>~TG#2&Kc KY,%Π7'SFz6pޡZ#S2aPba1j_&s-yH,M*G@Wٹzp1B`1}}d&,q4Xߑp=j'AFh6iWhW6 9$yIQŎY{9u$틠7 VSƤ @0"؅QPQ Cv+f_~Qi .ḧ}",#;?B) < &69ØM *Us v''bi:^w۴7y> rR}pL3z= -z%k9vT=FyX j^t|V3A"-I'7bMcVx1{ Mҩ7t67z84@ cFWjcW*Z gCF9bpzζӖhL3f(k@%\|F!bCY,DP@Pಅ!JNSyHBeׄa7<[[=G+K#Dp}_/aLQ| HsW.j K3JGI+dvЪ[a!p"S!Џפvcu߰ndfOSiw!l<쒚azkvkokڌB/tj}Za?yF錘?rCQdѩ2BjFϝj }ɉ:3](VKZ>hld>ﯾf|G *46jl$~k6BJFN FJ xV<1?oGQo0!|7"ݡw(}4u5#9_iF@͈ހpOVA U ľzcBnаAMv<$ Hup3Bfi1 ”nc)M7ZHDktx4gM|lbk,Y}d0},>Bgb#eFQՓI]=G3 rǸ^~lYs!)ȧ<sw}ð 8xl!BM;xڱ\agU5 fSJ^T :$ ĝlA~?2cZXڧDc0;vv|a8\dw=L5bH6a ecra1kQrfZB֏XHQvSաN3 >CK#E;a=_,(Ř֤v'֬ GW>714G/!1qgFBX]\gBёI>OF-WwISܿ,ac7a3>B|S/+$"tP fO:!XB譥$Q|n0 2G'b,GѼd2eP)@f2xs8>nO*) .7ֻ{ z&kQ/]}9<9. !( WTA][}N8 Hyxhz 59ofAR\rF KdmYyƓxg@ Hse~;6'x8+Ι`UhA˃hW8]^" ~y?X_vfГsQ8`< D馍ɬc9F/zSU z5(N.%uR.c I҆JrTl94I֖ ,;HAW^ e[%9,w. hI\YJչ` @KM7 ӚW_ aO=:0S X5}bpTcƝ_Ι m;[I>V۸M4lX -Acgy3g;A雠# ~זquӄ H4t[>:!)]B}p%ɛǀi6զP%ro@pJ /H9*R)m7(VS 1GF>b>M*+za MV:S&4\aHO/M6Iv"uC[xuyk'_s#ƒequID7B.@yN.֓6;Ak'xF;z'K<>`= )aތ{Wrt3^h i-)ҷ$F a;KW%:KaNN؁ m! AeXQk8@'4}G3ecF<0 x#Z_y,G|QX&ѵ/A:b8r(Ԟ>Kx'/ؠq6Mh/}dvxO k}y{`Up5S{T.%mo}m?ڣo. )āQHЉ, S_e{H HjZ,[#3wuoe>ln!0m5^e4?+oEgʑ>>xe0OAɹo{GClN\-WYU')WJ'ĴӗeC)&@sx ,2IZqE7;u$etUb/KaG]_);_fP_7|'xNƧ82Q/ BYhXZG\GVY!EfGp.!/zp!&u)n"*Ѿ jbW8\|!咺 |b+s<v y%}Prnu0.$X!մL/sp S 4`@p0)a =`gW~6Æ 2qz}ijWcDj+qF7z)'#3a 2%Q]|?B Fr{'K*ŎVd{O3 #J]35beRaP3Q帅rs,.C0Kon#<پ$ JO@:)MqO@el+OFPbPj5Gr#yV9{L诬K }-v{G[Z &z{]5tӟaQP'Y8"!=\ɆU8-&Z6^\Mz{x +{W43bPneqvVusU"b5? %fR^ ӅX_)ԫVu#.3Ӂe\aM7\ց&Z$vƻ!Z4r+*U-S5xp/ي@!P0[iia*{~ jnT2jkY+u%x,a8,*o+U'94,o9&6i.nG}oėli d3_MiU$yǼ'{-m8V q4 N# CY9'w򸁹bǃUA()8KvқJW'! 7|%s^f3+^͝!;aPlqHWZ#]#'mF>3?ʲ$˕|V;'Ԇ73'D Ar Dvz@cz?~[G/CXkš7]ުćגo8 AhLң.YbVʕ:1XmMuAnc×0p±"MrؤMz`7.⸱=gA}jzifKSs`z ̊'M&j0UBiw8+}GJ.п(.9=RϨB,×% \_VPagęfb~` NbV~"2*xhזGZtsEAR^wD@k?-!c$wxoo]t^6N>%Yz gE ƫ[~d\|`$|~>ʑ9V>,3&mM65N_Y9\`99MX&VBei^l+pWgC"\ M#MR@ =&pbM\&bxF>4rDc =2.Ζ5Z;pfycҬM^:9Aj}p#K^HUb ⎥LV-]@2[^Yj|Ij @+N[<^^ Hpzfq96`AA`;=q>αYCO}a@w*\ 8{%vjEC;މ?D 2e.rܼ`41Tp%2"+4WF}Yq 0ǂ^K^:!IHmflo WXh bYILX_tv0loc1Yd |I}>bi4$Qz- >RW|M ob3.+^T٬cQa|/-O)kb^b-0}G7 MeoeJG0K=:D  Vsr|J,ǚa`󮝼UazZfJsퟩ%u B8X؛.dl7:ܐiղO&;.DB 6(Hghuq"R'A oh-|7>cq8ޱ}N+Ey9xlVxݭr'.;{ tNM09W2eJx2/([jQ f 5\v!ÊB(Mj7dH>x]$|ȿ8T"wnHY-L{tm#>SѱsV\\$o]oc>maQsQ~)U>{_0կo1[~4 o#~8G Xno4#G(:sPqJ"6*7ZI?PNp_"rLtLJwKqR슰`mImS ݩ*NtuD'ɱ&O* ~\)qb+Kgu+Av!9jSc ho|u\3ʅDѫ0͹ y%KJZMOM+)͚$sɮӉhӡ%چG>I 6c%]rؤLTr8_ Ӧa XV5NE^ 8gNYV6=)/<eEm[:{{(&-=mWoq2b@oFQjm P\eU;1p鷷ۖ8/6XZ?dB_ܪGXlk2\A)atU{_7b,u!j tCioI%OU Tfj1]+=I#kPH:TiUSA (T|vmlt~UODTն^L/H~E~j`U)~FF]Qud jcŔ^9l-Qk[4N_o ?@B G2QlۺAX7ܖNjA}qdևqpR// tLJ).CRÇ<~qI`M!:#^G#w0vutÈ'٠@y=@a2pz̮V29 $nfgSNphX8|2=B`YRtjO {*Q,YP DV5 ԉy0tߴ^9;ئR5Qa?+2Q&_%| P)GM< Ηb^&b˼v`Zp.GC&zL!"MAc*Of]}6I( &;tao9'H%.M~ gpO>%2rBgd.k$,4Ep .iLNghv.oS%:^H(gu?\^yTe*YE'N.P+I5Wh: 2KyChX f6bc)D9iP(q笑y-V$z*o:ĥFѾcsG7dj1'rRI0g%JUGiKX=N/. <Ќ1<9BC d%Ku~M6?pf|ߊl#KlLנT7]]@iXoۡRn;6p&#@ '#B<|x:g_ͻ~0YE Pu _]з*C2) júvs_wUT:ŭ2,iO@b]GeL tsZo!'?8] dE0{D[jp7 }~>IlܺR"\5hCKآj7׀Ӥ.y> !f nhfܛȞ !Aora-\L*~ c%n?ODEl{ .h oO:7\3ɄBsyr5v$lv\"]aE .=5m^k8DP"Uf"Xf6 ѷv`D6fwTAHGئH!L~ҫh+Y'Xi±Xd DzP G&'Nq wg3nzR 2 W#/ a9E&ujS̤Հˑi>ܛ5l=/;@qcx)&+T?5QxیĮGĭ+\ ;Tpqǧx5E!`g.>[cf GP]R¼~TU k`x2Š|ȉ.YPoMSF$M /0{D;~srT#etanIh[/o*HJO[mCӱFv w` ;Hf\`IJgYXOrHYezh!Wӎ[04NfXeXh4uu_U7͘~<7@+ŋFwW`84cJ}"m`UER 9Wh`<~}qĵ5KYmo~zFQ'!eӱ DAH}P_y.@x3' F7W,2 9C36Q+UffO< :+.B'XQMnLv/Lcu=\$DᰀpԞJʧ9^Lq|31j,}UhK꡷ :ƹ0\B%~Dycv™al;GVɼ Dwwby;R-[xwH{3,YȬbb#uk tK %[x4@8t҉0 ݧZ$Tx69wR=ˈ\`(Y5'0n+Xojəqx^-‰tVћT4Jty>e|4WZp8cMܭ@6W{<'*n-N1$ ~e8d6sAK"j;FS7v uil/r3k&"W3]Jj+r2YD{ѪeبME~ݬu^|\Ӂ_f# 21X[>)pd,%|2cmMԚI_(nڲo9 J.:w-}½]L9acJ~r2Jv~*p2_{zzaH潒WjCn77%9^{r>G bZO R bRnVQ-ay0i4b^ NQq`}:~J ml <^t&zEQЍحfu`}>NstQʘj-i T7 A y42lMgUQ L{X۰Rdaf|$9;{Un@C]9fY}b[n8nM[]5[m6#Us0A}[-]cTo|ӄabvNtwr ^x}-FW>/ Nӹ/-9UdKz1:SNtFisƲ=u:6YUWQ>ܦ/[M#o[&3gGh@#$6/OMɈeo>U~:_&GJrC<9B$O9"LTzֺ \`}ݍ!!)8s+@JAV6 qFg~c1i'xs'4$ +9J ˏSVզ%34F$.ϟ-1ɩwǙh3l6;Y#c]Hx~:,[ p:$T Bⱳ!EN>W2E[-1 -v$ jEL  i\a/YKp }JM3dKO8k}I%$ν?[LR=ؠq'\|! #;ƥZ?f!(ΐ:2E0m I̕i<Je]S~Ӎ܂0- 5r3vxokT9u8\9Y2>;wNYA'bIC=K3 [B''8ώ&XOeFf%!_ŶI9᝟7CQ09bwPun8tDBf gd5xjZa,0;Yd~k7Q@JܣurUMo,DxN&˕{r/f-*Tys{똱or][jR)g s%ʲ Z$mA,ʅja<{C-}!Z:wxx40]j|27.:5Io@d^x^7C8@FPc1Rת)iFK bx +UtE,⼀k:|Vw/UE>9?]lvV[g,ba+fXXb0<6ɣ}LuK8T;cZizKVty-h`ÎJ(Bc N1!ylwn|m<ɝb"xVK^ǠAMͧsOnqK~t#pވuˈWq;VA N 1fM+-3Q8r|"ihY^-$ eO'D]Wxmlj\ROgwwhLt_ږwdw"b.,*䍜:d{1 @UHwy%FܥwFZP W$ċ{;-Nױ0{׏Ø_ 6%Yk@TS( (|o(v3f)eM'Wa͊3=a8P5 ~Df9E4I s#q;WwuœUkza] [aoh>RA/L mHlԗw:j`$4A }nS zo9VFeHo'(P**:y&u00AjAΕHSxi_z֪Rl5ywF:FK|a>Ʉo+):g΍e*c& L8s>E+o_SRe#cb%ݕ S. [}o]Pg<&7:48f:Y :ǐ-H$x-λ2]펜BT&95 . Me1urː#"[Zkp*Wsp|IQV}&a" #G4z+"ŀJ0Q*t;S","償ui*ʌ4_NT{^-gDojal=ڞ 0no!Y#%K]P*xg͌oqBrI[p"߫ȵgD;I$E_]?OZ* SSjM/s _,m;Lc&v`豣ސ&y*-J &vK'Lt-%@_ȏk82ɏH(zM7C.8x=Bm}Zi94p|ߥDw&ޏb Kj9JKӗJv:B䔊j`낻 PL(YNA%}YZeK py*ɷ4SoMMυl ;io8$gNwS 4^%3TU+2^; rnYQiyaP~ !!jذ!Z8Ǩ((]ͮնcq Ol T> XRO.Γ=RO_E=ə كK-7K+#Av}a=?g2W!O|%d YTo$ ?%v#)XcJ`)DȗpvfKCG!ѱq+XZ߷{^UQPLX1fp%p?#nzbqOpôd 9K WiY5pq8UNG6@t=ϹuB@oK UT֎ȘR_'IWCUHԁJ5H/gL}?%خ&.[Ui,3QVi4x#ݎmf(H;R\ !WcEȇx}{K|n6؉ײ?ֻs|iJPa:[Hɤ߈ x(.\oM9Rz)hJVWc+~yLq>ov"a_f:S @Fܱv~"F5KިLL 'lt\g#{[h[f2n _ $2sH1Ŗpj~ug^Qq wvb[q ۳G}qkbr3cf¨wgɇwBw 楰y!RJ9bWT ymt&ml jfFjba9sr}l ׾@]k6Qw; +R̵vW1NܑF ]cn$ՋyƪJrJp1|c[~[nU3,c wy̡a 5_pҶEʩޜ ma Ti0d@8@\w76~4@Tz|j_J_?,|Wr"}\ 0iZHBOcij.zVG}u('9d:{ycj!sHBca뎔P?o0Vx))bm+Kq2b;y9gD&k % 7>+b6ؠߧMFǵ<dE>]axxB59#g`0 KF!+j Y)+'#;hl0 x X9YQyJ,EA"цJ=lCQ/| &ME'\lf xȍw_"#H.YX::,>LeEx)m_;~4an}4]#ll582= /jy}0'S!{H`hǮ gfR15Fm a]V=&delb TSC87JJTnاC{M$e@S*9JsYh_8C_JЏ'm*Քam7 RT0%7f A_sǂ]]KxUDImGF^ɓz%UUMw1(nc {vyMY4:x=.5+[%?L恄w6ok0iǣқrѿ綊=<K#Uga \aB{BAj(5XЛ`lOer`sJz*6䄛,E¹,#jNrY}Qܼ#qD-@c"]WA`5eGD. c02eєDrq7+)m,xKsi8ja!=]RznEmR q|?8q.& 5_*) W;#̍`|i&ͼL SpfNA fuKDqCK ,zA&Z P4$ A'L%s9ɣx9ZS ,P5\KS1w&_"njjX.sw9VE_Z|XCP~c=| [J¤z^q 'k=D(LEJDDYbSRAgFo:y؉>hx!u2TJrI-ͨ%\Q{̆7Mil, Fg!3ml_VI\* W0ð^Y}ݙU")n>E8ueFwGgǥ, J' 6ӶMM6.fd9ߙ2{! #ZyC 0RS /q Qڙv)7YYO7q~/F2^Eto7a"d~i ll鷱+ ! =DCeK"Nl5܌]҃% l TYѰ"̴udGb nl |{_Ph|Ř/?T:D޻= X[95kdD[Pqh+=YPptNr>bvL|7-ǃ嚛$&j79Բ~0*_[]HÑ{)E_6aĖRγG䚋[u!`)DF!|2ѻ7L m= Ə\44"0`乴c9Ee 2w+ UEO`KoZa3._Kn`啚\٨M=\Wv5Gv77Lݓ6ji:̙vNٸyF̃mI/QcM^u8 H2 K{tL ,u Pj#Зk*I}"@^$PV09[xcr VdQSgC+Tk;Bn`3Y~Wl_$u8h _HޕspJGr^R%v%. Kr_#˹+͂^!cJ̲ji=9e2C]Ʌ/?f(|'8- ly0M'NGFfè9ڈD|5t= U܉Y=' IáI>н;3nD%'\A˔$L pguV(kI[cz'9E_!x a ,}(%9]9Qq1akR,+b(F#8S®g5v9^';RZ!0jS/Rsf r4}p||mwiIL ,]]w[оG7osVH uޝ,gwh,!Wu I^)1584\N,GgkS;E!UŔG3Gh.SU&Qt%nW,)(Vۃ/-V`Kp'9S~D[&'TYoT[ h~!^R䗊;\;3DbqwkRuvO?b"DhKhckbvkL Қ*r݆S\L=׷ĩ?= DUU4z.g`u}͚uV ~|,.O3@* `ۼl]vy ^-Ot [G1hE.9/1.NwCߠL /[2*\'vK㲄Ʊ٧|;^@@QJBvCu`ɛkXlhUz V1)PqHqYdQe<E}2J*lKO (0鈹n^c=kYZ~;ٳ5Q.L*਀,K|BB'"V ` \Z;P-9⇰EΤUQXEBF-rf(.9HHC;Oh@WDSߋf#|xFy[^wCRwJڸ?!. 2`E\t&vx,J* 1[BΩц$5yB!BN$YF,"֩:;\58˒BV[!Ȱ%iK.E.Ɣ|WUӱu/` bNgVGONyֲmhU/S<3LN"j/7P"[JJ6ڟVm)`>msC8hWݯ j+ <#vBuIa*gLs&[ߒE?ѕ%:{ڣvf.<ZRAbk0uv҂r򫷊)>?FvHGfZx7~W2?JqJw?b?N.^AollK&jqGZ 0 [r)6h`rhf}z&^y9 6N)i7(abz 򭥿!ѐQ}fijVBTAn(}~  N^-}S93IF1R[̳ L;jrA*吏G]C1J$9˷Yet1:e_\VLG&5QL#QQGמ_NyS鷦eѦMr?R5ԉ1S!yIYC,T3-ulr&5`m1°/~rB˴;&7L׮>~;ۿ?sb4?~.``a *ƺvL_1Y$)b.Ώɠ#1}vG9|6Sy͍ =p0I:s^2)w e(m<Ϩ{HkKțL[tK%7paHr^iʱ\Ex"y6♣<Ԝ\}֬ #2 V 1{xCDž@ ҊOn 64mt>z-a} nyƈV(mzG*x%럳Tk}jms38dS<>o9@ ؝, ZŤ F>8DB A'nܿ%k퓤\J;\ < ĺ7 ې 1CUI ?\CG  M^OQ2w9՚EKxuBhb I O".2UxӋG2]g^)j'1ݫq3g{Nt Ɋ+;ا؂ۉzpN |C.o{8/RՂ w΁,ZKt8S C>>I `V*^`;VȮ2IfjWFgoG'WXQg q4]zoGhO@QM{7"E_/ L}L#GAw xM b:>B NRpQ#5 )/ {x/c_4!* Ms9bmVx1ƻ' T<{6],n/ȲIirR+l7Z@))!_DqQ3cs嘔Jߙ%~Cu4YInw{VWRB,lPJ)vW3VPKǪhmHѹp=\C2 I4SI w1t!n'_ "IXϕkU_6!3F4vL_qnŏp"(naІGmIT@XdQCcC+VsdXHMk:cAu+?3Is69ۥMHbIPl֟V=geoS rU|xu0xEE @X:2|kJnxۜžuk`vV*5p ' -PDoAwέy3s|L~8oym^ѹΜy.ȒqB) D,@*2F^ړu$9<eC0'/Θ5Cxm6C~$8.ȗz( GԘv/ή(8|"3L>G_3Xn)\F=Lyg4XC>'LbLI5?E컠u|\̅to~+UyI>0켩^Lr!]mTͧW-D(Pqci-E%Ck!X@)+#u4cYCSa, yi<N *W! dv^jW=dW"Ȏx*U.6ߵ CV|ϋɕjK2f8 ۍm.ͅOƟ4٢O򕮾[Xp?i~Kkh2`v+QiP 15=f'DYH,I޻'6y[ beImoK|r.dYĺ0}gI9orAe:}8)$E/ֲ@h?h8èdxCl'hf>H&EM|1Ъ:jhcic<ϵ^z#3Aݽ.N1u#|hH$m&aL<ڸO19GQ=DVD(5I#(*|">"4-gDJY5Atn@/#Q\;{g>aq\ΚA2"8{9C$8V Z^ rrM]QSZ/A`ZUGm̓t f}amb6 ?D 93V?zq2pYe bvGUz9G6 \{oՅDhSb5v|rNO^c;R\pc'ʉr؊mNGܽ蹤xA;vB"Z<;^ggtNZDǷSEn%'FF2b BRԷ{]Xig#M9. tR]8W;ZY a D5?` 5m ɟ Rjϔ\"^` DHCZ|ۺ0ɸ1W[c=~ڳ*?"&F3Gx~<%`eMe89HTGgʤ>ͻ8 xďA!?z@V[Fw&!-"9utq%+GI/|=([cqR*ew ำ^qp8I F˻xxIe1ιQ33Y8ˬg4;FUSlLhB;='I_xuz1u/?Bbd&CZxT"x&x{|u0wݐJr9z.'>st xKF`h8T?Cɨ=04\nXX= ϸ8ĉ_ 3.Dv~-muE0aǙ.xdbowZ*| `_QF1"#w7%+k_ᄃoSD%Q >f 7"E}֐ފ3y$]%|5;|HSJoDl9Z-2bo6 WUA>/t !Sķz},8Wdz'  ;RB>K^R?i$"(o_we{[iSAO2A8¬g(k2oMj_ak kYLD@4${4'U'rU 4r8 J*koݭ)E<~}ֽAzHَWs8RO0)kE$ o / -kχ1\uM3R 1S\'{F|P"#bnwi31>3Hp zWӊ`ꡲŶyb)1,D[u7 {j!rwFWBWw897!g>jS+F# 0V4L q;Ѷ)b/SB9!jE-&uv\P@['o2SUVr8@-ft{SB .h<=ABC+bU>@p\İݩVhz5˒{˂ZL$<Ŵ.z@JI| YLdFwDN_LEsfߑ qkqFbNm-PG֥: {xW<~QYu\ .7Q(24w PҲnf' 9a5hp㗬\T+yp$2tT/}2S8%&\R:*Y;b4ǐ^e-TZ8EaBP,*h[RlHjt]i-OcI55}6Fqgxd@+q~]ҲS4⮭1^4a$E`=ɛyvlf9G^b V# /t}~gv#ᙖ 9CC|LĸM..,˪4c^yA*M#ڲ~j:vX8i)b6%x_Bdn= {l,!?%XfENӤC~z p NqwOc4v[;S'~|1fwCx-Q~13hQaA@M j[}#28ҦY+CsH]-A(1a4+@wqk!ZW jAL$%o+5/C5{1Hq,.il>ކ5;fɌv'_+IS9sfg+ ^:yۦrm~ݝnTb[Ik94$ːzfGRyw=W͙'7k s),u1.l+yc'8fPq"G#UŶlr3@P *Px0%#S4F#G=jYLts2"{}k{c"'z)0‹Hmb+\ާS3PGsGV$oAG.AGΞnjg(0#4i:ۖT3p MO7Giw7DWL!9tjFQlV4giR.Z߳hRWtmKXrOMgJ$4 @RLX'?M>KzqA΄zGMx[BItKIeŮ`bݱ8"%4AAh@Y~]>a 1a/u< Gj k94 e:! ޹*tCe o[BLs +< dB #}bf@Ϣ1oasfc,,'6yt6κ1 :@qb='cwM\%%Qld=i6lp|yRA Q s G".^=;m#A&"ִL a`zN /WBO΍INḄ"[jJͤl縣f5'8qwR̗ǺPD7%}gYK Dc 0( ƁJʯ$ ziC=?JTG)RD.$Skq~B!=D2km%h'wN dQ-K AI)HMr{sߤ2悥Ϙu%LX&)i\!YA S]͒{qxo;ZTuU #4}(.dBi7feܷZaE^p s)_s=1@ݶ_M 6hŵ==96 S7jF3%DۓBi{ wz Hg,45!gś ]L(0=bɁ2y  |$IZI`1ɧx Mhiw*sb'fukw,9fC ηs>??IKu^rh;lhĻe4T^|Pl B`1ۺ>7XTP^:$8R'RbZq;Edz)Vxr8r|r{LԭII q@wH hI>._򲆤jwۈ;o}OtI^m;:\dժR>,T^f.vܴ|$q8R`/a-%w`E:A|' m95AMƆ )>E3,S y~a(|P4Y7h&IlmB [a ?Pay1/weٙB|5m-)OQ|~2Y͵.#?%lzH gC.h7G BIB[F- $l"j6J]7Rk?k٣nXk5=Ww_20ѫo( kRDg[we`gP -y(?Q`Ď8 ~:/2Ŗ7A)B8qO|}bI0`H~AMG B,2v:ѢceYt@C.ɥtXl*_:eS]Mh䌾?S⃓"w`aХWdRo#5D:J#\ ?qҠ~#ңD{#*zB(YX70"1)8R&k%2cS-p8 ֒ gd}[)hyTߗ+|f!!&,1je+"#̗uZzUH-ʹ a/ i^*yZ1R\zwFu+ETjh7A#V;M9kQ>|Z.JЗU9KV_/vhٌG3~ƵBYP@tkh6嫵ށ`nu!Q 6<<%0ro҉$V}%ZY:MKɿ<{qwPK&q@e R@!) W6Ba_Ƀ[AHj:x꼘gVzWJ=rr+dwi 9T&rcjqQ+󆞑)Z9-7XSOaagMB`EW5],[%U Woj&s%goׁ-)JC=; 7_{(/y_pTC\. D@l>YҝT*` ͯYhh(f*#x1N)%dQ=^k"@sKv h)`<8#,@K;8إ@CdS{g Pj mt41 Do0W0u/Gkۗ=A)#T⡒phh؏S17R/.:5`1\FQXqY SbUzoZ7aMف{W:BQ&%J1J-N\$İscՉ,d+zR¬g$nvC2UerZ TBV)3r1LVC0z;Ng&T ~uUo7'FT2ӱotYK> b dIjJ]kIl]vc5'#hGYr%i%ePnDwx mYzH`ĔiM@<$M`|V?f$?@Y[pA %5s4+*Ի8Kp,mܦFpsLIh$ye迕;PhwٻO2ڼlƛaj h[(ûX`PL[]w|^bDԲF,>SB6w-=HtNHVfw^# [7Pq'rv;,á XWZ /"7*m!xBFWߚ~~vo=즛?~8^"OIw$$6zH(4F$ gp0K";`i lXC_rY\ /.SרŔFwOȷ߶&Iɇƪz'$Jy \5A( q ݯWnxG"Y"SI9$Uv`5lh~ H El;:a߈ܦ0٣2E䔷>Fe )C8* Gy#Zynp ۘo򅑒!b…At64( '{oev5PګzpR#jCiQ>hrZ]"$+VӷLcD1~*SXH܊X!/+]tp*Z&D_(yDaXY. 7g&#KIH]Ɋ[cn޷.&q4mZs E \L!Yj%ecl.]ncef, =àƯ ²-^A-z9ygc x6p%eI1[E$`s.5QjB`7eGgR!gx"p ObPA ۃqecbHl2]j{}mT K܏Hnhq8k#!x\TA 6 6@8< aä\ _ËyUF414h9 ە01؂gOYvqLgmw|i%*`-&~nZ؈9a7dѓOγ@"\cyW!5s.X UnOvJ-eFk̀m&xFIqsWY3ȱȮ1'q^)j"H2: "4y s0̮Umpý5~(&wآs{7cwA5hKŲnnt,xd)8fF8v0_)}SM{,YYvMsd$ʮF`t!ګ>1~\E|)ձ(;i}L:;d"@.b+BX2B >_ Ӻd,kb6gձLͲh3/6KXE.bvo=n\ς4tf싮%`N@[Sr<މ&1}N9ވ:{J4 h=1l0/k9Y9,XJR9ӋQшIjxp(;}W"|sxsvYi||e{s`ۼ|. 7FQ f9s*8Sco.s≪1 Tuiݦ]68VjA߃fl5k{tub<^=̅41 x;$ej/͵VhK^fX,M!nኧ~;ߝ衐Cb$";Ed⢕5 a癒&UѾ6S.B4SW͖C죋>ܼRTzllcc$~YsG0Q1b #XT4E:Pu,_EN&_TaWHcrм&OSRf'ދ(Eؼ:LX6K羗KےjE6NY b+3Ӿg-~7o⃋ae=hr]ȟ(3+fH6,a>5dz/W0sz(!ZnrO*䂜R=t=k& pp+cGL9NUvQ .6Kvf\1nOx|U`[\ߌ< V|5$Tv4f. #6Tp.H2v%5Vtp,LC7UDsl-Ո3f8䋋|-7P`IV?gx7T?+Jn6~=t"Xz[c]EX;ֹU`#וFtb@U2 Y q۝/ڴ> .-KeA⯻, Y-x2 腁/wH#d4(-xgjw`E$>Ǔ ; V;I| (*ש:bH*/1Td:#H[pm,6l.]v>fRDOW4ݾ{_3 #f P[ qN[aE.,:21Ϩx>b>qě Van동Q@TE꽷L$s9߉@lv[ ]nHx{PMngKA+xL4,r՘((تu_Bv3@H[YvU書2C.j<0N|;2bms6l>Vh3݃䆼(-~HFi!%6@o!T,[R֢ tUܸ?]geCl/`X'4{Ӝl&}x!WK  5k?jXk$c9b̀T^y_. UζeTZ%G_ 6Xj"Pķ,_e^w]rYMyr3d??*SA U&({T %t\ v`5;!auȓؙs6y`9u7ι˒2R%侅{4rkCT(7)RZ@Tvd7`ABŢ% 1^y<ш;Ȏ!a[;_MjF瞦5Р2I1< r4tɇaCyp)x5~ԁh.tKU$}jh(Lꃮ2e:ھU} ֫q) A~WZ2m1ʀlF_Yp|,⸼q)\ސVhV߾z2t4ʾ!R+h>Zq*yj6`&2j͟t_*k5@JO@J+Pr 債V'8('2RMJL3󇧗ǫ̆ǕE/tdspkP] A ̂DHuk0w5֎,1;FsT9EvL1ͳıbIVRg9q8Y"=C{g8qB&mӢ_*5ebO1وo楢|]ǂ'h#\Wy(/<hv̬8X\qg!ItcOI{ 䀤@+fi(p.2Z&'z;Gsد&r~W:( v}X* {0vOӍ"BEJ30)mp{= "r TK{ ~kIrj07s 㢡g/vұR u@f|͂]IVÁӨ\\q݅h,eBû'e6 aH{|k;?jd}l̳+('2(aIlzuѝ :&*n~V?,i=R`9 Vhh_9WַH2+6|OҾ>YB3aRql'/A6Icru_ scRÃYBR (N 7rd 5zUUܸu&vp&#fFƻ(x`ӅF) 80o;[Uᅉqu4Y-vDCtj#_ɤ ӛ U$$OԚx7z+ξd lrkH38NKgU@9&djC' N)#[ǧZIT#XMi TJɰdV(kFǁͯE4GD]pR`я5#8O =;ʉrkb%7I*D=ݝ(ZP녹}_%9`Fe"JCjMv=8oP-߷=`]FSxMLܦv֖xj0mIf̎5 _uy~'_<xl{N xC47;5N`A|V@^) {Iê.cW יu.To0D{ ^QEo1Cv &@YdE&Ÿ#|(.U,?X^wU$\Y3Edf)uކ뾮;aX &D:X.rG%BH3T1 W^tZJG3Z*=`;tt6߆IW\+d_1,E6BFT< 0$}nt\&P<ڟ&O_ 0Hs܄+jd2dK`lo1T%oD%>.#v)Ɩq@3kgnPj? hrih∺+-b>|'r}0Eg=R#JYSq$7Oؐ532XI6F?&Exayjړ/z2 iFZYm&(Fwo @j}'c_:u.Re@OGy> .jWy42lO L6$JԙYߡ^6WÍG}oߥ|HmPJpGJ% D62ں~iC9]8+X[jf9 N?H8waC˜]HtcĚon_.>6,?b:4!<۶8FĆMg\nS! |{wA 9q).,"gt ,X ~_)FwWV^oP&1e5VE%QKgԲT̘IgNzy0TAܨX԰+Wçpqľ# 9%M@W3۔o QvzBg go 9hMF+Sj -ź3O|dۣ#߳4|1&ʨZtPt)[ Uީ :YC.%hZpAxu@U5g"7? !4akdK( mW{fA {-~BEL)~um?Kٝ[fgnj|hA񓏻(lxnLI՞xnc|ZU93'Yېht9@1`j0^:AbMlr#=/K3tb+pB%~ 2b>M",M붭&O( 6㦏v0_v1ݛsa9nJ;Z-*W6d3@7X&RYե.)jz1|/jVDv%2o@!;ڇzȒߌ[[9">TU%$4* up9d.2<²~*KbcFf$Q49*ףZ>L.gXw:<l?({H.Uh~2Zb sdA7&@jY?Nj!ںΤDV6.ϛ?,:Xc>,uv@|Ru?OrRCmDM.Vqp1 RC'"o B~hEphgzh) c#U\W҈C 7 ՅEv=|Q56W*}%(DNj|f0ر.>wym `4z4?TXU +JcHƺ`C%aZ)BnqFK" aXZbX8:Jq`&h4m74 w gy=SۘFV5`m{8PCFbgHK٬8MP5n0_*ԢBh9vSQ WL'[ ިT+lD?/5DlVǼ8[&ՇH^d6LgpQf«M-5HQ)X0eMu..*Eј9Gޣ$- o65tDș Ueз7znʋ @ <4˙f€XDd E[eFp1\SqO |&R_b tpKLΪn){|>)AVEj!6 ?m&C䉐¬,:Ndpva=NBxpFO7T RU'2rpwOPS${[kNrJX:C%*Gkҩ;-}'רg_2:85.I$垑9Oyns,+hjͰ^#71lKW#i!GG(EIIXԑ߅qO$G'Ň=vzq*.vr/tJ =UW9BC_0aER(qJ0Ҝ=H2Sm/ۏ[CSn(|o^TK6a<6-n( B*Vb4^Z.MÈfߝͣE0@j {HbUy%DyjT89KC 7Yڨ"q`,Y|풅 BsP>۔K@DݝI^<釁_+@$ysÀOUjr_uB?kQk97GkIiF!SvRp>%_X ,>%KQ qIaF2^=(0cs^[^m8J٠KQUFLa'>X(6 Dvlڏ%xނ׌WO.xrq:螇G}(YdP1`m3|igt&kQ "B+G|7>v,g#!qns^3w;W;sL:K8EXu) L\zӍ4Y~$ 8Uxf{Jw {ob;Y̱9&AJYK9C2sjn(oȪOKYN,c1fTYgwժW@WڞGtџC?z{3)8o؃oB N(j׺&/Nfm-M$?9c`GY5t.ɿւ) gX(;(a7 MrxOptg-6#rfQI{PB3IWy[9xr`'gs}cԲNc2 %%_Sf^m]-$vO0{p gYn"׏gEjUOً=FX ?s tF/6#ԥ_o+8dJç7z|ݽ$z1M,nF5ٳ_Y|ɏ}1+O!(2&UHITqU ( iƠ& 2oL=+:**ƜD:7W:i)h-Υ*a 8)NKTJ(+^gP0J8&AoY ul^]2qϚz}u&4(. ԑZb|wt7fpx `L)sL#ފ U-mQ,?MX `9˽iZ5=ꤓ|HcG)p8Z:v4d_ =W *B_n焗&3YGR_)KM"|\7_^lٔXŝ P'C*˼ Epqi3'op|sV]̺sdC*TCe%bEԄV)ܹW6A- ]$ bl*zJ|}AM /C: /2,%ULyZ #P8aX]%m˔}/2g4x_We(M|z z-Ɇg.ߪFrpcH /|Xvlʟoxy;'&H;J?%XBF*C/NKt@z}]#+ J'8;SD)-vZ1A%)ך"|Su*QcvE>( P%$Duh\X5)99?T^![E$ԗ@6:Ddf+U4܈z7ӱHF%dt+f & rWw4j@B+3>2گP>Fe߃H2~ XBh[?oNσhwheW)Z5})=sv+Hs Bn3RokStg Ө a^\ L& h F4,]o-ӌV?s#";e,SwS_Z]*!?!RAnK/F4KT YrQ` RwC8Os ~l&^C$"=c)^ &OLLj@Veȡy `,~ \Հكg͚ |/B!0;UT) |zEزI!Γ+IC}YjT{VJ+)!0Y$p _2bMo߁0aذRu|3̩_{hesDTĂh=6SR k~Me \+u` wCdIw1IM dwQ`2t=Y7CeJ۞$,w ,e;]fqY,qR"+?_^Wr&u0癤g;gE>:hRIK!9e5 HF(g8 &En$:w~K,əҒ[:UoC*wht..??'>-5}oTRa|} 8]qe3p5吝ꪓk{d{XKHۇk4ڗR7">.;^ĤL(U*p* kA9*`#IlH *ꂛ'b 8p̞R+f ũ;[7%Ƿ1gi"dVna#WY$Uc3V^֦G-^l6I_ؤ k0!Û::LY#b.}y%d{Z̖K\4u,GQy2P>u|,9$t.0,"&)'Rѷ{V&8~ԌLa˞b)^:8OpǑ^k詻|1l_f, >]줰Z׳}Sv$cXn{zvi7_iNf"}iNȚ)]X*XwauGDuXIl^՞nXa6z:.ɖ¹;z#`“=$>CWzfB\ca XP|AW$DZ]ŎgaA{q;r O*#Q5 2A߇qUA6:+⍩}( Pxx>L s'-㻝 }TqPYU RPd8,F[A'o&/54hEտl(fxbMvi7<\2ax专%%wWt<@ZF$`> ޞTg;4_Jݍ&_zA,2RA۩[ٮ[)@ *8|H6 b2԰¬%e=_ٟw5J ]/MLWhX3kRvv9P|1f`۪βa;3':4uB(=p<:;vuND zwevI, ,_6B#4~Otވ8c%.6r:_xUU/c&}T}Nϭ2DZFӊj> WraNπ BMQc6BO.^V;NwُO!g^_4PΜtƿbd,zXXD(j`C܍'%Q˙+Ռ}g~iSdbcCx0N3⒜ lTGVcIXaQR Rjp~!%G3%ΘT.ًCuy ͲrS 7Cq{_d$}B{/u7bID}G洣GˈRl1r /w\v} FaDžѓgq+ZDDjod_ըvb]&]iOMJa=Z ?GŹ&fG(qՙPg0U2{Z@z-+$KrVFROty}? _(sy/i0Oit\Y1tEAWCnٟ2'˟EU]Anh _DWm-뚢UyKU^SseNS>`Gz΃čn$[^r>>+d!fڮL+b*h" @1kͥzG+ ~ϔPl(:6nd⒵3ϺFL95|e0e\WV!PRѷ$;z!0 oXxv|AF{6X0 +,:_pN8g8%0H.%p/J'!HjaCYw\^ƬCRЕ @O>whuYq䖼cm&ʡiZU<4</?%%n ~Bۚ%ÍXMsn\ #SaA_0'?X7E"8NMGYf TGqHiDef1L$X7s.!&5JE14%pV]3lP'7,(27Bb$PJxD(_Db7Ս"zZHs0l ̮uV-{y=*+ρ[ۭhFЫ{ D;0(jzF@;7[B&{aZ s[VI='> ,;\Sf `Gì=& b ?vplKƓ=~l*:2u퓋wڑ99khGS7c7՟>anYS{QSƠ)nۏd `%}H\;"3iB ՛ #(R*e}j;V{!Jb\r^@TiykfYI=t+h'兰VڙḲFi }QHJs&T;ʴ$+݅:b)'Ric;!2Yvl˜c=8=c t@Vx\2 g)-Ŵ(>Z3*^)Rr̃ boVUq?R15Qe N@OW mB"+o},x̶"t|\%bLtɘBZ̀N b c6RczOZ~RKѨX>rvVQ<(a(8&Y ʋp@^ռzQ3BܛS JeД YHsc8A~!tHl%4]3n3nx4E,zHP(S| 1rPt淝v;B=[ TFtehQQ 0@),ܢZ2ߥ}&ݵO"¯w]zhLا SԡX{_Z0Ek0qiL0T$m w .zxDĝXpDA' T3?}g0l'Dz+Ӎ48]-oؒ/u-%z3b >KngF``82i2J\ˌ>]2eYKC:[].:Ru kind/"\ȺO>fl\W&jANiim+F =U/9OH7SYugK@|ox^cFvyC-;Qˢ֏r}Q "4 k19ێ)p͘Fh΁SJq9TҬiC>m{;<d @PgϿ4RAGn#Ҕ>ǽ4J{{3IajiY+yD=UHP UApR-5a[jZ|-(|yJػ/M}t`aX9ˡ;$g4!*oc;?^!S}tr޽=%|Pz+|}fA1rk G(VwId:hX6?%=Jl2tkfu>~N^q2җ_Ž ;Zw7Aj`(<~O$tDK\ys u)EVQP@bWVIW)XiJu$]ȗL M sa&& |#yO(ik#TՇdNk2Zi eyX*rxX|1џkH^uK36٠}XAcK?gD| PTc/7Џ!ceJmE>-3#7LE=.DCynAFCdysg{oR_Pd P1I|pY$rغ$LFS gi-pu2vo[}{t-K{ʂ@$%ĔwlM>+2xO 8Sݖ}֬h\RŘ#_(uSŸf0_S`aUT jJK̻#$z f[,(Xrpթ^ߺp r@Bݙ>яy8j>(; [=щwbneQݨ~krn:}] λEQ7RpH޽F$F by` 2 iMO yxBm00| 䣍nd 2;a8ox⅏OSɉWHQs: .ӷRTP5SA=8wMyt#nu"WJY/" ] 7zfT HA̝T3%rTD\U&suQjYFki$Ƌ%s|h=t9stx[3}nL)+&4얼+$okϾ&Ӭ_X4Hn2~xG.Mm/$NܐG:=DMH ܪ%`IBU]uZ#%0E3JmY/tlHf<6YjnDUivȣ$l{CKX(b*@@]yQL$Tތ2~rE/ޔ9WNڿ6@4%(D?X#-'us.9_q-4۶HdlWL2mA3t m{^dW_ٸX(Gy*Wd[$*m0>oz&'?_?R~lJ͵T`1G/M#ռ LV˫SbFXu8-#;VE{xcKYjBad4ݧݲz#$bXA]?+OBk{BBwJsı>dIgTCօ_\vC;a73%-"]Uh1 6I2Q\:G{۠f.&%o QM.O pwF#ǜ-KRQFҽiSǾwrGH _ZnT .wߖ(}.蓊Z/iлA0`^{"y0lYki:6VKRS-C h)4T k}mJ[|o"il󼔇9Q0w~[|xp D$LeGD6FųwIB֖߻ \ oUij^^ՈU8kB!9-ZOjtR_MPըNef)i #}o鸻h#_= _XEcYG N W|aHdwV`2V*qw?Q6w{/@=\x6V,MwM=Tn5Jzj[ Uۘ,g;DOK1gGn 0)1f2C76_eR0(C}l϶t-~}/󈭬Evywud!y2{7y1w]A.U,GӋzќ%uJ}RN12-UeJ $}:^G&=<jMAQ׆Djrޠ2p3}M˱ॢl1r ;UaPrxsO,O@O 4XNpnYj /ޭR*qőf W43ZB轤ewXϝlX< rd-K!TACl 4;,zfax- ~_8+Y|HO^@\s@0f&2D#\@{9|8;XℊeDZRI_^m!Qr"[` Pޯ* C96l ,"J]cm:t:{? K}I'śާ~AMޑR$&CzI♳s |< Y uZiߙn6MY'+%%y3cufp#8#ߍs,;¢iIȭZ\7;%=L;u7_+0F~P49I (G{B0(Ԣ A<^:P! `ldE{9Zl)䃽c0':HeCN&Փp.k@&"Y,;"#PRRi3RX{d? VSJ2sR $`6il\?OI V)Æod,YֵM[ Qԉ Nȶ] OPM;]%nMjg6,Kba07JYFOyLXU{t 6[ĉ"7jpT4M=ۛ+h Iչ^.>K T{Klג =,ϚA|i1 A%ɿ%nk`eG#4(*GE/a+l31i.eᩆS1-@dF DN#9MMB]Nw/D i_Sh̑)yIܩ}U^"M=U* 8.\ItEm?^PN6V ?SimeӃDzg!"s wcYMQQɒPn Vƹ%ztS .'l v;?Y-fOFu%gвSNJE6qZ+)~z$C[h0nyOѺ@Fl5+zZ/רlGHC~bXmuj'l u3Wu O!d#\&eŏ3WDc0A]G*ae1ALΏ?C[Bvg ;Do@x9V^QA8P$CD_<ll]آD&VBBO]~Ko3HHtI]g.E5Bt#1$iVϗ7n- lo7Bce 9|>)p\h8? oiD|sHGG L15Xe+nDړ_㤱! @_ +.:Ip =@N@"Kc( 7o e;.ܼJ]5uLE{[zfÍAGy2cy@ӇVXVsoZ $̞̀'jҎoʂgظ v/mSg`ӢH]Xu/,,,Dg>'{K|41\;g&jS/;] #s.aBtJ,jf†[U[x@?"o = !/Jri9/i1C'F€nnދ`8|ׇXH)%JiiPcOXGT'Guc隰 ~d9 C OV_FCc[@i^4.kXZq_1u͊yՠsxf߻'Or5b۟E$)9"TrDE[ m>6eniTJỌ}@ق=&*}@yQ=g"zn S/'c-<\{ hhPF=xZOlҤ+H$s ^,leNћ;y&B4:a",k$ h¸a-l;$/3S^.وalSv9lz.MΣ w}a`mMwE8<EVrZRAsssc'ަ,QM/rN ֨uf*;62UƴNοWM9rO><ߙ 5鹅/n3: ߀p#`L]}!Ĵ6g{/NLrF5$P( .|H\`(ITUEԔHǑO!XzS-J3ŝ5 TrRR>#0棞F!"OZfW-s=.i BT-J9'+|SZK | ɬgǩu$Ȉ-9ӣP8"Gޔ^|f*<CڼK乩Uv@n{JQfP % 5EП6xMLٴA*GP U]&U ORtgaa %&s(;o"8; pmiyX1Qe>&&+wG61;s`]u"+ aB3tЩ1v'/ k˜2xr]R bJ7B(q[kvYCL7 's*G( qNL-Ϥ!IY`ѣ+ZaС)F)8G NXcC*-Z7>Sb-㩂PuLvG\c0JpS; fDe3 _fV-Flc#5V1#g'v>i.zumcb}h*QDW(դ{Q #`CE524S̋͑o5n""] #iL*. HL๹#;Vc^EL۫c7X:ՠ„~Ux6県Nܤ;G3-[B`$iiEpk'+~S&lHܮ~|+;.E G q={\ŋB]L2P#h\WW9Kt ;%\Mɀ9׹Lȩdʟ7*L3bs@Fu]-/X}5¯ '˵q  ;Eu_%4%mPwAtm8nF~k3O]h47A Mem`aYܙOf#sTcqf߾?^ۄj94|B0̋a_{WSż1XO{&0lS{)jOdLOq$H>$?W]6 `i)CWM2_WIlMvY7*H}~wsu |` ^+SR4d3+ 2^&hdKi<\JiLT^QlBAөYY$LKP᾿s"r]EGZX4 $ ~a=v's= 5ǑB`D0@#o(AC(Kbu =!>WE+'كhEGA8\p|y`<+! "+ǂRlc=L(G`wܮ;͂Ya9uX݉&daƥ*ͨJfht*@YGv( }-S2ڄkTfG*JV+BԋǨ _!SUt\PY13)?DHSjV: Ku݄![-{0gA^ tpnuuQ*ZRd6,[w@p5U54Kd]TbJ%st'@e%rb;ƄxmvNʫG)#Է; zְJuEJUU(3/ëb#рb{kY}VNN J"-{T$h.o+[:E^S A?WeghyW͂IFL\NԦ83y@/uh2.CVDЂE?KX9).>3]ocu2O}n߹U,'xeImUf|߆3 (U5 ?Ʀ ٟ ˜61*0E*U Sj* 0*v,xg̤QmuϞ rßI'I'O䉞4f1A Z0=[߀l5άAZϡHvG4c$LuQ(U¨gNUN_"vR ;RxFLqԛ(srUq節<̴8RV>!ct"u]X=&Hv5veȂyDů r"{u_mh'\^sGk]_6p,)[ x^g-Dx^ZJ^ylhRЦ}2ZÂ" .mWseƝf{bޒƆ95<)c!8J_?k40 G KHS"|v6򨕳H;~ɧDWC6sO~%$ FWyK@:`7EGDҾc@M)7oS_o{V, {r4Z.*sQ}? dp k ?^cӱJ"=Oc5%D%ysigx紑P~ ֦}Sg1"LvC!?w|cΎ2JT)yb7$LN^`+4NxnپwrU5{ :E[FUԺL^IMT'[5mX i̩KUn˭iIݪ2$ҎJlmQ(P $bDwWt ML\lB nє Q 7y.#o!ʼn<t=x6zwجU2blT!%5SUk@y1BGM|8-NRQ`}N/+0YrvҊgO@㰿/y>umz Tw_0&0}I Z/TWZ`S+`E-gʞ} on|s&F4&~,i޷ՊjOڕ*탽ή<=c]UmT]uA4Ns㺸XM5|qG8vQu݁3Bb2{=3m 'SNJ0$AI&Fp>yg..|0,LLohHUM7?$1bf LjLLĨZٹrm\XG@uS2L үhQ_'qan z юqN~z9%㞗Mk_;Z'4tvB8r]h5; $Yv :kxilyk6⾼ i gG0BNHF+԰bt.˂Q]>Kϋ1h(R$`MTV#T{)脫tsYxs<^>6mힲ2v캧dUg nda21%)ہAh9euнqfNtbzvOd^꡴῝1~`"x9b_mxdJ+fo!|HaA:n !Fɥx*::C(iMRH~h4^;θ__qXs-|% bT̫"MZAC8M:vril'9};' u@<082g9GM;`Cg!kҙ2Yb\"+N7eQ͋gx:(,4^ss^/6ϋɶ-nE8UtnL53_yګoYE-Gj}2VPq4ڼ 9'-ST̯`Ҏ]#ѱ/f/Nj6^;P& e00U3-o=3?ƨ??r=|Upd. 5lSԂWR]@ li6n" Vd$RnU+_34c-W9J:{ҩ&{0U>c9oh49 xnt+*%!&s@+RS>R/l!L)Cz1P8yðr;Bٞ5lsHgpMbݔ{2 ĴHB<5EhE|Gp4C' *uS02m ̸Dv@IAw{mtlZ-Fmh+w)p&{\cmƴ]Hi"-`yn`óJZ0T@" Di7ԺP8?HMյuK٢IN3ÞLFaVP붊. t?`.ݺ"c*`3eS `[6M^4Ƌxs!~1V18 hV=inZh[wMqW]wp)Tyח&TDde7+hjXܖ9u$)eGcFVů,-ʭ%Ψ1:v(TEC4FK.NjQNR8KJq6 ==:x얄?F1Ga Qy}LK$&5[Rȇ]bbr_e~&:ʩ7'ƖMUMJ`Z^ C:\cn,5U=&W J5_n2?sv;ea|dar^^W~^&͂,1]zA^7>vn=3tGos!zF@V)Gxڼ K&i2' _j7-$ݾ4zUSY/p̓ԳQbm 'KXzDߢޑ&=T-.3@\q_MnTK1 $odC`7uQ[?vop ÍG99\'{oQ`)x/ᎵPjDB7&ʂ@;4kSc=^Xvoq1$ 5R.`թoDJ N?U}8o8R]O7ʮnLf`IuӢ{r#aj|smfi^[]( = P3> نBkEx^ZhQt~qq,uc=7=qGG&ZʠVB&ORO -jRU0R޶H]1 -aж~9"]- CƄz%3Oeu1dtBl ?vwE<K\T=$fd)kcN ~o6`̇G8훧\vfqñª$ԉٜ|}2[7 &4nOZؼ Fؿqv$+ƚ7FRlm&%S˴ߞ c~vVcz!7u,[#Ђ ɘXWm7sKb9%-z Υy@G,w2t&mfTϨ9y= t0ppDX9Nm]ՁB"$)|9I b]`((aN^CPP7aCSbR^bNHd /rgh!Wɵh}TNٛlAG╂3suPLg\FLLEE c7~CFQ:j!2,qQ¦\ir)c%-?/ 8 iC/B.uPfXp-:.w^tE,j?W {@[tVsll ;K?!\S>;ˌٟoġFk?uf>OSV4w/=l%2ϩNmAZj9`AQӔ{7>6P#o[H1PȽG-,bUKXZ#ͩ!*Q9POsf]̕(P&RHhP@&m|g %-ql"E!]/5B{džUM$ӄ c6鮯͞qa!Aڞp|K@bE[#fCDۚ|oHud핎q3>-gRja4$ 63~JL?U,ب xʉU B ZYt&YvfFhO\KŬVV}GUD|!3f z2jqi:Z?3A/2I0,,$>oc rHS"F$?豐]p޳PJuئcpHGzb\u_zȒTfnvãzJ72TvXewCFϫY~D˹T?5=չjRw!T^Y ෕6DYup͔yEzѩCCM˦ XgV6ȵaX*}gr6yśRܞhEWeTVͅ[zfݭÜO%($Q -z8Q-j͒Nc4Z8D-cnUJZ^hec\9cJ1áf4Q#}iSE1]kA2IJç[Wv@ hF<!.yz3k3ARyXX)ЯTοO{OStctKRso_93YЀ) ~iն FXDN˼g4S6N1:_hC{R<5_o0~OQz֒S Obk&xaGC-t:D|H8A. K=m&y>[Bˣ2 |RmJk F/ǧEώyi E `/s<}m%;)Hokv)ꂙn 3o5'[84!\3| l4HS}3v:T$ܥ18W`ʟTP0hn{YGPcQK7[z1)MGG\4hW=gA J9̃qA-"RAWvBLܢ0L{g7! fsUM0-C'-twz N"Nr]jAO"3C% ;ؗ5H>K Bo<^mѻU҆R^3Ex$v-"wPotDTr2ɍC#Sh91ZTXKnc"Q[ўcaBܦ!itљj("o/_^ sZW[u$Tk/î6#A$_!oSmP?1PX,|Y9K|}#.by%;̆c(嬛Ao two JMYEBE/P%a@߃P2 k./"~i;~c0!KoSys+wl1Kr6(ALZS;I'9!|d[`7P,k|t{L%l}뀂IƟeޏzgL"s`8=igWc[_iR.Ƴ Fm*U&w3W& FE+8UjVk &Iqp0B.:;z0so:3 Xk&?F1g_9k>r(.i> 庂>&^WO_c ñ8kG<_cuBy}qf~s}ps!8(o )9Aa|ImgJB*=e`식s[6t^7qƒ2#H!dmjq͔LK=I3h* (_.1o^%IIk*X ;JNŪx ՁRN,bc҄kɵZC:I5|+?Dw؂RQw黛)r Y:ype',t`3{ȺSr` vw0S !dG9z9􍍗A2fje6P(5ПhS1?~:Yh1DZ6xhPv:pyCqx>*L&Dj̀m mIvik1-YW j^ȏ>|%fZ6![u#? +OT\U+^;R&E 2lnpsiƉ-;AML]:,A& WnW3';X/REB\AqB@%^0@;蘎5[-uĞ `d"+ ^DH:p 4wj'~ e("k*`6O9b2zk-RЖ(_ŧdK!j døqW <]{bUʦ-IxZء= /Uh~lS$??̝b%Tkte{ĿvecgxB4=.1_Ut;PY|;4}’~8O0]8o1cGǫޢ䣈dGTL'UXn^6a:|ͩ2m]8| 5o G)ԬL\&vƫ)y?{9sg bD*Dt1"FG4wuk3kgۿO{ɣw<PA,D/ISo^n b _B))q { 7&obsAHhY/-Q^co]\C.o n/c?҆sryBkm䃠JRE=XNщϵ)9l?8&N gd=t{yV)uXMbNvd"wh)|I^BtX 4.u0V_FW_%h\sM;ی $WJ頯>/d Sg-Pp̌GL6ҒFp]=iAq~Z&GuH| m)^wgnȄ^}`pA5kzjFAJ$3A>&RSfnY5 ڻF0΂(beJ;dA?a ϋFGpͨ1RqW TaX(FY*\8YiU*:VOdAj'?"yk{`JrmX-lnaztz^Q 3*s6ݥꁋX#x*99Ӧ'@C;Mc},o"( Spы*Y*ILERR|Q9(X?T_sr9rewTu=ym{+.cbG"k׹mWp+-e$kpFGOkֳN iKPlfq8/v%EX.zaVLIy]Ɨ/?Itc_D(k!HG{KWB~J3Bu&86okZ{JN{ֹ-Ѡ[nj%4HZ}\?xDs]bj4;]ut%5iT>|-Y-W)BkSEA$4WÇ hyYj#xTt׻,OQWlȪT# jr(a.&wKꌪc l|>Us!MP)S$%!z|+Heh ).(nP)Ku*W&Еm݌ZC@| Pgz⪝Uִ'U N}TF.]Jy-|c>F2iY9p3:)O0 -sٳr,̆FsE=@bcLI~_E.fIz3e!ߖFj"3j7yDǛ4whx$Axb'F7I;F9HzRv߻hy0Cl@$fٽm_Gq3Q!9/dw6Vlݴ_J:,} \fO6p@Rv཯e=;WqƱ6aDOtl>}Bg:'GAO@ n:UM27=s_Jt΁.7K[T-g)#Ӳ9otN,x.Ouvv'Ky< +"sj%Ξ3 (M k7FG`iy3=\dÛ?댜%˜0]HŏmȀNZxƯ]:9[鮱bcp0Ysv3.y6O4-UҲȗ˹]B$)8,e/2|r-; {mknNwf%qs1O\ H_Arf !Av.c?z,*hUMBX퍷;,Kf8#Nϥ:ӔݎA{ +)۪^/:>R^Y/BHts%JJRڄAc`bVSw7MLH?RӦ'?4Tۭ)!6! ]@uGP1Y7/g_iʔ~,Dcj"qZteP Q :$ (j8R14(hRd9OI)ݏ+;xP_ϓ$ {z!N~9oaH.k})bN$qHJo5T yaK e 'Wsٞ4a8) G%`P`#md>8Κ%n|Nm%s cVM6.< y4mތ?719 ZGCa,"1|EO![']3).r3g ,F>] M}@iFԮL:~Po7 :/BWn/)aSJ5.̷.I=LOTgӬz3B <wv5Sd=Fp g̺O-c&oeiE(*G,|N0{}"Cprr1\S|H Jע 00[6%IOM8ƉMfGڝuşԱ'Htj4,^7` shԛSq_@gpr= @!Z;N0 _A)5|=M46ACi4o]S&nT,ÏJ77O#zbF` 3~%:C#_'{9SZL7 J!\T#׳w设T{! 2xU |/.xydvrJ @_r 3!h(3Rp[Xl9&7h\eli?N) ;*pe֥;q2z:8Oks:q%n\{ʷxuI=Zľv/w|)i{E3RNXVD&G#R*wU#Չc=L0CJb`z+(؏SMYʽIϙ_d_^xFn݈BV\qHi[4d_>'L$`M~/+8 O}w-Ù7կ/ UAPb*Mَ ((51K AHJes,gb`̰,& LKӰ> _aA+|j.!p̓$hP U̻Q02%ՌN ւø5dd {5hOs\+Wntw)m3NyXȃv:* XW@?-h".,3\7Eu C*UJd']xY ߟr:+~ Z@lq8b`6s2 =@0b(m(FBC35JZ oYN+$$kvmygv7PK{k^0&^CSjCo[r;Ho3ܼO敚wPqnajF"=r&5eGVlIX^yxggH?9b@M~5xu_tB27>ϻ,MԬ6tïfl;.aeeʅ] M8G[e*8#S)Vqd0+ H!hM?`T95jE|cݍ4<Uf(W1O6`V.`o 'nl<ЂۊuĒoZt1XZrç!91cȬNU(OHӱm}sr *cG(W JB_ERZ(:?/R򏷳᣼ *6rIW˖$:Z6ثְ%6H`:w7M5Y9SdN|%:,QAj^³؄ܻ^!{ % Xdg(^WRQ[*@1]=/\8^DA;GΚBO6 Q׬Uz΀NJW)~:ՈBb;Zt6 KȞx&j5۱A'5J0!9+zSE>0XO}(J+2HQm(rI=oy&Tvzۈ=<Τ'@*\B''J#[32˜[[sGQb9!w^v[ >w„T")hk EAN4qa7V64K8@@pBE~z^>R.#WeDɦ:ePٺ́_F3cKmr>IfV<'X br1 ʓ?j۶e37U} 4nvR6+/)m3=@5 jd&B$hMHh]֊_ .waGnt%m)u%-c&Sf$zʕ*)/c{,ۜ:/kIu2{ D c*6i4GM'볉_[%8~D+ G9[*.JniB.(c?\殶sdމ*6li^>#2*q~@,J 0"V706o%uwp;7)[l8Feerѱd{T49 99|"SntѠ+* 9sѐӫѲ1#o}1aaȹb|ȑș{PiOǓ/GROSta?v&2pe)QAڎugu@">•>Y17O3b5 \$b!zP$ R|5D|5f qT!ٱz 489&X>FaŇ8S9#'Ir [$faHbrƙxH}e9NТE2&y7( wJ;ܯNj=[a pcedOwdOb%V渟sGyaίHC<6%irRǠrghbtM]Aae JE'q`on(.LΗ]d!(dW ox̓ <@c)0B}'v@J+7H[0ߠǒ0[&s J6[a@)ly_j:iXr " y[Ň$G {x1춬tse k[{ƻ&YYe]0P0OUW4L`\q6q/(hF1YaXb7za*^ګ)>.?w!4ǔB४zⱡDt[c۹<%7ds Si6]7X͈ UAAڝVVc 6k)?7T)R!q/C,zI][~!~'l aKMar3M$ ]Hh^y4єWk" @>prxma%QoXM )CV5 1}0p*өԿzeD%W~MA'DYb2'jRtj)$X9Kh_^_fױ(VM ttUZ[GixUNdWJc5ւ/3,6ٝ?ʇMʐ'"HNW2gݠLb^Jdo>d-_>hWiCY)LT7N)x%bzX>=G ,ȏ[\4i{0t\KEıO;RYBJsN #54ֹ| Ka#/۲bQ27fg:ZĖ1¨ӽ5rzoN4vϷNz=mWѣ:{LCĘj++,<AFo9C?e֒ۙ4i{c\}*~G8=,4d« Ԑ;MW4dgl.9t ޡ@!yQQF *L_~ӱ(mF,Y%`'oКWf+*^2 "͋'vrQL0{WӆIך= 3}nۀM@:ZF=yfӎؓX3fRd@:`<޴@>%D~pnl-kےW[ë S%kJ.e>XjĐ7J϶>|Π?I*i@l :ux$ ]-7B> ^-Dne#3 afdg==K%VpFwqo5lmZ.??G/f B΄J b4 C ;h^Da -cwYy,HCi#2.(7*z:_جs½pnN+ܫH++Ȫ‘c-A@DFg&?|̥jHN5Ri+ZF*,c{I(IJfJs!01` w\q"t}|)?Psp1ᮼ*73Nn.iD^H R⚵Բ1aǡm.wx>CH/.`[E0/hbAtgJwM5<PǭqL@#ԏ;CrHpH(|kx~pL) rr~ٱ4Q0자 "{y'pGn5~&qru'#!B,9.WLٿZzuM5$])%7Skz.rkwHe\ُ%іJ-#8[&o֥ T.@z]o֙H?}B|F;^A e d-{p{8L<ߚyVɩ&N} /82)Z7xn2kU(1lo (?X$i0  aM{rBoIb=;@Tid}o/'Ѡv'Y;^Csvp sŸ7yMwK7)7@klϬZt%puLhsj0-խ]!X Z} ? HtJt&~?PnDK-aMn?cayr:HZW}Cx%(ֺA;Rɝgn<_7bW[~۾<$dlkxk!E5eB9/JJvtD~a%ƱgEd[Ջ:e),۝;_W떛D-Kvgˏ?뭇Z}F#1l {2}2[̞;4oC@f2yOR.tz՞NEDnuTa̻x陯_b\-,)]Ī8Q59m'=[_ T;S]/D"S5(,9eIwfGaauڙz|\!\KXk=/ޝmr}x72?}]+" =6I9-21_8XYeafV%: X׭sS8dXA=='%`lޠscdP8Dz*g g J^d?a>۝;:ǁwds1#&K>4!Ý`""ѩhI jg N?\!y?H[3zq5iHbAƫPXB{+Km*LQ5Ծ:6b"vZMTs9#/PpnR%c1I\/2?jxdW#!l2ϲ DidT:hl+gp nw&ә_.e2xh<4bJg?s8 er)5ƠU0^jYt۲K d?#Q0-J+ne([-YȐ||SjI`G y8NW8qzlmM%B!W>zaз)E YlӀE ¾6e9/nDL?6IkQ뢉9%X{Ӡ+O/c2\}1lKXU0) +44rEy/t\31,87FNtJ0݀uNyNok)T 2 NS`{ď/agʞ4b-R'$էy'Ia-L }p#5*"JT(|`x*âIo7wZAPmpꃞvC\fBXt$ TM tD`Ys,;y3{)to[A[u_v~{D6fJJĺv`{~Z7]皓+󳳒IH˻Ok#9YsL)H1ufݽKoqO4ʽhvڧUr?r0g,~hhD(٢ԷlPJP3! I2Aܳw~Ey! S0l?ξʓ˘C7<8=dU^?}rTJ\z57"HE ía7oyY'S qI՝0,)hثJrbG^>' /WRAr}Et=xhϊ"psmu&zI &OMH@Zd'8l)pzv1{)])Ir\QY\'a¬+Cjh5IMaV%u Զәu@scV[xW6Js>c}_%*P'3+]0*yW!J!q  %Gg\A.ɰZbdqv!B35v7mt5\QT8FRP?>HKgyR;T@M5N%,l5:21C ")6wrk[1ng QIrwJަoXF1$"Pi ywcz䱖eJxnZօY$;?#wYGAdc0aS'8rMw/%8i<~B"PF7{Q{5Jk%9N֎1ʮd?$-j2WPz{J !oOOQIA{0=zSfݓk6> ?NWk~փĶ8PLژ wa۩hPEGX7,^DʡݞHZ┬iy3-bQw=tR럎m[f0|j|2^>׺BUB{QMޤ[!ċf '9+Ldձ]=eX)QK9Y*ů52֧-2O]gxy1 '*"&H -9 qVbUgҩCATt?:Ȝ+'v vz޴&x,_O~ >N'7*%P[xw</qpxc.~` ƱHrCHr UZDFu‡u%Cw0+{ޤ{w!=6 b~Œj`&ՠS6uP۬FFhflTJb} zhȢjt\\Vөd\U. ul[QhEs#XG$W E.8YI3˭Ŷ3ῩDoX1;E.~~1t`<_ =R9om$ ƌ79o3G6F%R=g#|ho1m SZ"+ k)7԰A#t)ߐv/WK%oyS.W>VSkRI1N7q$@[6/ߥ^LrBdti 1 $ϟ˨hGQQAD 9a-LlF3n)@)90ܐ5Ts t/O1X*`nVm1I6pv@1>|!eACuw3C to4gkK8zȂ(if. ,f3qQ8Š{? 2 / }qAA7\6-uVfQ'ֶ1 Q C}Lu=WY3~{ˆal"7z/.g'Jh^Z5kHh6m~^+2gBMkL皔ΈD8pXS,cHp6QȔLҞa Z>ߟ)|ഽya6>RdgxO\I{VtrPQuF֖PQG%Jyk&uxR9Sir:J4uo [N9\汄^h>zG\&aC٥L[F]R&룠m)7_N^5c.]Ѿ]jsCݍF_.9T.#L"=tQ8J)gᓠL};=n ?t.޵?;*(ć!6x*|1YN|bdC%JTF\7q*U]s&Z*P+(}7w K t>C>HYN\h{/̆jsUm-X38uBg13|bo \-ɉ8a&~С. ?ן0V-kb;۲|3Bp[)䴙H{- 8Ǜ(sfW՚&B[KR c @zktKDÏ+ڣyES3PUCy 3hp7{ԑ^ B(&!G)Π'/m3| F{'A ,Jo?Fk{Ru9F1S_]+eTȾ I_J|'XXV w9EE T~l/t1 / 'yȣ&  ]2s2U;݅MD4#t 3W_ hRVOD`Ei+| Ll)+K$(~'D'Wȁ^Əb's ]dA-j 7oKF&&E4T"0#blO/q8U[^(wAq$BtHTKAMj-Y$l]ZJ fe̾ӅM3c`i̤7("MP]ҵ*rt1G3Mw26!Nsm5 d{h} bHեYZ)&43Q7ei]j +UbjT_/[){$ \Ns`k)grtc]LLȡR)dLom%^ƊnLd|OXBxB5n +aLbǵOcE<#.sBi4tGTq9Sj-nFT}PApW>Nn\ \**;5kR)G׽1?d w20ǵ[F6g ilPS=F znqw"ڹG9GǛ3~0[,2Ӑw ikuz=1NVgGjY80lpnT|Dy2ՐB$5$;ߩ aFi{s:MτW{[2ן~C)X S)|0 ɓ٤"3YgGoD$KtU~7ޅD#k `.E*k8d_3Q8ID+ܐ1x2ۧsOT4;wj,H4]U57P`/W~MKT;Oc#d.xbTMV CcEU10@j9Q#A0 *y"2J*{{((n4jwUytˆ.B4??9"[,2p>G\,hQi'Lz{XLf": IL F?P!7AYL pJe'@};>N(zۤ{=U4^혶CWr$ UIi䔈ea z{;Gt C,-Ĩ \֖׷w r$3ve>Uvr˹hu#ӏiB`Zj5hV]\b?ya ( 0_&py\ʐ!}p_aI,EoݧIM-EAĝ͸2[StBU~6 l9AJ|H"v(StmAz-i-H7#-.nDh(8*>mx]Ğ4Z w\H#MZ,pg3!2 WY\.#jȶ]H) Ӱ-"]PЯ:oH!L'[+j\W. o(%D r~1]=E{J!g6Npd4sXҕ*KIOߵCE Άz"x'f-8S8!p^-Y0$(J<27omcW9!v L(?ؗv"gY/Bُ(:w_2MV_7Ww3tiWߣ k\9eedl[q߰>71# Ja MGRDw|: 1cfkwSz/!٭Y sL_5dS2؝ox@l ls ;z[ؤEٍ7[د?,\yǪzNf,PeY}躽[ҊUpu3tnMANw qZԑíR€k}q(PѳɰI3j[F#hI@u]3X7K$]qܨ˄Tt-w};CS(}pUI`gctک̲ڔp‘TQ35!⸃W$!$<=:D'yazg0LJ7n)XGMz`e6)|EHnM{~k/gϧڅ .Vf<ڇ.G D{yzJ¨+F j=Z˞yE4wE`6A]_ Jыj5yT] >* 2@")FUESށD8K.o3SoX8vEZY LW _#.w[ D+2ՔPgH RgDc|g! W%#w}Vq@Mj5[Lg>I%ޘdՋfbngzzaЇ yQѳPPECÿa͒ZBJWy-=ӀKR(0'&j\kF^oZ >;RbQq qAi>?kUF+G||T.lOeTw|jו\{:#ㄫ}ό3ˣ5Y![#v`˥#rs/(HOp0A>{?#K{ Ute gf٦fB0shKmz ̹?Äj!Z[ejȡRT9>f9 ރ8YCAK:ƺٖ BM TA[Ѷ+I4)G! Ns5j}xU9M22}`0Pj%<7Jmܑᔰe8f4"SGA޸ ~tZBZKMl:*ywڲղ)p: ĐTB 4aN}k;r:?f'h=&W,ƒ+ʫk~-+ZrV9׋+4WGc nZB0 0WIP[Kޔ1Հץ$`{8 xLGw<]Nҽ@tb*_ M(ˏ4JJtnjNs#X9WϯVy՚G%( H5::fr}Ax͐XQL%^?PHjg$߯l SL!fݶ }UXFNNQ]kt!$ep/I rTv+ 8)EzǨW`#zz' Z-f*#LHBIw_E8P n ΩyY`% 0ZQ/Ҏ/ |`LeǿL:яr(OJNt_{{ݘ.r6sj a,B$25ތp/L-hB!# 5DW"ϗ{,\ݼԈ*:^ f}[+uc?"qh;-#x[lI~4,F8.аMX=ӨaWJlBC&0F jol΁F["n5L,1UlXBH5FhGGf' |:!߄Qm:q6OJۖȨREe4{]qGT9Y4:P#rǼ*yqP+X+[ۏܰGOCк̖=Iy4WړFYPReI=d¶nCTI =ρI$^HrtO5%p txmMLd@+-n]:{Y&<~cpp|(eN +a(R3U,C{r џ n0ܥ{֚)^oa9#B]W>/DnDlr: G4ey#,U PM2cd4i~cw*!`ߨJRsC>7kVw.<gkfA:2yGP1v{R! \8u10#aM}>mtRX_Jn/pOhST{( O)3 cu)p|'gx6U9$gGrZɈ_p|jg|l+U{7pvYGGO"Ac UJ;uq|o=03K$h_)䁀Gn;έ4'$jM0TF݅sMH@DPH8bWګ>T u^xU2wU0 x1` 1*gkO#_{I; ъ\C6~$9rB˃9M TC.HmiE؁hgKNy^Wt=͏ ڡj͋< C!yӮXLpœB뻡(R'̯ Ǖٵ]` sZ;8ݓ'l\*~ 1dq$drWKfes'KCzhK!BRsRs=nxfB#OOɿbtʅLoY_A| \C@yNŒl|\}fpy))djY.gPYn<ÏsȪQ.&ikE\- zY*99UL6!|$sA! `r0s{kWJwskƙ˝8dzCu__i΃FÔ%VlYc;X pi2fU'P@HIakM! |`6JpaAf:h1lBXXX0â*V (4Mvd@'{ԎT!eW1J:f" F?"ꈚꆤy3Th\Y+Wh ڊF?HK 48mvg5=-z7ٽ8*)vj7kn+o/e9bo50ԟ2ӳhJKFRTQKQ׿<ZFl ); ra1t2XB 6VY^ KpH`}/\8qqWdZ\L0)ػ͖94t^*mg1W;]$EUoޜ( ߬X.z ,~BplJIW2]zt:>Kb!:- r{{=9s31}\Aſi8 өHfu1*6i1INz{=ql 0OFRRM]ܠfP}}t{[vwehʪ;b#4xjw>wiMMFbX pՊx],h\ P}T"[JnhjذĖ#R@(ua/m QNqe3bty}p'3V?8!z8T=ҕ:G;犯z8|RbÏ%/[X)3z- ŗWڇwa`6UnA6P)ws)*9 +Es(ʃ*rNǾ"ĜcE<(h 󡮟B#hmS,QJ۠izdҢVNI`;38BF;Lduez( MNEeAU֓sUQˡ< %jc[{݂ '7L=) (ZZ+07ȡ()jT#g<Zݎ K܃Jթ!3CaԐ 31TP}id2m=ع%&`cPm{3H~-0i0hjgzZIpQu<>6")PZ__Cu&s!ς%5bGǭTi}{L(i2kb!5QB4ie@uH& "(>VS}o-Fh'-":@I<{tP/#M_eLnRRWm`RLHBf?䐎4ZD^1cr!'Sg]hlRge>]EQ1$;(SIՄ-YE>9,&$ek^P y IboTv)qQ7c TE_=. [O폷%cc*0"ʋ꠭!8UJompZIwZrbkP˜@$WfEb9eB?;KV97 w3Ɛ}*>STs•,_oVx3gN,l0P&Ҵx]fM <\G5mꊈz+Aˎ~yN،Útb~ewm_@FM@#`=O5I3iYz=J^^=s*'}y,zW4YZd.Ipwt<3Ea@$kB :#s;(BSme&tYZ^բ, ? >!bAp| ɜ)IY4Jlj;E=]V{|(}b"˚ ɿS6pk0B1L 0#:38d8̷݃ޘ'Fl6:(b*v7\+3p k.7#\N|?Lo#OB('258f)B۵=@ kj@՝OA]z (ON6ޠma;JV<6~M jP ~cmJ\`?( Ntgt\"LZVJ2L$.΅K X ?򖤟Ogj!SJ !Ym&u(xP cJ wI6 bb6١`' 2!`)[PM "h g1V!_%@ܪobgJ8qyW 0~LByuMA>/.5!/ bv{{\7ʅCXN oF/~1 yvQNTZ9B9B?1(DbֿA"+,,JnMah3NOR|Mw!ˍ7W OH%ʛ  )QIa,TCH@x.1Ƹ_'P :1ߏѨO) D6&9Z1;ey|KR8Y8; `>An$! 9Š8ڐhIL N-^R1 i+.=٢6E\qTNNBvP/Wp?К e]0.^ Kϧ`{nay;%)ͿKG~O棓xɃme&*8a 5YAF]ڹ%bݱ48}ѽzeM|z[$Ĥ3N J75yuDܒC dTO2;č|Wue]͐.)z $q;/6'ZǖXf@SH&Xvx#|=TUbxmѾ(9qt.,ɈK 7qۻDo{,]e%8ȯ<\­yQg ӽ7j#MVlJV_ .$aUdP6 #Z!Nѡj' ǖ*Uy,gn0_9,wpNmѸAm]c^4S3UN2_1C==rWicJp~o`yEm'FV5"r:R+iC݂Uja>^Es&j_[_rXZmNܡ*L4݊3 aPG7џqzpdϮo!}&*3u=QS1VmA641:_zeCpLg/P9 nݬȠeDDׄZ^[@㧈3EzE@JFI!~fٚ԰f/WϹM+w1qmxYbIOi +,UJD 5}&)ݮ7]EKoϪ e܁Ծ%&.J'rm-{Gz^}{҇#>G==(s8G\}է)3$GpNΤ a^ NkzZ+/$5q"+EMtdإ2re捂t_QG~!84Wߡep}n?h_a,ON–(HCGuƛ@;RsJ\V; Zf[rhm0pnmc0Tx%+& *ЏaT1ʸҺ:f;.j5IQ7CLiO/V11q>d0_(T/ /.&-4QXN~/7$&b;NSN'u?t>+I"nb@_΋"eaӏ`X q\ gMd;$>^ߙc xUOy U? M&~?Wg˗4dn;;tް^LX_:H[%/Ivdb+%(N@klfƖ[4 dHxt{fXAYFpb#7MK"2M& 7S{~t`cd^Qn,'hͪQxvxq7oոXC}sT-'ޢ$I%y?8\,j @1Ȱ '`OS>U76*{Z/ W9htsV$.3JPBKF# VpE>x%Ե^3\iޏL)`á$0ze$Aa3KC[džA8Jos!9T(cdHeozy=)JKaygl0WVZOhBPOnG#֮!!J5@!c! O]Gp4u-ZDRBKFJ2xnRp<ʷ>.Ԙ@+H}\%JO0L_@L&9KT727i+ s)p{\sasĩ&^[$𯲭m <(Jlo)vJ@}{z5.hVEK&/)X7]sy,Z5fU4Ǻ }sT49Na mNBV}{ܥIOZwz0s{KhS|Ϻgr1<x}q((i9NĦV4+<8(;SBgYYN[b&Ү-69n{)c&WrQ cϿk[Xοu%p\ Ti1NhCB6ǀ`ذ_sfcqDR;Exo|h_(W54xº٦~!Pv咑+ap` p!8Yr&`wVmGgJq-C;01JN L^ƭ 7IO3c5*TEov4EC;({:izUbO;0_JsuUO,Po:e2i(*ZhDRGdUavD/~.y[l Tm-ۉπbc`c 7".A]%KV܉ȂD} g^ւ3&}HNݿO'Cuw/B>U|;C3ԡbG\҂΋WYȯ: 3ԊXNhsg4IbǞzN!e).^^ JGII3<1KD3! O~f*I{OU 㲳; b+>_{HIʴ\hN>ٖ~@T Qu>̩T Xfl\VU%'DB 4wܺS'b5|ኺu$;A#V1bEDc,̭Q Z h+[!&VC%.)KxQ6w;r-ŷ7 YZ