httPHPdSSL-Win64 Release 15

This is my x64 VC10 build of Apache and PHP with OpenSSL.
IT IS PROVIDED "AS IS" WITHOUT ANY WARRANTY!


VERSIONS:
	Apache 2.2.21
	PHP 5.3.8
	OpenSSL 1.0.0e


ADDITIONAL PHP EXTENSIONS:
	eAccelerator 1.0 Rev 427
	memcache 2.2.6
	uploadprogress 1.0.3.1
	xdebug 2.1.2


MISSING PHP EXTENSIONS:
	enchant, snmp


INSTRUCTIONS:
	I recommend using C:/PHP as ServerRoot.

	If you want to use MySQL you can download the zip file from
	http://www.mysql.com/downloads/mysql
	and extract its contents to the ServerRoot.

	You can use the BAT scripts in "bin" to install/uninstall Apache/MySQL as windows service.
	If you don't want them to start with windows you have to edit them in the services control panel.
	The services can be started/stopped/restarted with the BAT scripts in ServerRoot.

	Apache is expecting a config file named "apache.ini" in ServerRoot!


EXAMPLE APACHE.INI:
	Listen 80
	NameVirtualHost *:80

	ServerRoot C:/PHP
	ServerName 127.0.0.1
	DirectoryIndex index.php

	AddType application/x-httpd-php .php
	AddHandler application/x-httpd-php .php
	LoadModule php5_module php5apache2_2.dll

	LoadModule dir_module modules/mod_dir.so
	LoadModule mime_module modules/mod_mime.so

	<VirtualHost *:80>
		DocumentRoot "C:/PATH/TO/YOUR/HTDOCS"
	</VirtualHost>


RELEASE HISTORY:
	2011-09-13 Release 15
		Apache 2.2.21
		OpenSSL 1.0.0e

	2011-08-31 Release 14
		Apache 2.2.20

	2011-08-23 Release 13
		PHP 5.3.8

	2011-08-18 Release 12
		PHP 5.3.7
		* uploadprogress 1.0.3.1
		* xdebug 2.1.2
		Improved Readme

	2011-05-23 Release 11
		Apache 2.2.19

	2011-05-12 Release 10
		Apache 2.2.18

	2011-03-30 Release 9
		+ xdebug
		Added BAT scripts
		Improved Readme

	2011-03-18 Release 8
		PHP 5.3.6
		+ memcache
		+ uploadprogress

	2011-02-19 Release 7
		+ eAccelerator
		+ interbase
		+ oci8
		+ oci8_11g
		+ PDO_Firebird
		+ PDO_OCI

	2011-02-17 Release 6
		+ gmp
		+ mcrypt

	2011-02-14 Release 5
		PHP 5.3.5
		OpenSSL 1.0.0d

	2010-12-10 Release 4
		Apache 2.2.17
		PHP 5.3.4
		OpenSSL 1.0.0c

	2010-08-02 Release 3
		Apache 2.2.16
		OpenSSL 1.0.0a

	2010-07-25 Release 2
		PHP 5.3.3
		Using VC10

	2010-05-14 Release 1
		First public release