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
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
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