#30101 [Opn-Csd]: Win2k3 IIS6 PHP-5.0.1 Don't Load php.ini

2004-09-22 Thread cdelasaux at att dot net
 ID:   30101
 User updated by:  cdelasaux at att dot net
 Reported By:  cdelasaux at att dot net
-Status:   Open
+Status:   Closed
 Bug Type: IIS related
 Operating System: 2k3 Standard Server
 PHP Version:  5.0.1
 New Comment:

You MUST follow the manual selectively!!!
Setting the PHPRC in you system enviroment correctly and add in PATH
your PHP directory. Then add in .php extension for the Web Sites  and
in webservice extensions add the php5isapi.dll and set to allow. Edit
your ini file and make sure you have cgi.force_redirect = 0
and your Extension path correct

Thats it... No more!!!
If you need you can add php5isapi.dll to the filters and you may also
add activescript if you need them but are not required.


Previous Comments:


[2004-09-17 02:17:23] cdelasaux at att dot net

After attempting to switch back to the working configuration I was
unable to get php5isapi.dll to load.
Under ISAPI Filters for all websites in the IIS manager would show Red
Down arrow and say that it's not loaded.
 I reverted to php-4.3.8 and have it running no issues. 
I will try more on 5.0.1 later next week.
Cheers,
Cordel



[2004-09-16 05:41:23] cdelasaux at att dot net

Well going back to the working php turned out not to go so well. I
reverted back to the configuration that had worked and I can't get the
phpisapi.dll to load which in turn takes down IIS. I'll try again from
scratch and see if I can replicate it one more time.
Cheers,
Cordel



[2004-09-16 04:01:45] cdelasaux at att dot net

Description:

