From:             ict at primus dot ca
Operating system: W2K
PHP version:      4.3.3
PHP Bug Type:     *Configuration Issues
Bug description:  php4isapi.dll path to win.ini doesn't load from current path.

Description:
------------
When using php4isapi.dll in IIS the php.ini path can't be specified. 

Details:
OS        Windows 2K
Version   PHP 4.3.3 ( complied VC++ V6.0 )
WServer   IIS 4.X
          Running each .DLL in seperate memory space.

Now this may be more of an issue, for us big server people.



Reproduce code:
---------------
Problem Outline: 
using: C:/client1/php4isapi.dll for /client1/web/index.php
using: C:/client2/php4isapi.dll for /client2/web/index.php
etc ...
They both use C:\winnt\php.ini

Expected result:
----------------
Should use:
using: C:/client1/php4isapi.dll for /client1/web/index.php
Useing C:/client1/php.ini
using: C:/client2/php4isapi.dll for /client2/web/index.php
Useing C:/client2/php.ini
etc...



Actual result:
--------------
Does use:
using: C:/client1/php4isapi.dll for /client1/web/index.php
Useing C:/winnt/php.ini
using: C:/client2/php4isapi.dll for /client2/web/index.php
Useing C:/winnt/php.ini
etc...


I've serched the net and your site, no luck in finding a way of running
serveral copy of the 'php.ini'. I run the sites now with NO .INI and it
works great!

 With no security in place :( 

Please take your time on this one. I might be a simple re-complile or a
complex solution. THX again!

From:
Deek Starr

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

Reply via email to