Apache + PHP + MySQL = WAMP
I've just re-install the system on your home computer. Because I wanted him to be able to create websites, I installed the WAMP package.
WAMP is a package for Windows containing Apache, MySQL and PHP. The package is quite frequently updated, and version today (1.6.4) has:
- Apache 2.0.58
- PHP 5.1.4 + PECL
- SQLiteManager 1.2.0
- MySQL 5.0.22
- PhpMyAdmin 2.8.1
So far, I'm happy with it. Works even mod_rewrite :-). The only problem I noticed so far is the conversion of Polish characters on connection PHPMySQL. For happiness can be solved by asking immediately after connecting to a database query:
SET NAMES 'latin2'
I will try to even fix this problem from the server side - so there was no need to perform this query in every script, but that is maybe later ... You know how to solve this problem? I'm looking at emails and comments.
Luke Jarzembowski, author of the blog - since 2006 under the illusion that it will be rich ... ;-) But still working hard on this. Programs , blogging , and positions , creating and promoting their e-businesses . 
Entries similar to the "Apache + PHP + MySQL = WAMP"
- No related posts

















