Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40023 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35295 invoked from network); 20 Aug 2008 20:26:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2008 20:26:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad 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:29348] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/75-06543-1ED7CA84 for ; Wed, 20 Aug 2008 16:26:09 -0400 Received: by rv-out-0506.google.com with SMTP id g37so599595rvb.23 for ; Wed, 20 Aug 2008 13:26:06 -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=jhTfrZmgUs7bf7jY/Gf0o/U/CGyxVzEwWqHlgYA+A/8=; b=uGWQUM33S31ZB/lb7DjYZ9iyXwTnOTB3Xs5la3klpcuMB2FiViSMQhKo3L7a03Y6C5 TgPetIaQ5aGTD7YOw/TVlPAvvxzTikYiG2/ldL0nN7ryTowJ2gdf0DEGG/vxnuYKyBvk gmUGPkql71qY473e38F3gXuj8MmKM4KEoTcCA= 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=BIybVe6t/HOd+0yVLvruOT703VyKs/jLS/p/RLTnV2ieHR+TXlaHqcNRluA3K0szda PQ5x3qy8J8IhluVecEJgSRr58au6Ayn4mt9ALFgmalBTyZCthrsRl3iNSEkgUfKIrqu+ nFsIwAevSDavwoPbLHAhc2zgU99f30fgj50wI= Received: by 10.141.156.11 with SMTP id i11mr302462rvo.1.1219263966710; Wed, 20 Aug 2008 13:26:06 -0700 (PDT) Received: by 10.141.185.2 with HTTP; Wed, 20 Aug 2008 13:26:06 -0700 (PDT) Message-ID: Date: Wed, 20 Aug 2008 22:26:06 +0200 To: "Ryan Panning" Cc: internals@lists.php.net In-Reply-To: <3C.04.51571.4D69BA84@pb1.pair.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> Subject: Re: [PHP-DEV] Unable to load Intl extension From: pierre.php@gmail.com ("Pierre Joye") hi Ryan, On Wed, Aug 20, 2008 at 6:00 AM, Ryan Panning wrote: > I am unable to load the Intl extension on Windows XP SP2 using Apache 2.2.8 > and the php apache module. I have tried everything I can think of and for > the life of me cannot get it to load. The Apache error log keeps spitting > out this error. > > 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? The ICU dlls were missing from the packages. The latest snapshots have them. My apologizes for not having catched this error, I had ICU installed system wide here (not the case anymore :). Thanks for testing and for your feedbacks! Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org