From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      5CVS-2003-03-07 (dev)
PHP Bug Type:     Feature/Change Request
Bug description:  extension_path feature

I'd like to see "extension_path" setting which should be 
similar to "include_path" and works with shared libraries. 
 
Rationale: 
 
In OS with packaging system (i.e. Debian) could be three 
directories for system libraries: 
 
1. Libs which come with PHP package (/usr/lib/php4) 
2. Libs from PEAR installed by package manager 
(/usr/lib/pear or /usr/lib/pecl) 
3. Libs installed by hand by system administrator with 
'pear install' command (/usr/local/lib/pear) 
 
This schema is not possible with current PHP because there 
is only one directory for PHP modules. 
 
-- 
Edit bug report at http://bugs.php.net/?id=22587&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22587&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22587&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22587&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22587&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22587&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22587&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22587&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22587&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22587&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22587&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22587&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22587&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22587&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22587&r=gnused

Reply via email to