I seem to have run into a slight problem.
Apparently after installing PHP 4.1.2 on a linux machine here... the "php" command line interface is still stuck at 4.0.4pl1 (which was originally installed with the OS about a year ago).
Apparently during all the upgrades of PHP, it never upgraded the php command line tool.
I read the INSTALL doc, not a single mention about this! So, I'm left with wondering ... how do I go about getting PHP to install with the proper command line tool with the right version?
I ask, cause i am now needing to run some php scripts via the php command line, and apparently the version thats there, has NO mysql support like the actual install of 4.1.2 which is running perfectly fine and dandy with the webserver.
I would have assumed that the php command line tool would have been installed during the install of php itself???
I checked php.net, couldnt seem to find the docs for installing the command line tool... anyone have any ideas?