This is what I have done or attempted to do since my last posting.
I did a re-install of php from verion 5.1.4 to version 5.2.1 and
executed the phpinfo function. The config file was just as it was
shown in version 5.1.4 the only difference in the display was the
version number shown i.e., 5.2.1
(Configuration File (php.ini) Path => C:\WINDOWS PHP API => 20041225
PHP Extension => 20050922 Zend Extension => 220051025
My Install process went like this:
1) I deleted php.ini and .dll files from the system
2) I downloaded from php.net(VersaServer) zip package php 5.2.1
3) I unzip to C:\php
4) I made sure that php5ts.dll was in the same directory as my php.exe
i.e. both in C:\php
5) I followed Php.net procedures ...HOW TO ADD THE PHP DIRECTORY TO THE
PATH ON WINDOWS XP
6)In C:\php I rename php.ini-recommended to php.ini (no changes were
made to the php.ini file)
7) I followed the Php.net procedures... HOW DO I MAKE THE PHP.INI FILE
AVAILABLE TO PHP ON WINDOWS XP......PHPRC the variable and C:\php the
directory
After doing the phpinfo and getting the same path for my php.ini (see
above) and I thought the path should have been C:\php, I did the
following things:
1)I made all hidden folders visible and did a system search as well as
a manual view of the folders and files looking for any file close to a
PhP.ini file or API 20041225.
2)I tried to do a set path to get a listing of all directories in the
windows path.
I tried C:\Documents and Settings\hp_administrator>windows set path.
.....this didn't work, so I don't have a clue on how to do this.
WEEDPACKET said Php is looking for its initialization file in
C:\Windows; and it's using version 20041225 of the PHP API. However, I installed the php.ini file in the C:\php folder no where else. He is right there is another version as depicted in the output of the phpinfo but I can't find it.
HOW CAN I FIX THIS PROBLEM (can you give me details on how to correct
this situation)?