[PHP-DEV] PHP 4.0 Bug #8295 Updated: absolute path in extension= directive in php.ini not recognized From: bjoern <email protected>
Date: 12/24/00

ID: 8295
User Update by: bjoern <email protected>
Status: Open
Bug Type: *Configuration Issues
Description: absolute path in extension= directive in php.ini not recognized

Has it been fixed already now in CVS? (Can't test it at the moment)

Previous Comments:
---------------------------------------------------------------------------

[2000-12-16 12:18:42] bjoern <email protected>
Hi,

we had our extension fastsearch.so in /etc/httpd and in /usr/local/lib/php.ini
the following directive:

extension=/etc/httpd/fastsearch.so

PHP failed in loading this extension because it searched in:

/usr/local/lib/php/extensions/no-debug-zts-BUILDDATE//etc/httpd/fastsearch.so

As a workaround, I made a symlink, but I wonder why PHP doesn't accept extensions having in another path than /usr/local/lib/php/extension/... ?

TIA, Björn.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8295

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>