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.
--
Wbr,
Antony Dovgal