Re: [PHP-DEV] compiling own extension for php-5.1.1

2006-01-03 Thread Marco Glatz
Antony Dovgal <[EMAIL PROTECTED]> 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 app

Re: [PHP-DEV] compiling own extension for php-5.1.1

2006-01-03 Thread Antony Dovgal
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

[PHP-DEV] compiling own extension for php-5.1.1

2006-01-02 Thread Marco Glatz
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 then i tried to compile the minimal example from ext/skeleton, but same error :( this is my confi