|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2019-02-22 00:08 UTC] ramsey@php.net
Description: ------------ The latest release of the ssh2 extension (1.1.2, released in 2017) doesn’t build on PHP 7.3, but it looks like there are commits in the master branch that fix this. I’ve confirmed, and I’m able to build the latest state of master (79371dc) on PHP 7.3. Please release a new version of the extension for PHP 7.3. PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
I've postponed the migration of my dev environment for months after a few attempts because of this, Thanks to Ramsey, I found the sources that can be compiled for 7.3, just before I give up once again. P.S., for people looking a solution with a search engine (which I couldn't find myself): If you're stuck with compiling errors like: error: invalid operands to binary expression ('zend_string' (aka 'struct _zend_string') and 'int') or warning: incompatible pointer types assigning to 'char *' from 'zend_string *' (aka 'struct _zend_string *') you will be able to install the ssh2.so extension for PHP7.3 using a recent snapshot of the source code that can be found here: http://git.php.net/?p=pecl/networking/ssh2.git;a=summary