Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73253 invoked from network); 6 Mar 2009 00:54:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2009 00:54:40 -0000 Authentication-Results: pb1.pair.com header.from=dpatterson@dplhenterprises.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dpatterson@dplhenterprises.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain dplhenterprises.com from 208.43.136.66 cause and error) X-PHP-List-Original-Sender: dpatterson@dplhenterprises.com X-Host-Fingerprint: 208.43.136.66 208.43.136.66-static.reverse.softlayer.com Windows 2000 SP4, XP SP1 Received: from [208.43.136.66] ([208.43.136.66:2450] helo=dplhenterprises.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/16-42068-F4470B94 for ; Thu, 05 Mar 2009 19:54:40 -0500 Received: from GeneralVM ([68.5.77.14]) by dplhenterprises.com with MailEnable ESMTP; Thu, 05 Mar 2009 16:54:39 -0800 To: Date: Thu, 5 Mar 2009 16:54:54 -0800 Organization: DPLH Enterprises Message-ID: <311DE285A2C24C23ABA0C0672A4F177E@dmp.home> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004C_01C99DB3.1B9EAB60" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6838 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acmd9il+jgE6GmUhRTubblu1eN6pBQ== Subject: Bogus load error for my extension From: dpatterson@dplhenterprises.com ("David M. Patterson") ------=_NextPart_000_004C_01C99DB3.1B9EAB60 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I'm having a curious problem with my extension. I just moved to PHP 5.3-200903031530, made various changes as appropriate and successfully built it. Running php -i generates the expected output, including all of the stuff from my extension. The odd thing is that PHP always reports: PHP Warning: PHP Startup: Unable to load dynamic library './Debug_TS\php_dplhlib' - The specified module could not be found. This seems particularly odd to me since it's built statically (and runs). Ideas? Thanks! ------=_NextPart_000_004C_01C99DB3.1B9EAB60--