PDA

View Full Version : php ini


colicab-d
05-20-2003, 05:25 PM
hey all i just downloaded the latest win32 release of php.. tho i cant seem to get it workin on my localhost.. i dont use php triad, i have dloaded apache 2 etc and done it all myself ;)

anyway my question is has anyone got the latest php running on winxp? if so can i have a wee look at your php.ini etc as i just cant get this working.. seems above 4.3.0 my localhost just wont run it :P

filburt1
05-20-2003, 05:37 PM
I've gotten 4.3.1 working, but I don't use any of the betas considering that they caused Apache to crash.

Xenon
05-20-2003, 06:13 PM
hmm, i have php4.3.1 but on win98.

i also have had some problems, i think two modules made a problem at my localhost, cause i've disabled them and it works ;)

colicab-d
05-20-2003, 07:24 PM
im using 4.3.2 but 4.3.0 was the last one to work :(

ive compared both ini files update all the dll`s in the windows shell etc its weird

and i really wanted this to work so i could get on with some gd2 stuff..

ive narrowed it down also and it seems that it really doesnt like apache2..

or the line for loading the module (even tho path to php is correct)

so anyone running...

php 4.3.1 or higher
apache 2
and win xp home

whos localhost is running fine plz do email me :D

NanoEntity
05-21-2003, 12:18 PM
I have it runing on XP Pro SP1

Its clean install.
Apache 2.0.45 + PHP 4.3.1 + ImageMagick + ActivePerl + MySQL 4.0.12 + Zend

You need to add this into your Apache 2 httpd.conf

LoadModule php4_module E:\WWW\php\sapi\php4apache2.dll
#AddModule mod_php4.c
AddType application/x-httpd-php .php

And copy php4ts.dll to windows/system32

filburt1
05-21-2003, 03:08 PM
You shouldn't be using Apache 2 with PHP yet, according to the PHP people.

mr e
05-21-2003, 04:46 PM
Apache 2 is all I use, works great too :D but I tried MySQL 4 but that just killed me, for the life of me I couldn't understand what to do to get it to work, even from a fresh install :bleh: Oh well, it all works great on mine.

WinXP SP1
Apache 2.0.newest release
PHP 4.3.1
MySQL 3.something.something

colicab-d
05-22-2003, 12:55 AM
im gonna switch down to apache 1 i think :S as ive got all the code up there first thing i checked so its just 4.3.2 and apache 2 :P