Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21367 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8635 invoked by uid 1010); 3 Jan 2006 11:13:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8620 invoked from network); 3 Jan 2006 11:13:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2006 11:13:01 -0000 X-Host-Fingerprint: 217.72.192.247 fmmailgate06.web.de Linux 2.6 Received: from ([217.72.192.247:40432] helo=fmmailgate06.web.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 06/50-34518-C3C5AB34 for ; Tue, 03 Jan 2006 06:13:01 -0500 Received: by fmmailgate06.web.de (8.12.10/8.12.10/webde Linux 0.7) with SMTP id k03BCudB024303 for ; Tue, 3 Jan 2006 12:12:56 +0100 Received: from [81.169.251.39] by freemailng5403.web.de with HTTP; Tue, 03 Jan 2006 12:12:55 +0100 Date: Tue, 03 Jan 2006 12:12:55 +0100 Message-ID: <278776540@web.de> MIME-Version: 1.0 To: internals@lists.php.net Organization: http://freemail.web.de/ Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] compiling own extension for php-5.1.1 From: marco-glatz@web.de (Marco Glatz) Antony Dovgal schrieb am 03.01.06 12:01:16: > > On 03.01.2006 06:26, Marco Glatz wrote: > > hello, > > > > i am trying to port a self-written extension from php-5.0.2 to php-5.1.1, if i try to load the extension i get an error: > > > > ext/php_webcontrol.dll doesn't appear to be a valid Zend extension > > You're using zend_extension=php_webcontrol.dll, while you should be using extension=php_webcontrol.dll instead. you mean in the php.ini? i am using extension=php_webcontrol.dll after wasting days with compiling php-5.1.1 without no success (always complains about missing _zval_copy_ctor) i installed offical win32-release 5.1.1, and now my dll works!? marco