Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67144 invoked by uid 1010); 16 Aug 2007 14:08:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67128 invoked from network); 16 Aug 2007 14:08:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2007 14:08:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 64.233.184.226 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.226] ([64.233.184.226:14300] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/20-64681-05A54C64 for ; Thu, 16 Aug 2007 10:08:17 -0400 Received: by wr-out-0506.google.com with SMTP id 58so198613wri for ; Thu, 16 Aug 2007 07:08:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=snrmkiWgdLWXW3rJB1kzEmbxLZmbglzVZH+2bkroQO6OPkfrM6dJdIp2q6WPLy7tPphG5kDFptlj/HIZREMNqQHkd5CliFahe5KucyX+R8yBDYOEb0OGm5ycFvt7FkkQ1EP/aTiBh98azp887hWQ9GhPJ1zhEXNv2T8ISUDwwvE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kBEzYpVDcxnO1K8YqzP9+ZYwdDwFlLhKoCiWKmPpuIS+zIUYdNmG/qOpJMZ49ZxpAkeYiYhY9t1HJypURiIL6ArPwhoAAUaSpSoFJF6yHHJ4gJJim4qBmQ6vdC3404XSvRVW4sYGnIO4HaY8ezS+4M/ayMIVfhWEiE2Hrs5E+bg= Received: by 10.90.105.20 with SMTP id d20mr2586428agc.1187273292774; Thu, 16 Aug 2007 07:08:12 -0700 (PDT) Received: by 10.100.111.5 with HTTP; Thu, 16 Aug 2007 07:08:12 -0700 (PDT) Message-ID: Date: Thu, 16 Aug 2007 18:08:12 +0400 To: BuildSmart Cc: internals@lists.php.net In-Reply-To: <153371E8-FE64-4C88-B3F9-2A3F0EF4D052@daleenterprise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <153371E8-FE64-4C88-B3F9-2A3F0EF4D052@daleenterprise.com> Subject: Re: [PHP-DEV] Issues with custom extension. From: indeyets@gmail.com ("Alexey Zakhlestin") 1) did you try to hook into your extension with debugger? 2) is your extension open-source (I mean: can you show the actual source-code?) 3) do you develop your extension with both zts and debug modes enabled? On 8/16/07, BuildSmart wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I wrote an extension/module (quite some time ago) for PHP4, for the > last year or so (on and off) I've been rewriting it for PHP5. > > Under PHP4 it works properly as an embedded extension or a loadable > module. > > Under PHP5 it only appears to work properly as an embedded extension > but when it's a loadable module it fails to work properly. > > What I mean by 'fails to work' properly is that it doesn't perform > the tasks it's supposed to perform. > > I realize that this is not very explanatory and I really don't know > how else to explain it. > > Since I don't know what the problem is or where to begin I was hoping > I could find some kind soul with a little time could assist me in > resolving this problem. > > - -- Dale > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2.2 (Darwin) > > iD8DBQFGxFMp0hzWbkf0eKgRAoEsAKCn0XM4NEuo2vZQUciZEZ/t8KfCfwCfb4jE > hCttSqcjFpXG/oYB4V+t8oY= > =2XmB > -----END PGP SIGNATURE----- > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Alexey Zakhlestin http://blog.milkfarmsoft.com/