Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28188 invoked by uid 1010); 12 Aug 2005 17:28:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28172 invoked from network); 12 Aug 2005 17:28:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2005 17:28:09 -0000 X-Host-Fingerprint: 212.55.154.21 relay1.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.21:50206] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2B/54-33075-82CDCF24 for ; Fri, 12 Aug 2005 13:28:09 -0400 Received: (qmail 16173 invoked from network); 12 Aug 2005 17:28:04 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.206) by relay1 with SMTP; 12 Aug 2005 17:28:04 -0000 Received: (qmail 24349 invoked from network); 12 Aug 2005 17:28:04 -0000 X-AntiVirus: PTMail-AV 0.3-0.86.2 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.157.27]) (envelope-sender ) by mta11 (qmail-ldap-1.03) with SMTP for ; 12 Aug 2005 17:28:04 -0000 Message-ID: <00dd01c59f63$36397100$0100a8c0@pc07653> To: "Andrei Zmievski" Cc: "PHP Developers Mailing List" References: <009301c59f59$38e51490$0100a8c0@pc07653> <3e4a66484162f23f4737fb3b78d9fe36@gravitonic.com> Date: Fri, 12 Aug 2005 18:28:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response 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: Re: [PHP-DEV] How to get started with Unicode From: nlopess@php.net ("Nuno Lopes") It doesn't output so many errors as before, but still fails: "undefined reference to 'zend_ustrdup'" Nuno ----- Original Message ----- > Should be fixed now. > > -Andrei > > On Aug 12, 2005, at 9:16 AM, Nuno Lopes wrote: > >> Just a note to tell you that the build is broken when configured with >> '--disable-zend-memory-manager'. >> Thats because you forgot to add the eumaloc() and friends in the else >> part of USE_ZEND_MALLOC (zend_alloc.h). >> >> Nuno