[PHP] Re: PHP 4.2.1 install

2002-05-22 Thread Johan Ekström

If you've installed php as a module, set it to 0 if as a cgi, 1

Ryan Conover [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 What do I set cgi_redirect var in the php.ini if I install php 4.2.1 under
 win2k/iis5.

 Ryan Conover
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 http://www.pitt.edu/~rscst25/





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: W2K SP2, PHP 4.2.1, IIS 5

2002-05-22 Thread Johan Ekström

This is what you must do.

  Copy Part
^^

copy php4ts.dll to c:\winnt\system32\
copy php4sapi.dll to c:\winnt\system32\
if you want any extensions, copy them to to c:\winnt\system32\

  configuration part
^^^
 in php.ini
¨
edit doc_root like : c:/Inetpub/wwwroot
edit extension_dir like : c:/winnt/system32
then remove the ; infront of every extension you would like to have.

  now, in iis5.0

don't use it as a filter
use it as an script/executable in the home flick, where you set document/web
root.

add c:\winnt\system32\php4sapi.dll and, fileextension, ofcourse .php


i hope i make sence... good luck.

Joshua E Minnie [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hey all,
 I have a problem, that I can't seem to find the answer to.  I have
 checked the archives and the website, but to no avail.  I have installed
PHP
 4.2.1 on my local machine with IIS running W2K Pro.  When I run php -i, I
 get the html output expected.  But when I try to open the simple php
script

 ?php
   phpinfo();
 ?

 all I get is the script written directly to the browser as text.  I can't
 figure out why it is not going through php.exe.  Any help would be greatly
 appreciated.

 -josh





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Installing PHP 4.2.1

2002-05-20 Thread Johan Ekström

This is what you must do.

  Copy Part
^^

copy php4ts.dll to c:\winnt\system32\
copy php4sapi.dll to c:\winnt\system32\
if you want any extensions, copy them to to c:\winnt\system32\

  configuration part
^^^
 in php.ini
¨
edit doc_root like : c:/Inetpub/wwwroot
edit extension_dir like : c:/winnt/system32
then remove the ; infront of every extension you would like to have.

  now, in iis5.0

don't use it as a filter
use it as an script/executable in the home flick, where you set document/web
root.

add c:\winnt\system32\php4sapi.dll and, fileextension, ofcourse .php


i hope i make sence... good luck.



Ryan Conover [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am having trouble installing PHP 4.2.1 on Win2K/IIS5 as an ISAPI Module.
 I copied php.ini file with my config to the winnnt folder, and set the the
 app mappings and Isapi filters to C:\PHP\SAPI\php4isapi.dll, but the
module
 does not read any of the changes in the php.ini file.  How can I get
php.ini
 settings to be read?

 Ryan Conover
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 http://www.pitt.edu/~rscst25/





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Installing PHP 4.2.1

2002-05-20 Thread Johan Ekström

This is what you must do.

  Copy Part
^^

copy php4ts.dll to c:\winnt\system32\
copy php4sapi.dll to c:\winnt\system32\
if you want any extensions, copy them to to c:\winnt\system32\

  configuration part
^^^
 in php.ini
¨
edit doc_root like : c:/Inetpub/wwwroot
edit extension_dir like : c:/winnt/system32
then remove the ; infront of every extension you would like to have.

  now, in iis5.0

don't use it as a filter
use it as an script/executable in the home flick, where you set document/web
root.

add c:\winnt\system32\php4sapi.dll and, fileextension, ofcourse .php


i hope i make sence... good luck.



Ryan Conover [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am having trouble installing PHP 4.2.1 on Win2K/IIS5 as an ISAPI Module.
 I copied php.ini file with my config to the winnnt folder, and set the the
 app mappings and Isapi filters to C:\PHP\SAPI\php4isapi.dll, but the
module
 does not read any of the changes in the php.ini file.  How can I get
php.ini
 settings to be read?

 Ryan Conover
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 http://www.pitt.edu/~rscst25/





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP parsing XML from Shoutcast

2002-05-19 Thread Johan Ekström

Anyone that has knowledge about this program, regarding it's XML output and
php fetching that info and placing it on a php-page for user's to view?





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Shoutcast

2002-05-19 Thread Johan Ekström

Anyone that has knowledge about this program, regarding it's XML output and
php fetching that info and placing it on a php-page for user's to view?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php