Re: [PHP-WIN] Re: php_curl.dll won't load, no error informationprovided (5.4.38)

[email protected] (Jan Ehrhardt) Thu, 26 Feb 2015 21:52:01 +0100
Newsgroups php.windows
Message-ID <[email protected]>
Christoph Becker in php.windows (Thu, 26 Feb 2015 16:21:50 +0100):
>FWIW: I never had a problem with a relative path for extension_dir on
>Win XP or 7.  Only for zend_extensions I have to explicitly uncomment
>the extension_dir, when I want to use a relative path there.

This changed from 5.4 to 5.5. PHP 5.4:

zend_extension=ext/php_opcache.dll
zend_extension=ext/php_xdebug.dll

PHP 5.5:

zend_extension=php_opcache.dll
zend_extension=php_xdebug.dll

Jan