Page 1 of 1

PHP 4.3.1 or 4.3.3?

Posted: Wed Nov 05, 2003 5:47 pm
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

Posted: Wed Nov 05, 2003 8:34 pm
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)?

Posted: Wed Nov 05, 2003 10:01 pm
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.

Posted: Thu Nov 06, 2003 2:04 am
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 ...

Posted: Thu Nov 06, 2003 7:29 am
by crimson
you were right abut that dlls in tho other directory :) if works fine now. thanks!