Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68101 invoked by uid 1010); 30 Dec 2005 13:40:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68086 invoked from network); 30 Dec 2005 13:40:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2005 13:40:32 -0000 X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.22:55803] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 74/B7-08921-FC835B34 for ; Fri, 30 Dec 2005 08:40:32 -0500 Received: (qmail 23565 invoked by uid 0); 30 Dec 2005 13:40:27 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.206) by relay2 with SMTP; 30 Dec 2005 13:40:27 -0000 Received: (qmail 1011 invoked from network); 30 Dec 2005 13:40:28 -0000 X-AntiVirus: PTMail-AV 0.3.87.1 X-Virus-Status: Clean (0.00299 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.154.6]) (envelope-sender ) by mta11 (qmail-ldap-1.03) with SMTP for ; 30 Dec 2005 13:40:28 -0000 Message-ID: <006001c60d46$996df5b0$0100a8c0@pc07653> To: "PHPdev" Cc: Date: Fri, 30 Dec 2005 13:40:29 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: solaris iconv patch From: nlopess@php.net ("Nuno Lopes") Hi, I've made a little patch to fix iconv extension build problems on Solaris. The trick is to define LIBICONV_PLUG before loading the iconv.h header (so that is doens't define iconv* stuff as libiconv*). Patch: http://mega.ist.utl.pt/~ncpl/php_iconv_solaris.txt Nuno P.S.: there was some bug report about this, but I couldn't found the id