php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #22587 extension_path feature
Submitted: 2003-03-07 04:58 UTC Modified: 2013-10-28 07:35 UTC
Votes:6
Avg. Score:3.7 ± 0.9
Reproduced:2 of 4 (50.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: dexter@php.net Assigned: krakjoe (profile)
Status: Closed Package: *General Issues
PHP Version: 5CVS-2003-03-07 (dev) OS: all
Private report: No CVE-ID: None
 [2003-03-07 04:58 UTC] dexter@php.net
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. 
 

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-28 07:35 UTC] krakjoe@php.net
-Status: Open +Status: Closed -Package: Feature/Change Request +Package: *General Issues -Assigned To: +Assigned To: krakjoe
 [2013-10-28 07:35 UTC] krakjoe@php.net
Modern php has extension_dir directive for shared libraries.

Closing bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Aug 17 19:01:28 2024 UTC