Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15246 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83550 invoked by uid 1010); 4 Mar 2005 00:16:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83535 invoked from network); 4 Mar 2005 00:16:20 -0000 Received: from unknown (HELO daleenterprise.com) (127.0.0.1) by localhost with SMTP; 4 Mar 2005 00:16:20 -0000 X-Host-Fingerprint: 67.78.11.230 relay.daleenterprise.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (1) Received: from ([67.78.11.230:54470] helo=daleenterprise.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id AB/53-12104-3D8A7224 for ; Thu, 03 Mar 2005 19:16:19 -0500 Received: from mail.daleenterprise.com (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id 2A9A85FD37E for ; Thu, 3 Mar 2005 19:16:15 -0500 (EST) Received: from daleenterprise.com ([127.0.0.1]) by mail.daleenterprise.com (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11897-12 for ; Thu, 3 Mar 2005 19:16:14 -0500 (EST) Received: from [10.1.100.21] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id 011695FD36F for ; Thu, 3 Mar 2005 19:16:12 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-ID: <40fea0e63860b0b70fb95c7a49155f51@daleenterprise.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: PHPdev List Date: Thu, 3 Mar 2005 19:16:08 -0500 X-Mailer: Apple Mail (2.619.2) MTA-Interface: amavisd-new-2.2.1 (2004-12-22) at daleenterprise.com X-Spam-Scanned: using SpamAssassin at daleenterprise.com X-Virus-Scanned: using ClamAV at daleenterprise.com Subject: programming assistance regarding an extension required From: info@daleenterprise.com (D . Walsh) I'm hoping that someone with superior debugging skills can assist me with an issue I'm having with an extension. I'll briefly outline the issue in the hopes you have some idea what the problem may be or at the very least find the challenge appealing. I've been working on a rewrite of a module that did not work on many platforms, I have since made great progress to the point where the module now appears to work on all platforms it has been tested on during the initial tests as the module is built as a shared extension. The next test was to embed the extension into PHP, while this did work on some platforms (RH9), the module stopped functioning properly on many others, I have made no changes to the code in any way other than when configuring PHP, the configure option was been changed from "--enable-module=shared" to "--enable-module". I have tested all of the conditional flags in case this might be the problem but it does not appear to be the cause. Anyone having some time who can devote to helping me solve this issue would be appreciated and possibly compensated for the time spent solving this issue but I cannot guarantee or make any promises regarding compensation at this time. If you're interested, please feel free to contact me. -- Dale