unread
Antony Dovgal antony@zend.com schrieb am 03.01.06 12:01:16:
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