[[TableOfContents]]

= PHP Install = 
 * homepage : [http://www.php.net www.php.net]
 * download : [http://kr2.php.net/get/php-5.2.6-win32-installer.msi/from/a/mirror php download]  
 * 다운로드 받아서 설치해주세요.  

= Winbinder Install =
 * homepage : [http://www.winbinder.org www.winbinder.org]
 * download : php 5.2.x 버전이후 사용 dll ,  [http://winbinder.org/files/wb_vers_46.189_dlls.zip winbinder dll download]
  * 5.3.1 버전 다운로드 : [http://swiftlytilting.com/downloads/WinBinder-0.46.191_for_php531.zip]
 * 다운로드 받아서 압축을 풀고 PHP-5.2.0 디렉토리에 있는 php_winbinder.dll 을 php 설치 디렉토리의 ext 안으로 복사해주세요. 
 * php.ini 파일에 extension=php_winbinder.dll 추가 해주시구여. 

== WinBinder 관련 괜찮은 사이트 ==
 * http://wiki.uniformserver.com/index.php/PHP_WinBinder_2:_Introduction

= Winbinder PHP 관련 파일 인클루드 = 
 * download : [http://winbinder.org/files/WinBinder-0.46.0.zip winbinder php 관련파일 다운로드]
 * 압축을 푼 후에 phpcode/include 디렉토리에 있는 4가지 파일을 실행시킬 php 있는 곳에 둡니다. 
  wb_generic.php, wb_resources.inc.php, wb_windows.inc.php, winbinder.php 
 * winbinder.php 를 include 해서 사용해주세요.

 * 위의 4가지 파일들은 php_winbinder.dll 자체에서 제공하지 않는 여러가지 부가함수들을 포함하고 있어서 필수로 include 를 하고 시작해야합니다.


= Winbinder PHP 관련 파일 인클루드 2번째 = 
 * winbinder에서 bmp 이외의 이미지 관련 작업을 할려면 FreeImage 라는 라이브러리가 필요합니다. 
 * fi/freeimage.inc.php 을 include 해서 image 관련 함수들을  실행합니다. 
 * Free Image download : [http://freeimage.sourceforge.net freeimage.sourceforge.net]
 * 다운로드 받은 파일 압축풀고 Dist 디렉토리에 있는 FreeImage.dll 을 php 설치 디렉토리의 ext/ 에 복사해주세요.

= phpCompile 과 exe 파일 생성 = 

 * phpCompile 다운로드 및 소개 : http://interviolet.com/downloads.aspx
 * exe 파일 생성 예제 
{{{
..\phpCompile\phpCompile.exe -o GridLayout.exe -m D:\Project\easylogic\script\GridLayout.phpw -w -I D:\Project\easylogic\uselib -b  *.php -i *.ini -u
}}}

* easylogic lib 을 모두 컴파일 하기 때문에 덩치가 좀 많이 커지네요. ^^;;;
