Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112700 - Missing extensions in dev-lang/php
Summary: Missing extensions in dev-lang/php
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 06:48 UTC by Derek Downey
Modified: 2005-11-16 07:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Derek Downey 2005-11-16 06:48:23 UTC
Installing dev-lang/php5 with zip support (and other extensions) finishes
incomplete. 

The install goes fine, the extensions are placed in the correct place. However,
there is a folder in apache2-php5 called ext/

In there are *.ini files that set various extensions. However, in the php.ini
file, there is no way to get to these files. 

My fix: put the line 'Include /etc/php/apache2-php5/ext/*.ini' in the
apache2-php5/php.ini file.
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2005-11-16 07:14:52 UTC
Hi,

The .ini files in the ext/ directory are auto-loaded by PHP.  There is no need
to add an 'include' entry in the main php.ini file.

Best regards,
Stu