PHP MySQL Error

Programming, for all ages and all languages.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Any problems you might have with Apache-2.2.x and PHP 5 are most likely due to Windows, not due to an incompatibility between the two. I am running Apache 2.2.8, PHP 5.2.5 (including mysqli support) and MySQL 5.0.54 on my Linux box here.
Every good solution is obvious once you've found it.
User avatar
B.E
Member
Member
Posts: 275
Joined: Sat Oct 21, 2006 5:29 pm
Location: Brisbane Australia
Contact:

Post by B.E »

I usually have more problems configuring IIS (even on Windows SBS 2003 and it gives you a tun of crap to 'help') than Apache 1.x, 2.x. That's because I know what I'm doing with Apache, and there's more reliable documentation on apache than there is on IIS. As for PHP5 working on Apache, they are compatible and have set up Apache a tun of times.

There are reconfigured versions of the LAMP stack for windows.
Image
Microsoft: "let everyone run after us. We'll just INNOV~1"
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

A friend of mine claimed that XAMMP has mysqli support. Don't know from first-hand experience, but it might be worth a try.
Every good solution is obvious once you've found it.
User avatar
B.E
Member
Member
Posts: 275
Joined: Sat Oct 21, 2006 5:29 pm
Location: Brisbane Australia
Contact:

Post by B.E »

I've used XAMPP before (although that was 10 years ago), and was very very very easy to setup.
Image
Microsoft: "let everyone run after us. We'll just INNOV~1"
SpooK
Member
Member
Posts: 260
Joined: Sun Jun 18, 2006 7:21 pm

Post by SpooK »

Solar wrote:A friend of mine claimed that XAMMP has mysqli support. Don't know from first-hand experience, but it might be worth a try.
Yep, for that particular situation I would suggest using latest XAMPP. It comes with Apache 2 (web server), MySQL 5 (database server), FileZilla (ftp server) and Mercury Mail (email server) along with switchable PHP 4/5... plus you get to fore-go the configuration overhead ;)
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

I have used XAMMP as well, and it is indeed easy to install and configure.

PLESK is also another easy to setup bundle.

I personally prefer IIS7 though, because it is both easy to setup and it makes installing modules a breeze.
Post Reply