Your message dated Mon, 28 Oct 2024 18:46:12 +0000 with message-id <[email protected]> and subject line Bug#1082174: Removed package(s) from unstable has caused the Debian Bug report #1004531, regarding php-net-ipv6: PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1004531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004531 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: php-net-ipv6 Version: 1.3.0b4-1.1 Severity: grave Tags: patch Justification: renders package unusable After the upgrade to PHP 8.1, this package has stopped working completely with errors like: --- PHP message: PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /usr/share/php/Net/IPv6.php on line 856 --- I think this patch should fix things up: --- /usr/share/php/Net/IPv6.php.old 2021-01-04 06:09:11.000000000 -0800 +++ /usr/share/php/Net/IPv6.php 2022-01-29 13:25:19.454536383 -0800 @@ -853,10 +853,10 @@ return array("", $ip); } - $ip{$pos} = '_'; + $ip[$pos] = '_'; $ipPart = explode('_', $ip); - if ($ip{$pos-1} === ":") { + if ($ip[$pos-1] === ":") { $ipPart[0] .= ":"; } -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.15.0-3-amd64 (SMP w/4 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages php-net-ipv6 depends on: ii php-common 2:92 php-net-ipv6 recommends no packages. php-net-ipv6 suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 1.3.0b4-1.1+rm Dear submitter, as the package php-net-ipv6 has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1082174 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

