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...
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...
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...
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.)...
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...