Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58128 - CLI php.ini pointing at mod_php php.ini regression
Summary: CLI php.ini pointing at mod_php php.ini regression
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-23 15:48 UTC by cluon
Modified: 2004-07-27 00:50 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 cluon 2004-07-23 15:48:19 UTC
Duplicate of Bug #50908, but with PHP-4.3.8

/usr/bin/php <?php phpinfo(); ?> ggives me the php.ini from the apache2 module.




Reproducible: Always
Steps to Reproduce:
1. emerge mod_php, php
2.
3.

Actual Results:  
CLI PHP should use /etc/php/cli-php4/php.ini

Expected Results:  
CLI PHP uses /etc/php/apache2-php/php.ini
Comment 1 cluon 2004-07-23 16:04:16 UTC
This is apparently due to changes in the php.eclass and the php-sapi.eclass that don't force an update to the php packages themselves.   I remerged the php cli package, and all seems well.. is there any way of notifying users of version bumps in the eclass which fix bugs like this??