Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114046 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 82169 invoked from network); 13 Apr 2021 08:13:01 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 13 Apr 2021 08:13:01 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EA67E1804DA for ; Tue, 13 Apr 2021 01:13:44 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from sirabella.org (sirabella.org [207.246.81.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 13 Apr 2021 01:13:44 -0700 (PDT) Date: Tue, 13 Apr 2021 01:13:41 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sirabella.org; s=mail; t=1618301622; bh=ZKc+9AiqLGzYH+8b8Hl38oBlQuIMo1fdDP0kjVKg+lU=; h=Date:From:To:Subject:References:In-Reply-To; b=Vde7oqi7sHYPNFsRF2c3iyWiKf0uFpCJvD8A4NEntHWhFhsWxUAnpRFQPpCn9RzDL Y9HXNb+C9cVVeVM9Np93HL0Xnk297vzR1CegJwlhPKYvINSXLqprr5g0EpoGzMpOea nkXgGXrIJbSoeQxE1hIAuHFFWFXAIxqEA9ssw3a8= To: PHP internals Message-ID: <20210413081341.qa7zv52azlxbchyl@Ridl3y> OpenPGP: id=814C92678D24FC4AA24366ED4CDC0A30858D94F0 url="http://hkps.pool.sks-keyservers.net/pks/lookup?op=get&search=0x4CDC0A30858D94F0" preference=SignEncrypt References: <20210412182122.w25ddlzifttqvok3@Ridl3y> MIME-Version: 1.0 Content-Type: text/markdown; charset=us-ascii; variant=pandoc Content-Disposition: inline In-Reply-To: <20210412182122.w25ddlzifttqvok3@Ridl3y> Subject: Re: Using timelib functions shipped with headers From: marco@sirabella.org (Marco Sirabella) > ``` > $ readelf -Ws /usr/lib64/php8.0/lib64/libphp.so | grep timelib # nothing > ``` Just a follow up to this, seems to be Gentoo specific. Somewhere down the line certain symbols are being removed. Going to resolve this with downstream. Sorry! -- Marco Sirabella