Jan Ehrhardt wrote: > 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 Ah! Thanks. -- Christoph M. Becker -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php