Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45819 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65165 invoked from network); 15 Oct 2009 08:51:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2009 08:51:47 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.220.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 209.85.220.225 mail-fx0-f225.google.com Received: from [209.85.220.225] ([209.85.220.225:44164] helo=mail-fx0-f225.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/55-31817-1A2E6DA4 for ; Thu, 15 Oct 2009 04:51:46 -0400 Received: by fxm25 with SMTP id 25so871263fxm.24 for ; Thu, 15 Oct 2009 01:51:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:from:date :message-id:subject:to:content-type; bh=P6pbXZXlAq+aSMh5lf4eZJx6y/mJ3YNybB7obwcTeZ4=; b=l16CtwDICEP6M1bbFCdQEFHVT9/B3PUbEd7gVJZg6sOqc7ZENTTliWBxYCgq+fUkf3 6a9fvZRSP+hSx2SRdOe9WBTDaNUxB9wsYpEI6s+ROszXiygY4jnETeHGwWPsTbFC7q16 MfjmX/FPSgq7BB5aDftz3Yma33mXbZpIUQdFc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; b=UMT5ILfvbG7qt79rgam9xr1mnWlAV/fpsaSqg+iRSlx8E0F+VQDd2PQavIuTjpGAC+ 639a9f7So6cGxtFODt4gJMiMS7x3vbnCBrJFtFs2Tbh6j70/aD5eexjR0DQtFKuAtP4r kkqThEAWspYQYyNfXwpSkTcmy9pc6QnlXskAQ= MIME-Version: 1.0 Received: by 10.223.4.86 with SMTP id 22mr2344082faq.65.1255596702066; Thu, 15 Oct 2009 01:51:42 -0700 (PDT) Reply-To: RQuadling@googlemail.com Date: Thu, 15 Oct 2009 09:50:01 +0100 Message-ID: <10845a340910150150q2bdfe4f0ie5f1c511e9a7a691@mail.gmail.com> To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Enchant From: rquadling@googlemail.com (Richard Quadling) Hi. Has this extension been changed to use differently named external libraries. Previously in V5.3.2-dev, php_enchant.dll was working with ... libglib-2.0.0-0.dll libgmodule-2.0-0.dll I've had to copy these to glib-2.dll gmodule-2.dll to get enchant to work again. What is odd, in looking through my dependency viewer... C:\PHP5\ext\PHP_ENCHANT.DLL requires C:\PHP5\PHP5.DLL and C:\PHP5\LIBENCHANT.DLL Nothing wrong so far. C:\PHP5\LIBENCHANT.DLL requires C:\PHP5\GLIB-2.DLL and C:\PHP5\GMODULE-2.DLL This is where the change has happened. BUT... C:\PHP5\GMODULE-2.DLL requires C:\PHP5\LIBGLIB-2.0-0.DLL So I've now got 2 identical versions of LIBGLIB-2.0-0.DLL loaded (via different names). As I'm on windows, I can't have a unix style link for the name. Renaming C:\PHP5\LIBGLIB-2.0-0.DLL to C:\PHP5\LIBGLIB-2.0-0.DLLORG generates the usual error regarding missing libraries. See http://pearl.slingfile.com/dl/78ce6dbf23973ba2c40a794a3e30f8b5/4ad6e20c/hd1/sf/uploads/image/223787/LibEnchant%20Issue.png for screenshot -- ----- Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : http://uk.zopa.com/member/RQuadling