Re: php can't find zend extensions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux