Pagina 1 van 1

WAMP+phpBB compatabiliteit

Geplaatst: 06 sep 2007, 16:08
door topaz
Met het lanceering (albeit als RC) van phpBB3 is de compatabiliteit tussen the stukken van de ketting
(Windows) - Apache - PHP - MySQL - phpBB nog belangerijker.
bv Ik heb ondekt dat de naam van het Windows executable van Apache is veranderd van apache.exe te httpd.exe, ergens rond apache 2.1.
Ook dat PHP4 and Apache 2.2 wil niet samenwerken zonder a paar trucs (zie http://www.apachelounge.com/forum/viewtopic.php?t=361).
PHP5 plus MySQL 5 hebben ook een extra library nodig, denk ik.

Heeft iemand een overzicht van dit soep ?

(Yep, Nederlands is niet mijn moedertaal . . .)
Topaz
Hoewel de woorden phpBB3 erin voorkomen..heeft het er absoluut niets mee te maken. Verplaatst naar AO
- Lucas

Re: WAMP+phpBB compatabiliteit

Geplaatst: 06 sep 2007, 18:26
door Stef
Ik begrijp niet direct je vraag, is die of het mogelijk is om phpBB3 erop te draaien (met die combinatie)

Re: WAMP+phpBB compatabiliteit

Geplaatst: 07 sep 2007, 08:16
door topaz
Sorry - a quickie in English to clarify.
The "standard" phpBB2 installation, assumed by most installation instructions, is something like
Apache 2.0.x, PHP 4.3.y, MySQL 4.1 and phpBB2.0.2z .
If you upgrade one of the A, P or M then special things often have to be done to get the installation to work (as my OP tried to describe).
Thus my question:
Has anyone compiled a table, or its equivalent, stating what versions of the (W)AMP + phpBB work together; both in "standard" installation or with some simple, documented changes?

phpBB3 that is another story- we are in the phpBB2 category here ;)
Topaz

Re: WAMP+phpBB compatabiliteit

Geplaatst: 07 sep 2007, 10:00
door Tom V
Hmm, I don't think you are in the right place for asking this. But I'll try to help.

First, I always start from the newest versions of "AMP".
AMP are easy to install standalone. But always use easy maps: C:\PHP\ and C:\apache\ and C:\mySQL (and C:\mySQLdata) this is much easier later. Use as web: c:\www\
Only use the msi install file of PHP and also download the zip.

At the php install, you can automatic edit the httpd.conf file.
It will add:

Code: Selecteer alles

PHPIniDir "C:\PHP\"
LoadModule php5_module "C:\PHP\php5apache2_2.dll"
After installing php open the zip file, and extract the dir "ext" and php5apache2_2.dll in the php dir.

Copy libmysql.dll from c:\php to C:\windows\system32

Now you need to edit the php.ini
Extension_dir = "C:/PHP/ext"

delete ";" before extension = php_mbstring.dll -- extension = php_mysqld.dll -- extension = php_mysqli.dll

(you also need to edit php.ini to use sessions and cookies)


Normally they will work now and you can install phpBB2 (and 3)

Re: WAMP+phpBB compatabiliteit

Geplaatst: 07 sep 2007, 10:03
door ElbertF
I have both phpBB 2 and 3 working on an unconfigured WAMP5. It should work with the default settings.

Re: WAMP+phpBB compatabiliteit

Geplaatst: 07 sep 2007, 10:09
door Tom V
ElbertF schreef:I have both phpBB 2 and 3 working on an unconfigured WAMP5. It should work with the default settings.
WAMP5 isn't WAMP xD

WAMP = Windows + Apache + Mysql + PHP
(so both installed seperate not as one package)

Re: WAMP+phpBB compatabiliteit

Geplaatst: 20 sep 2007, 15:01
door special18
IK zelf zou voor xampp dan gaan erg makkelijk volledige compibaliteit.