WAMP+phpBB compatabiliteit

Praat mee over van alles en nog wat!
Forumregels
Dit forum is voor alle zinnige gesprekken buiten phpBB om. Discussies en gesprekken over interessante onderwerpen.

Een nieuw onderwerp moet..:
  • uiteraard voldoen aan de algemene voorwaarden
  • niet passen in de gewone supportfora
  • interessante zijn voor het overgrote deel van onze gebruikers
  • een neutrale of positieve ondertoon hebben
  • anders zijn dan bestaande onderwerpen
Plaats reactie
topaz
Berichten: 17
Lid geworden op: 18 jan 2005, 16:03
Locatie: Antwerpen

WAMP+phpBB compatabiliteit

Bericht door topaz » 06 sep 2007, 16:08

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

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Re: WAMP+phpBB compatabiliteit

Bericht door Stef » 06 sep 2007, 18:26

Ik begrijp niet direct je vraag, is die of het mogelijk is om phpBB3 erop te draaien (met die combinatie)

topaz
Berichten: 17
Lid geworden op: 18 jan 2005, 16:03
Locatie: Antwerpen

Re: WAMP+phpBB compatabiliteit

Bericht door topaz » 07 sep 2007, 08:16

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

Gebruikersavatar
Tom V
Berichten: 2487
Lid geworden op: 24 jan 2006, 17:04
Locatie: Houtvenne (BE)
Contacteer:

Re: WAMP+phpBB compatabiliteit

Bericht door Tom V » 07 sep 2007, 10:00

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)

ElbertF
Berichten: 5803
Lid geworden op: 12 okt 2004, 08:34
Contacteer:

Re: WAMP+phpBB compatabiliteit

Bericht door ElbertF » 07 sep 2007, 10:03

I have both phpBB 2 and 3 working on an unconfigured WAMP5. It should work with the default settings.

Gebruikersavatar
Tom V
Berichten: 2487
Lid geworden op: 24 jan 2006, 17:04
Locatie: Houtvenne (BE)
Contacteer:

Re: WAMP+phpBB compatabiliteit

Bericht door Tom V » 07 sep 2007, 10:09

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)

Gebruikersavatar
special18
Berichten: 700
Lid geworden op: 29 jan 2007, 16:31
Locatie: Lelystad
Contacteer:

Re: WAMP+phpBB compatabiliteit

Bericht door special18 » 20 sep 2007, 15:01

IK zelf zou voor xampp dan gaan erg makkelijk volledige compibaliteit.
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.

Plaats reactie