Yuri Kanivetsky wrote: > Was there some change in the way zend extensions are handled? Is it > governed by some configure options? Can I find out what options were > specified when building the package? Where am I supposed to put them for > php-5.4 or older? Should I specify full path? As of PHP 5.5.0 it is possible to specify a relative path (relative to the specified extension_dir) for the ini settings zend_extension, e.g. only the basename of the .so is allowed. For older versions you have to specify an absolute path. See also <https://bugs.php.net/bug.php?id=67388>. -- Christoph M. Becker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php