php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58286 Cannot Compile
Submitted: 2008-07-23 19:31 UTC Modified: 2008-12-02 16:58 UTC
From: raky at intabill dot com Assigned: mikesul (profile)
Status: Closed Package: ssh2 (PECL)
PHP Version: 5_3 CVS-2008-07-23 (dev) OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
6 + 49 = ?
Subscribe to this entry?

 
 [2008-07-23 19:31 UTC] raky at intabill dot com
Description:
------------
Hey Guys, 

I'm running a 64bit version of RHEL 4.0 and recently upgraded PHP to use PHP 5.3dev. 

Ever since the upgrade, I have been unable to get the ssh2 module to compile. I have tried the necessary patches, and they still seem to not work. 

Any ideas would be great, the error I receive is below:

Reproduce code:
---------------
/root/installs/ssh2-0.10/ssh2.c: In function `zif_ssh2_poll':
/root/installs/ssh2-0.10/ssh2.c:892: error: structure has no member named `is_ref'
/root/installs/ssh2-0.10/ssh2.c:892: error: structure has no member named `refcount'
/root/installs/ssh2-0.10/ssh2.c:902: error: structure has no member named `is_ref'
/root/installs/ssh2-0.10/ssh2.c:903: error: structure has no member named `refcount'
/root/installs/ssh2-0.10/ssh2.c: In function `zif_ssh2_publickey_add':
/root/installs/ssh2-0.10/ssh2.c:1012: error: structure has no member named `is_ref'
/root/installs/ssh2-0.10/ssh2.c:1013: error: structure has no member named `refcount'



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-02 16:52 UTC] mike at regexia dot com
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 08:01:28 2024 UTC