Abyss Webserver, PHP 5

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Abyss Webserver, PHP 5

Post by s.dot »

I'm running PHP 5 with abyss web server.

I'm going to be using a database that's not running on my machine. Do I need to have mysql installed to do this? Right now I am getting this error:

Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Abyss Web Server\htdocs\important.php on line 2
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

You don't need mysql installed, but you do need the mysql client extensions compiled into PHP.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

I installed PHP 4.4.0 and it worked fine.

Thanks for the info.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply