Actually, I finally got it to work with module. I had to put the iconv.dll
into the sapi folder, that's all. Also, I had to use:
LoadModule php5_module "c:/php/sapi/php4apache2.dll"

Not php4_module. Thanks Elizabeth Smith.

However, I seem to have misconfigured something. PHPinfo works but when I
run my phpBB, I just get blank page. Also, when I try my upload script, I
press the links and nothing happens:
<a href=$PHP_SELF?action=upload>Upload Files</a> <b>::</b>

Any ideas?


"Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello Azn,
>
> I tried PHP as an Apache module on W2K with Apache 2.0.46 & PHP 5.0.0
> Beta 1,  but didn't work.  You may need to install it as a CGI.  It works!
>
> Azn wrote:
> > Hi,
> > Can anyone get PHP5 beta to work on Apache 2.0.46? Heres what I'm doing:
> >
> > Extract PHP5 to C:\php
> > Put php4ts.dll into C:\WINDOWS\system32
> > Put php.ini-recommended into C:\WINDOWS, rename to php.ini
> >
> > Add to httpd.conf:
> >     LoadModule php4_module "c:/php/sapi/php4apache2.dll"
> >     AddType application/x-httpd-php .php
> >
> > Those are the same steps I followed for PHP4. However, when I run
Apache, I
> > get:
> >     Cannot load c:/php/sapi/php4apache2.dll into server: The specified
> > module could not be found.
> >
> > The file php4apache2.dll does exist in c:\php\sapi\.. Are there new
> > instructions for installing PHP5?
> >
> >
>



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

Reply via email to