TH-wbRadStudio에서 exe화 php7.1(python3.6도 가능)

3817 단어 PHPWindowsWinBinder

Download


  • Standalone Technique for[PHP/Python]: 평전수호
  • TH-wbRadStudio
  • 1. VCRUNTIME140.설치 dll

  • Visual Studio2015용 Visual C++ 소프트웨어 패키지 재배포


  • 2. LIBEAY32.설치 dll


  • Shining Light Productions - Win32 OpenSSL에서 설치1.0.2L Light.(1.1.0은 포함되지 않음)
  • libeay32.TH-wbRadStudio 폴더 바로 아래에 dll 복사



  • 구축된 exe에서 php7ts.dll도 같이 놓고.
    구축된exe가 실행 가능한지 검증되었습니다.

    기타 유용한 사이트

  • PHP7을 EXE로 컴파일하는 방법(PHP7+WinBinder+VBS)-tukihatu의 기술 일기

  • WinBinder의 데스크톱 응용 프로그램 : PHP 전공!TIPS+
  • http://winbinder.org/download.php
  • PHP를 EXE – 이토 청드의 수직 낙하식 계수 프레스로 컴파일
  • 발췌하다
    たとえば、テキストファイルを相対パスで指定したりする場合には、
    インタプリタから見たパスの場所がずれるため、
    通常どおりのパスが指定できない点を注意する。
    
    この解決方法はRES://というURLスキーマを利用する。
    
    $file = '../data/data.txt';
    $usage_path  =  'res:///PHP/' . strtoupper(md5($file));
    

    기타 구현

  • 참조: php를 EXE-정풍삼재 블로그로 변환/번역 - CsDN 블로그
  • bamcompile

  • GitHub xZero707/Bamcompile
  • PHP 전공!TIPS+
  • bamcompile hello.php hello.exe 
    bamcompile project main.php result.exe
    
    bamcompile -e:c:\php\extensions\php_mbstring.dll project main.php result.exe
    bamcompile -e:php_mbstring.dll -e:php_gd2.dll ・・・
    

  • GitHub peachpiecompiler/peachpie(Phalanger 상속)
  • PHPc
  • 좋은 웹페이지 즐겨찾기