How To: PHP Script To Windows EXE File Generation 방법 : php 스크립트를 exe 파일을 생성하는 windows
PHP files are scripts which are interpreted by php interpreter (php.exe in windows). php 파일이있는 스크립트를 해석하는 php 인터프리터 (php.exe의 windows). Converting them to exe files makes it easy to distribute PHP applications to Windows users. 그들을 exe 파일을 쉽게 변환할 php 응용 프로그램을 윈도우 유저를 배포합니다. Unfortunately Zend, the PHP company, doesn’t provide a way to convert PHP scripts to Windows executables. 불행히도 젠드, php 회사로 변환하는 방법을 제공하지 않습니다 windows php 스크립트를 실행합니다. Today I am going to show you a simple way to convert your PHP scripts to regular Windows executable files (.exe). 오늘 갈건데로 변환하는 간단한 방법을 보여 드리고 귀하의 php 스크립트를 정기적으로 windows 실행 파일 (. exe). Not only that you can also convert an entire directory of PHP scripts and assign one of the files as the main file to execute first. 뿐만 아니라 전체를 변환하는 수도있습니다 php 스크립트 및 할당하는 디렉토리에있는 파일 중 하나 첫 번째로 중요한 파일을 실행합니다. Additionally the source files are encoded which not only improves the performance but also protects your source code. 또한이뿐만 아니라의 소스 파일이 암호화의 성능이 향상뿐만 아니라 당신의 소스 코드를 보호합니다. You can also set the icon for the file which is useful when you are distributing your PHP application as a stand-alone executable. 해당 파일의 아이콘을 설정할 수있습니다가 배포하는 경우에 유용합니다 당신은 당신의 php 응용 프로그램을 실행할 수있는 포장 마차 - 혼자가합니다.
Bambalam bambalam PHP EXE Compiler / Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. php exe 컴파일러 / embedder는 무료로 변환 php 응용 프로그램을 커맨드 라인 도구를 사용하여 독립 실행형 windows. exe 응용 프로그램을합니다. The exe files produced are totally standalone with no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library. 받은 파일을 생성은 완전히 독립 실행형와 더 이상 필요하지 않습니다 php dlls 등등에 코드가 인코딩 라이브러리를 사용하여 인코딩하는 투르크 mmcache합니다. It’sa perfect solution if you want to distribute your application to Windows users while protecting your source code at the same time. 이것 완벽한 솔루션을 배포할 경우에는 귀하의 응용 프로그램을 윈도우 유저를 보호하는 동안 당신의 소스 코드를 동시에합니다. The converter is also suitable for producing .exe files for windowed PHP applications (created using, for example, the WinBinder library). 변환은 또한 생산에 적합합니다. exe 파일을 윈도우 php 응용 프로그램 (창조를 사용하여, 예를 들면, winbinder 라이브러리). It’s also good for making stand-alone PHP Socket servers/clients (using the php_sockets.dll extension). 또한 잘 나왔 스탠드 - 혼자 php 소켓 서버 / 클라이언트 (php_sockets.dll 확장 기능을 사용하여).
It’s NOT really a compiler in the sense that it doesn’t produce native machine code from PHP sources, but it works! 그것의 의미는 정말 컴파일러를 네이티브 머신 코드를 생성하지 않는 것으로 확인되었습니다 php 소스, 그러나 작품이! Currently, the converter uses a PHP runtime based on PHP 4.4.4. 현재는 계산기를 사용하는 php 런타임 기반를 삽입하기 4.4.4.
The tool is free and open source. 이 도구는 무료로 오픈 소스합니다.
Usage: 사용법 :
bamcompile [-options] infile.php [outfile.exe] bamcompile [- 옵션] infile.php [outfile.exe]
bamcompile [-options] project_directory mainfile.php [outfile.exe] bamcompile [- 옵션] project_directory mainfile.php [outfile.exe]
bamcompile projectfile.bcp bamcompile projectfile.bcp
Options: 옵션 :
-w Hide console window for windowed applications 윈도우 응용 프로그램을위한 콘솔 창 - 승 숨기기
-c Compress output exe (using UPX) - c 압축할 출력 exe (upx를 사용하여)
-d Do not encode PHP files - 패하지 인코딩하는 php 파일을
-e:extension.dll Embed and use PHP extension - 이메일 : extension.dll 포함하고 php 확장 기능을 사용
-i:icon.ico Add icon to exe - 전 : icon.ico 장바구니 아이콘을 exe
You can download it 이 다운로드하실 수있습니다 here 여기에 . 합니다.
Filed under 밑에 Headline News 헤드 라인 뉴스 , How To 하는 방법을 , Microsoft microsoft , PHP php , Programming 프로그래밍 , Web 웹 , Windows windows | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |




March 24th, 2008 at 5:11 pm 2008년 3월 24일에서 오후 5시 11분
thankss you.. thankss 당신이 .. soo much. soo 많은합니다.
April 12th, 2008 at 8:30 am 2008년 4월 12일은 오전 8시 30 분
Hello, how can I use PHP server to creat a web page please? 안녕하세요, 어떻게 사용할수 있습니까 서버에서 웹 페이지를 만들겠습니까? Steps and requirements. 단계와 요구 사항을합니다. Thanks 감사합니다