Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126579 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 720F51A00BC for ; Wed, 5 Mar 2025 12:52:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1741179023; bh=F06oECRPMFAA8YPgNPP7kqNfc+Uf8RvAzZtQORto+Ws=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eYwNDyhNA8B6ctokWwnMj3G2AW+VEiRSm4FNEDJN1R2L9gWAODbu3uvy2BjMJV6Au M3YPACS6wszGY3tpzaY2ZH+JaJwkHIP9GqdrwxZ8LbUVHmE3jN3Ram2nCSm9ujJH1h uJcvCbEMfaIONtDcxaWuPgtSsVfMMouvxtN+fdwKQlFP9Pj+k187Jk+d/Iz18b0DQ2 UDGHmktCq5pG1A12TAkAKcDfel8kyEfrRdnznBXhixLBY8wLbuwk7lJP6HuFLTY7wi y+mnm/Xp2Baqa4ZxU1AZAAGhi4cms6X5vXPnf9YCxYNIXsIVFqheAZUiDOvhKKldjX Kpm/C4ja/AUbw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 479C6180050 for ; Wed, 5 Mar 2025 12:50:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 5 Mar 2025 12:50:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1741179175; bh=la2IyiveGLPP2n/fzDIzK3i40GFC4NuEuUrxGsSxS9U=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=GlSgDn0Fx9wjnF4ciez4k7aSwlqO6FuXUEefSaf2Hnztd3Zhni833LRqyg29oBl1D DKNXLGRDfuxe9CMm73YW3T6yjDBt5qPURiwkpB1qLNXi9lGzwtFD0m0XUmF2X2u0ib 3YdU3tdiCspjsMi5AIDk6cNvrZS+kPiYW9oV8jopn/YYHsNFxEo2Mq/QwxcbNnu/VO pdbRXbyzb9/A2gYm87C+eHjxsAjfKubIaNEX6VbvZnkin0NQfFbkviAQye1CxWVxNh w/oJUHgkZos3y9/CHjP4lR9l/NBpd4Am00grhxRZOR0wxVA8KRZHyu3vU8qTJ9ID1x ZRDIVcD8WXHHQ== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 05 Mar 2025 13:52:55 +0100 To: David CARLIER Cc: "Gina P. Banyard" , Jakub Zelenka , PHP internals Subject: Re: [PHP-DEV] PHP socket ethernet support - step 2 In-Reply-To: References: <10f99b41-4124-485f-ac64-1df1498c8a43@bastelstu.be> Message-ID: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2025-03-05 13:11, schrieb David CARLIER: >> And what is the >> payload object, is that just stdClass? >> > > Not really it's supposed to be one of the new classes. Okay, please check if you can find a more appropriate type in the stub then. `?object` is awfully generic (and thus useless to the user). Best regards Tim Düsterhus