Last Update: August 8, 2023
This repository contains php_ssh2
extension compiled for Windows to support XAMPP.
As of this date, an official compiled version for PHP 8.2 or 8.3 Windows x64 has not been released.
You are encouraged to use official PECL build of version 1.4 once released at pecl.php.net.
I built this release to support Windows XAMPP / PHP 8.2 and PHP 8.3 Beta1.
I only built the x64 thread-safe version as that what XAMPP requires. If someone needs a different build for Windows, let me know.
I documented how to build PHP 8.3 and SSH2 1.4 for Windows.
Soon I will release a document on how to run the tests included in the SSH2 source code.
Repository is located here. Documentation is located here.
July 26, 2023
Based on pecl/ssh2 the source code version 1.4 released on 2023-04-20 from pecl.php.net. A copy of the source is included in this repository ssh2-1.4.tgz.
Built with PHP 8.2.8 source and SDK
Linked with LIBSSH2 version 1.10.0
Architecture | x86 | x64 |
---|---|---|
TS (thread-safe) | not included | php_ssh2.zip |
NTS (non-thread-safe) | not included | not included |
August 1, 2023
Based on pecl/ssh2 the source code version 1.4 released on 2023-04-20 from pecl.php.net. A copy of the source is included in this repository ssh2-1.4.tgz.
Built with PHP 8.3.0 Beta1 source and SDK
Linked with LIBSSH2 version 1.10.0
Architecture | x86 | x64 |
---|---|---|
TS (thread-safe) | not included | php_ssh2.zip |
NTS (non-thread-safe) | not included | not included |
configure --disable-all --enable-cli --with-ssh2=shared --enable-zlib --with-openssl
To see how I build PHP see this page.