Re: Re: php_curl.dll won't load, no error informationprovided (5.4.38)

Jan Ehrhardt <[email protected]> Thu, 26 Feb 2015 21:52:01 +0100
Newsgroups gmane.comp.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

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php