php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43913 Installation - config file not recognized
Submitted: 2008-01-22 21:21 UTC Modified: 2008-08-22 18:21 UTC
Votes:4
Avg. Score:4.8 ± 0.4
Reproduced:3 of 3 (100.0%)
Same Version:3 (100.0%)
Same OS:2 (66.7%)
From: sshaver at ashland dot edu Assigned: jmertic (profile)
Status: Closed Package: Windows Installer
PHP Version: 5.2.5 OS: Windows 2003
Private report: No CVE-ID: None
 [2008-01-22 21:21 UTC] sshaver at ashland dot edu
Description:
------------
Download the windows installer, install with all defaults on windows 2003 server.

phpinfo() shows:
PHP Version 5.2.5
Build Date 	Nov 8 2007 23:18:08
Server API 	ISAPI
Virtual Directory Support 	enabled
Configuration File (php.ini) Path 	C:\WINDOWS
Loaded Configuration File 	(none)

After installation, I checked the windows env path and the PHP folder is present. I checked in IIS extension and had to correct this (as seen in other reported bugs) so that it contains "" around the php5isapi.dll path.  Reboot server, the phpinfo()  still shows NO loaded config file.

Absolutely everything is the default settings, I had to manually set the 

Expected result:
----------------
I expect that the config file will load,  and will in turn recognize my modules (which are not loading)

Actual result:
--------------
no config is loaded therefore no modules are loaded and none of my php.ini settings are taking affect

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-07 14:56 UTC] jmertic@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

For now, you can set the PHPRC environment variable to the path of your PHP installation.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC