PHP 4.3.1 or 4.3.3?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
crimson
Forum Newbie
Posts: 2
Joined: Wed Nov 05, 2003 5:47 pm

PHP 4.3.1 or 4.3.3?

Post by crimson »

i've made an upgrade from php 4.3.1 to 4.3.3 on win xp and apache 1.3.28 (first uninstalled the old one then installed the new one) and i checked phpinfo() and it showed 4.3.1 version and what was more weird is shown on the jpg enclosed. I reinslalled apache and php a few times and it's still like that. how can i know which version do i really have and why is it shown like that?
Image
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

are you sure you've updated the right version and all of the files ..including php4apache2.dll and php4ts.dll (which might have been cpoied to another location during install)?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Hey! I managed to do that also not to long ago. Did not know how I fixed it, so I tried again.

5 minutes ago I updated from the 4.3.4-RC2-dev to the stable 4.3.4. Unzipped, copied into the /php/ folder, ran phpinfo and got same odd results as you.

I fixed this by copying php4ts.dll to the system32 directory.
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post by devork »

I was having same problem but on linux
I recompiled php (6-7 times ;)) with gd, but still it was showing --with-out-gd.
but when I restarted the apache and it started showing the right version ... with all extension compiled with.
offf !
but in case of windows dll files also effect... whether they are loaded or not ...
crimson
Forum Newbie
Posts: 2
Joined: Wed Nov 05, 2003 5:47 pm

Post by crimson »

you were right abut that dlls in tho other directory :) if works fine now. thanks!
Post Reply