-
Notifications
You must be signed in to change notification settings - Fork 60
Fixed PHP7 port. Restored commented reference counting. #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@remicollet Please review and merge |
Still an annoying build warning
|
|
Merged @langemeijer as this is your extension, please check, and perhaps worth an 1.1.3 bugfix release ? |
Any chance for a new release on PECL? People are asking for it: |
@Jan-E RPM users should use my repo (working with upstream) instead of IUS (waiting for upstream) ;) |
@remicollet Thinking about switching; however, it still shows 1.1.2 ? https://rpms.remirepo.net/enterprise/7/php72/x86_64/repoview/php-pecl-ssh2.html Need the latest which has proper PHP 7.x support |
I will be preparing a new release in a few weeks. |
@virgofx it is 1.1.2 (latest released version) + needed patches |
Sorry having a hard time understanding... for clarification php-pecl-ssh2-1.1.2-2.el7.remi.7.2.x86_64 --- Should work with PHP7.2? And once PECL releases 1.1.3, Remi repo will bump the version as well to latest? |
Yes
Yes |
@langemeijer Any news on a new PHP7 release? |
Updated version of #30
Changed GC_REFCOUNT(p)++ into GC_ADDREF(p) for PHP 7.3 as well