Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347618 - Additional PHP .ini files not parsed
Summary: Additional PHP .ini files not parsed
Status: CLOSED DUPLICATE of bug 339547
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 major with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-30 05:52 EDT by Andy Pillip CLA
Modified: 2020-05-14 11:16 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Pillip CLA 2011-05-30 05:52:58 EDT
Build Identifier: 20110301-1815

On Linux systems with some packaging system (so all Linux systems) there often are several configuration files for one software, on Debian/Ubuntu mostly in conf.d directories.

Eclipse PDT doesn't take care of those so called additional .ini files.

This leads to modules being not loaded, and impossible debugging, since xDebug is also a module not being loaded.

A normal php -i on the command line gives:
Scan this dir for additional .ini files => /etc/php5/cli/conf.d

While the execution of phpinfo() from eclipse gives:
Additional .ini files parsed => (none)

There's two bugs mentioning this problem, but neither is really pointing out this problem: 324073 and 339547.

Reproducible: Always

Steps to Reproduce:
1. Create a new PHP executable without specifying a .ini file
2. Create a PHP file calling phpinfo();
3. Run or debug and check the output for ''Scan this dir for additional .ini files''

1. Run ''php -i | grep additional'' on command line
2. Compare the result
Comment 1 Jerico Dev CLA 2011-06-15 07:11:25 EDT
This is a duplicate of 339547, see the discussion there.
Comment 2 Dawid Pakula CLA 2014-02-17 01:28:30 EST

*** This bug has been marked as a duplicate of bug 339547 ***