Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32256 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53192 invoked by uid 1010); 11 Sep 2007 15:18:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53175 invoked from network); 11 Sep 2007 15:18:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2007 15:18:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.23 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.23 relay3.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.23] ([212.55.154.23:46621] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B8/43-33962-CD1B6E64 for ; Tue, 11 Sep 2007 11:18:54 -0400 Received: (qmail 20443 invoked from network); 11 Sep 2007 15:18:48 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.210) by relay3 with SMTP; 11 Sep 2007 15:18:48 -0000 Received: (qmail 5049 invoked from network); 11 Sep 2007 15:18:35 -0000 X-AntiVirus: PTMail-AV 0.3-0.91.1 X-Virus-Status: Clean (0.00411 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.74.33]) (envelope-sender ) by mta15 (qmail-ldap-1.03) with SMTP for ; 11 Sep 2007 15:18:35 -0000 Message-ID: <002701c7f487$07408660$4001a8c0@pc07653> To: , "Michael Wallner" References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <4A.B0.28712.BE696E64@pb1.pair.com> Date: Tue, 11 Sep 2007 16:18:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: Re: [PHP-DEV] Re: PHP 5.3 Suggested Feature List From: nlopess@php.net ("Nuno Lopes") >> 12) Merge the GCC 4 -fvisibility patch > -1 (eventually make it a configure option first? PHP is a API mess) The patch is safe because otherwise PHP wouldn't work on windows (as windows doesn't export the symbols by default). Nuno