Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40024 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36367 invoked from network); 20 Aug 2008 20:27:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2008 20:27:06 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.239 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.239 rv-out-0506.google.com Received: from [209.85.198.239] ([209.85.198.239:29442] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/B5-06543-91E7CA84 for ; Wed, 20 Aug 2008 16:27:05 -0400 Received: by rv-out-0506.google.com with SMTP id g37so599916rvb.23 for ; Wed, 20 Aug 2008 13:27:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WQsMZz+H7m/NW+hzL053LXQSRZmvY9cCT+I5yGulK28=; b=vZ7Ko6qJvv3w3DRjr6AO92ChcStknSTFSWf/agamAemGiSrdPxRC1pi7Y0b+lUHD+A iZT68xnPzoeA6Bb2wdtQ4vKzNoIsifT4wNvUWm93R/DqGQjEhxLyptxgk5Bow1FeSB3G W/2G0iUhgt0LK85YGpAdqjluAA3veZTsG7oc4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uVq1wlIQznjNW1NoOdZK9hNs/ccFm+bFRaOsCQFQ4QjCNemgid4bLEvs/1rnw0Mxf3 yZTvbM1Y6/CIoqzI0cb/ZSVpfkLqh7U7MaN4tvUOvPSa5bzOrqWjbJGIXOuXKz6dc7WU vLthVj2ep528r4J6djdXPrVFqTjG7PMSfENN0= Received: by 10.141.13.16 with SMTP id q16mr299559rvi.99.1219264022764; Wed, 20 Aug 2008 13:27:02 -0700 (PDT) Received: by 10.141.185.2 with HTTP; Wed, 20 Aug 2008 13:27:02 -0700 (PDT) Message-ID: Date: Wed, 20 Aug 2008 22:27:02 +0200 To: "Stanislav Malyshev" Cc: "Ryan Panning" , internals@lists.php.net In-Reply-To: <48AC57DF.9070607@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3C.04.51571.4D69BA84@pb1.pair.com> <48AC57DF.9070607@zend.com> Subject: Re: [PHP-DEV] Unable to load Intl extension From: pierre.php@gmail.com ("Pierre Joye") hi Stan, On Wed, Aug 20, 2008 at 7:43 PM, Stanislav Malyshev wrote: > Hi! > >> PHP Warning: PHP Startup: Unable to load dynamic library >> 'C:/PHP53/ext/php_intl.dll' - The specified module could not be found.\r\n >> in Unknown on line 0 >> >> I am 100% sure that the dll IS located there and is readable by >> PHP/Apache. Other extensions are loaded from that directory as well. The >> php_intl.dll must be compiled as it's 112 KB. Ideas? > > You might be missing ICU DLLs, try downloading them from > http://www.icu-project.org/ Please don't, they are not compatible (not with snaps or the VC9 builds). ICU 4.x may be compatible with VC9 but not 3.x. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org