Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28260 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37361 invoked by uid 1010); 6 Mar 2007 00:22:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37346 invoked from network); 6 Mar 2007 00:22:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2007 00:22:21 -0000 Authentication-Results: pb1.pair.com header.from=edin@krug.dk; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=edin@krug.dk; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain krug.dk from 82.103.137.104 cause and error) X-PHP-List-Original-Sender: edin@krug.dk X-Host-Fingerprint: 82.103.137.104 khaled.krug.dk Received: from [82.103.137.104] ([82.103.137.104:47916] helo=khaled.krug.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/3B-16561-B34BCE54 for ; Mon, 05 Mar 2007 19:22:21 -0500 Received: from latif.krug.dk (latif.krug.dk [90.184.100.94]) by khaled.krug.dk (Postfix) with ESMTP id 52BE4B40059; Tue, 6 Mar 2007 01:22:17 +0100 (CET) Received: by latif.krug.dk (Postfix, from userid 504) id 26CFB24600CC; Tue, 6 Mar 2007 01:22:17 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on latif.krug.dk X-Spam-Level: X-Spam-Status: No, score=-4.2 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Detected: no Received: from [10.0.0.5] (blaster.intra.krug.dk [10.0.0.5]) by latif.krug.dk (Postfix) with ESMTP id CE8D12460092; Tue, 6 Mar 2007 01:22:16 +0100 (CET) Message-ID: <45ECB43A.4040509@krug.dk> Date: Tue, 06 Mar 2007 01:22:18 +0100 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Marcus Boerger CC: Holografix , internals@lists.php.net References: <25.E3.16561.1021CE54@pb1.pair.com> <45EC41EE.5020909@krug.dk> <288854478.20070305200833@marcus-boerger.de> In-Reply-To: <288854478.20070305200833@marcus-boerger.de> X-Enigmail-Version: 0.94.1.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] php_mbstring.dll not found in latest snapshots From: edin@krug.dk (Edin Kadribasic) Hey Marcus, Yes, there is _snprintf, but macro isn't there. You'd have to define it in the files you modifed, Edin Marcus Boerger wrote: > Hello Edin, > > isn't there _snprintf along with a macro #define snprintf _snprintf? > Not that it is exactly the same but it would work there. > > best regards > marcus > > Monday, March 5, 2007, 5:14:38 PM, you wrote: > >> Hi, > >> An undesired change has sneaked into ext/mbstring/oniguruma. > >> Marcus I think these snprintf changes should be reverted as this is an >> external library and PHP includes are not used in there meaning among >> other thing snprintf is not available on windows. > >> Edin > > >> Holografix wrote: >>> Hello, >>> >>> is there any problem with this dll? It is not found in /ext in latest >>> snapshots. >>> >>> best regards >>> > > > > Best regards, > Marcus >