Eventually I discovered that PHP apparently does not support MySQL. To me that's amazing.
It is amazing. It's alsonot the case.
Mysql support isn't included by default in PHP5, but it most certainly does support it.
Take a look at the the PHP mySQL reference where it says:
MySQL is not enabled by default, nor is the MySQL library bundled with PHP.
leelee
Junior Poster in Training
77 posts since Aug 2005
Reputation Points: 31
Solved Threads: 1
Apache2Triad is also a package deal..
http://apache2triad.net/
apache2triad 1.5.3 is out
changelog folows :
fixed phppgadmin htaccess bug
updated phpPgAdmin to 3.5.3
updated Apache to 2.0.54
updated Python to 2.3.5
updated PostgreSQL to 8.0.3
updated OpenSSL to 0.9.7g
removed eontech uebimiau theme
added support for python psp scripts
hidden the apache2triad user from the XP Welcome Screen
fixed nextcode link on all pages
updated libmcrypt.dll
added null input check for changedomain script
updated SlimFTPd to 3.17
updated PHPsFTPd to 0.5
updated AWS
If you are a novice - DO NOT USE THIS PACKAGE - you must know server config and how to tweak the config files, but is a great package.
chizy2
Junior Poster in Training
62 posts since Apr 2005
Reputation Points: 14
Solved Threads: 3
Hi Martin,
There are lots of ways around this. You can probably download one of a few lamp- or wamp-like standalone applications that will enable you to practice on your local machine. A quick google search will give you the answers.
You can even do quite snazzy things like load apache and mysql onto usb memory sticks and the like.
I use the uniform server simply because it's the first one I ever encountered and I stuck with it since. Magic.
leelee
Junior Poster in Training
77 posts since Aug 2005
Reputation Points: 31
Solved Threads: 1
There are changes in PHP5 but those changes are for the better. Rest assure that everything that gets moved around from version to version has been given careful consideration. PHP5 is a much stronger language than PHP4, just as PHP4 is much stronger than PHP3.
To test my sites at home/work I have been using Reactor Server (WAMP) for quite a while:. They have a PHP4.x + Apache 1.x package and a PHP5 + Apache 2 package:
http://www.reactorserver.com/
Downloads
Reactor 1.3 (PHP 5):
http://prdownloads.sourceforge.net/reactorsrv/Reactor1.3.exe?download
Reactor 1.2 (PHP 4):
http://prdownloads.sourceforge.net/reactorsrv/Reactor1.2.exe?download
Basically Reactor is one of the many All-in-one packages that are "good to go". Just download the 30+Mbs file and run for a pre-setup fully working server. I would advise that anybody using this spends a couple of hours reading about PHP & Apache setup, just so that they can know the kind of things that get tweaked (such as globals).
Esopo
Junior Poster in Training
50 posts since Feb 2006
Reputation Points: 14
Solved Threads: 1
Is the dial a problem?
Is the WAMP installation working (and which did you go for)?
What does it say in the "about" section?
What does it say in the "help file" section?
What happens when you exit?
leelee
Junior Poster in Training
77 posts since Aug 2005
Reputation Points: 31
Solved Threads: 1