========================================================================
       Embeding a PHP source into a Windows executable file

       Author: Eric Colinet <e dot colinet at laposte dot net>
       http://wildphp.free.fr/wiki/doku.php?id=howto:embeding_a_php_source_into_a_windows_executable_file
========================================================================

FILES:

	embed_php.dsp
		The project file.

	embed_php.cpp
		This is the code needed to run the PHP script using the embed sapi.

	php.ini
		Minimal php.ini file needed for this exemple to work.

	run.php
		PHP Script file.

