Recent content by doveman

  1. D

    Ssh2 - how to implement in executable

    Ok. I stand corrected. Changing it to 7.1 worked. Thank you for your patience.
  2. D

    Ssh2 - how to implement in executable

    One More Try ! Project Path: C:\Users\donbar\Documents\TestCompile2\ Configuaration php Version 5.6 php_ssh2.dll USED:compile into the EXE No changes to the ini Compile Result: Adding PHP runtime components Php extensions o php_ssh2.dll compiled o dependency libssh2.dll compiled php.ini PHP...
  3. D

    Ssh2 - how to implement in executable

    Where is EXOPHPDATAPATH defined? It is not in my system variables.
  4. D

    Ssh2 - how to implement in executable

    Thanks for the advice but no go. Same result.
  5. D

    Ssh2 - how to implement in executable

    I set up a completly new project with only one file to compile. I enable ssh2 in the php extensions (as I have done all along). I did not make any other changes. Then I compiled. The following is the file list generated. Adding PHP runtime components Php extensions o php_ssh2.dll compiled...
  6. D

    Ssh2 - how to implement in executable

    I have the php_ssh2.dll in the correct folder as was instructed in the first message and it is enabled in the extension list. I continue to get the following error: PHP Warning: PHP Startup: Unable to load dynamic library ‘php_ssh2.dll’ (tried...
  7. D

    Ssh2 - how to implement in executable

    Thanks for the reply. I did as suggested above and this is what I get back: PHP Warning: PHP Startup: Unable to load dynamic library ‘php_ssh2.dll’ (tried: C:\Users\donbar\PhpstormProjects\Compile\Data\ext\php_ssh2.dll (The specified module could not be found.)...
  8. D

    Ssh2 - how to implement in executable

    How does one go about implementing ssh2 in ExeOutput for windows. I use phpseclib 1.0.7 with php 5.6 on a Linux server. I would like to compile a small comm app for window to query the Linux system using ssh2. I can do this now Linux to Linux but I don’t know how I go about moving the functions...
Back
Top