PDA

View Full Version : Request for PHP(standalone version) with MySQL support on TAZ


jonas
04-14-1999, 05:33 AM
Hi Administrator,
Somehow I need to run php script on the shell prompt (e.g. php myscript.php3).

I found that there is no MySQL support in the standalone version of PHP on TAZ so PHP produced an error message : "Call to unsupported or undefined function mysql_connect()".

Please help.

//Jonas

Ps. a cut & paste question, but still valid for TAZ :-)

Rich
04-14-1999, 10:48 PM
There are others here that are much more familiar with PHP than I am, but I don't belive you can execute PHP from the shell. However, you can execute mysql commands from the shell.

Have you tried executing your PHP script from your browser?

Rich

Terra
04-14-1999, 11:04 PM
I will compile a version of this on TAZ when I get a chance...

TAZ and SIX have different cores, so just moving the binary from SIX --> TAZ won't work...

--
Terra
sysAdmin
FutureQuest

jonas
04-18-1999, 04:53 AM
Any progress?

Terra
04-18-1999, 03:16 PM
I had to update several core C libraries for the PHP 3.0.7 release on TAZ...

The new php binary is now online and ready for usage...

Enjoy the day...

--
Terra
sysAdmin
FutureQuest

jonas
04-19-1999, 05:25 AM
Thanks, everything works goo now :-)