Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40009 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81043 invoked from network); 20 Aug 2008 04:00:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2008 04:00:23 -0000 X-Host-Fingerprint: 68.112.148.14 68-112-148-14.dhcp.stcd.mn.charter.com Received: from [68.112.148.14] ([68.112.148.14:19581] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/04-51571-4D69BA84 for ; Wed, 20 Aug 2008 00:00:23 -0400 Message-ID: <3C.04.51571.4D69BA84@pb1.pair.com> To: internals@lists.php.net Date: Tue, 19 Aug 2008 23:00:16 -0500 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 68.112.148.14 Subject: Unable to load Intl extension From: rpanning@gmail.com (Ryan Panning) 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?