I'm using Mac OS 10.4 to attempt to run some php code that will connect to a MS SQL database on a PC. The Mac is already running as a web server and already had PHP "activated" .
The developer tells me that I needed freetds to make sure that php was configured to communicate with MS SQL. I downloaded and was able to run the make and make install commands for freetds. I then tried to download the latest version of PHP and ran the make and make install commands.
Should the new version of PHP show up in Server Admin?
Do the locations of the code matter (i.e. should the freetds code be in the same folder as the new PHP code?)
The developer tells me that I needed freetds to make sure that php was configured to communicate with MS SQL. I downloaded and was able to run the make and make install commands for freetds. I then tried to download the latest version of PHP and ran the make and make install commands.
Should the new version of PHP show up in Server Admin?
Do the locations of the code matter (i.e. should the freetds code be in the same folder as the new PHP code?)
Comment