From:             nickh at supportteam dot net
Operating system: Windows Server 2003
PHP version:      4.3.3
PHP Bug Type:     IIS related
Bug description:  php.ini location in phpinfo() is not where the php4sapi.dll looks 
for it

Description:
------------
Under Windows Server 2003 when I run a phpinfo() it says the Configuration
File Path is C:\WINDOWS.  I was having trouble with the sessions path and
when running a filemon capture (sysinternals filemon) I saw it was
auctually looking for the ini in C:\Windows\system32\inetsrv.  Placing the
ini there fixed the problem.  It appears that the ISAPI version of PHP4 
.3.3 says the INI should be in one place but it looks for it elsewhere.  I
have tested this on 4 different Windows Server 2003 Standard servers that
we have and it's the same on all 3.

Reproduce code:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A

-- 
Edit bug report at http://bugs.php.net/?id=26125&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26125&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26125&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26125&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26125&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26125&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26125&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26125&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26125&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26125&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26125&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26125&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26125&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26125&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26125&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26125&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26125&r=float

Reply via email to