From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0665915812D for ; Thu, 02 Jan 2025 23:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96B53E0883; Thu, 02 Jan 2025 23:00:44 +0000 (UTC) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [IPv6:2001:67c:2050:0:465::101]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFCADE070D for ; Thu, 02 Jan 2025 23:00:43 +0000 (UTC) Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4YPMck534Sz9shj for ; Fri, 3 Jan 2025 00:00:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1735858838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=D9UkFX7rq0rJrkpqhmDdPbMHSEUD7EeUhTV6kTlsY+c=; b=u8l3jBsz5D/XF40iPSe/DVJODKo8W2FH0u7KtMFH0csMLbcZxKdcIoXKtgksKlpcvvMrAr b2JjL3rN5vNVCLNK6TZ63Avpnk2ZRVIJjQlmqbDJ4BbzGYH/4zoU1D1k2ZIeBikx/KEF1B FG+OzHnQ8KkbR9ux8QLIz/WyCCZyMYoDFUy29IBVsnL4bUgsKEigh1ZUxEss58VoMGy13n oQJTzHLnNxxe/0BZz1aEOtZ5KPqfQfnOyoWuVzqLncyRppGFP5WylEjRavRBRduaW4d6Rs SGSYlWap8k3l5J9GrdClOzKqvnxYQbSePCDN+NEjbEowUQPtPdljkxGyFWTddw== Date: Fri, 3 Jan 2025 00:00:38 +0100 (CET) From: Ro Bra To: gentoo-user@lists.gentoo.org Message-ID: <603224528.218227.1735858838068@office.mailbox.org> In-Reply-To: References: <673fdadaaa7de7e12ac8d0f4c3443b18c0751ecc.camel@connell.tech> <58bbb33e-8a76-9634-0ceb-dd2520d9cd13@hanft.de> Subject: Re: [gentoo-user] Strange behaviour of iptables Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 Importance: Normal X-MBO-RS-ID: 94f143c23470c5d26b6 X-MBO-RS-META: tpi47zy9mg9z816a4awgcp88io48gr54 X-Archives-Salt: 7db1d5f2-111b-4254-8f50-9d93495193cc X-Archives-Hash: 9c66b58b9bca9b3338c9507fcb81b210 ????????????????????????????25 20:25 CET geschrieben: >=20 > =20 > On Thu, 2025-01-02 at 09:13 +0100, Matthias Hanft wrote: > > Your "foo.php" does run here, too.=C2=A0 I wonder what's the difference= ?! > > PHP is 8.2.24. >=20 > Same PHP version here. >=20 > > The only difference is that my "exec" is in a class method in a PHP > > file which is included by "require_once".=C2=A0 And it has worked for > > years... >=20 > Can you paste your exec method? I've never tried overriding > (overloading?) a built-in method in this way, I'm a little surprised it > works as well as you say. Then again I've always used shell_exec so...