Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28245 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14356 invoked by uid 1010); 5 Mar 2007 16:14:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14340 invoked from network); 5 Mar 2007 16:14:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2007 16:14:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=edin@krug.dk; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=edin@krug.dk; 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:54544] helo=khaled.krug.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/4C-16561-1F14CE54 for ; Mon, 05 Mar 2007 11:14:42 -0500 Received: from latif.krug.dk (latif.krug.dk [90.184.100.94]) by khaled.krug.dk (Postfix) with ESMTP id 55BC4B40059; Mon, 5 Mar 2007 17:14:38 +0100 (CET) Received: by latif.krug.dk (Postfix, from userid 504) id 276A124600CD; Mon, 5 Mar 2007 17:14:38 +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.1 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 D208824600C8; Mon, 5 Mar 2007 17:14:37 +0100 (CET) Message-ID: <45EC41EE.5020909@krug.dk> Date: Mon, 05 Mar 2007 17:14:38 +0100 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Holografix CC: internals@lists.php.net, Marcus Boerger References: <25.E3.16561.1021CE54@pb1.pair.com> In-Reply-To: <25.E3.16561.1021CE54@pb1.pair.com> 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) 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 >