Using a fresh install of everything (:
*Win 2K3 standard server with Active dir enabled and PDC
*IIS6 installed and running
*PHP 5.0.1 installed and some what running.
I following the install doc I did and repeated every thing several
times (just in case I missed something).
I have php in c:\php and permisions to webusers, IIS, and users all set
to +RX.
The PHPRC environment variable does not appear to work.
PHPRC = C:\php

php.ini has:
include_path = .;c:\php\pear\
 extension_dir = c:\php\ext\
 cgi.force_redirect = 0

phpinfo() shows:
extension_dir C:\php5 
include_path .;C:\php5\pear 

http://corman.servebeer.com/info.php 

I set the value in Registry HKEY_LOCAL_MACHINE\SOFTWARE\PHP\ 
New-String Value
IniFilePath = C:\php

and I removed the system var PHPRC and The php.ini file loaded.
phpinfo() shows:
extension_dir C:\php
include_path .;C:\php\pear

 So went went back to trying setting the PHPRC variable again and
removed the registry entry. 
The php.ini would not load.

Cheers,
Cordel







-- 
Edit this bug report at http://bugs.php.net/?id=30101edit=1


#30101 [Opn]: Win2k3 IIS6 PHP-5.0.1 Don't Load php.ini

2004-09-16 Thread cdelasaux at att dot net
 ID:   30101
 User updated by:  cdelasaux at att dot net
 Reported By:  cdelasaux at att dot net
 Status:   Open
 Bug Type: IIS related
 Operating System: 2k3 Standard Server
 PHP Version:  5.0.1
 New Comment:

After attempting to switch back to the working configuration I was
unable to get php5isapi.dll to load.
Under ISAPI Filters for all websites in the IIS manager would show Red
Down arrow and say that it's not loaded.
 I reverted to php-4.3.8 and have it running no issues. 
I will try more on 5.0.1 later next week.
Cheers,
Cordel


Previous Comments:


[2004-09-16 05:41:23] cdelasaux at att dot net

Well going back to the working php turned out not to go so well. I
reverted back to the configuration that had worked and I can't get the
phpisapi.dll to load which in turn takes down IIS. I'll try again from
scratch and see if I can replicate it one more time.
Cheers,
Cordel



[2004-09-16 04:01:45] cdelasaux at att dot net

Description:

Using a fresh install of everything (:
*Win 2K3 standard server with Active dir enabled and PDC
*IIS6 installed and running
*PHP 5.0.1 installed and some what running.
I following the install doc I did and repeated every thing several
times (just in case I missed something).
I have php in c:\php and permisions to webusers, IIS, and users all set
to +RX.
The PHPRC environment variable does not appear to work.
PHPRC = C:\php

php.ini has:
include_path = .;c:\php\pear\
 extension_dir = c:\php\ext\
 cgi.force_redirect = 0

phpinfo() shows:
extension_dir C:\php5 
include_path .;C:\php5\pear 

http://corman.servebeer.com/info.php 

I set the value in Registry HKEY_LOCAL_MACHINE\SOFTWARE\PHP\ 
New-String Value
IniFilePath = C:\php

and I removed the system var PHPRC and The php.ini file loaded.
phpinfo() shows:
extension_dir C:\php
include_path .;C:\php\pear

 So went went back to trying setting the PHPRC variable again and
removed the registry entry. 
The php.ini would not load.

Cheers,
Cordel







-- 
Edit this bug report at http://bugs.php.net/?id=30101edit=1


#30101 [NEW]: Win2k3 IIS6 PHP-5.0.1 Don't Load php.ini

2004-09-15 Thread cdelasaux at att dot net
From: cdelasaux at att dot net
Operating system: 2k3 Standard Server
PHP version:  5.0.1
PHP Bug Type: IIS related
Bug description:  Win2k3 IIS6 PHP-5.0.1 Don't Load php.ini

Description:

Using a fresh install of everything (:
*Win 2K3 standard server with Active dir enabled and PDC
*IIS6 installed and running
*PHP 5.0.1 installed and some what running.
I following the install doc I did and repeated every thing several times
(just in case I missed something).
I have php in c:\php and permisions to webusers, IIS, and users all set to
+RX.
The PHPRC environment variable does not appear to work.
PHPRC = C:\php

php.ini has:
include_path = .;c:\php\pear\
 extension_dir = c:\php\ext\
 cgi.force_redirect = 0

phpinfo() shows:
extension_dir C:\php5 
include_path .;C:\php5\pear 

http://corman.servebeer.com/info.php 

I set the value in Registry HKEY_LOCAL_MACHINE\SOFTWARE\PHP\ 
New-String Value
IniFilePath = C:\php

and I removed the system var PHPRC and The php.ini file loaded.
phpinfo() shows:
extension_dir C:\php
include_path .;C:\php\pear

 So went went back to trying setting the PHPRC variable again and removed
the registry entry. 
The php.ini would not load.

Cheers,
Cordel



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


#30101 [Opn]: Win2k3 IIS6 PHP-5.0.1 Don't Load php.ini

2004-09-15 Thread cdelasaux at att dot net
 ID:   30101
 User updated by:  cdelasaux at att dot net
 Reported By:  cdelasaux at att dot net
 Status:   Open
 Bug Type: IIS related
 Operating System: 2k3 Standard Server
 PHP Version:  5.0.1
 New Comment:

Well going back to the working php turned out not to go so well. I
reverted back to the configuration that had worked and I can't get the
phpisapi.dll to load which in turn takes down IIS. I'll try again from
scratch and see if I can replicate it one more time.
Cheers,
Cordel


Previous Comments:


[2004-09-16 04:01:45] cdelasaux at att dot net

Description:

Using a fresh install of everything (:
*Win 2K3 standard server with Active dir enabled and PDC
*IIS6 installed and running
*PHP 5.0.1 installed and some what running.
I following the install doc I did and repeated every thing several
times (just in case I missed something).
I have php in c:\php and permisions to webusers, IIS, and users all set
to +RX.
The PHPRC environment variable does not appear to work.
PHPRC = C:\php

php.ini has:
include_path = .;c:\php\pear\
 extension_dir = c:\php\ext\
 cgi.force_redirect = 0

phpinfo() shows:
extension_dir C:\php5 
include_path .;C:\php5\pear 

http://corman.servebeer.com/info.php 

I set the value in Registry HKEY_LOCAL_MACHINE\SOFTWARE\PHP\ 
New-String Value
IniFilePath = C:\php

and I removed the system var PHPRC and The php.ini file loaded.
phpinfo() shows:
extension_dir C:\php
include_path .;C:\php\pear

 So went went back to trying setting the PHPRC variable again and
removed the registry entry. 
The php.ini would not load.

Cheers,
Cordel







-- 
Edit this bug report at http://bugs.php.net/?id=30101edit=1