Register Globals?  $PHP_SELF would be null if you still have it set to 0 (I
believe).

Also, phpBB is designed for php 4, there may be some issues/coding problems
which prevent it being used in php 5. Then again, they could both be PHP 5
bugs...

Stephen

----- Original Message ----- 
From: "AzN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 30, 2003 8:19 PM
Subject: [PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1


> 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
>
>



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

Reply via email to