-
Notifications
You must be signed in to change notification settings - Fork 60
Remove inline from php_ssh2_sftp_attr2ssb #36
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
@andypost can you finish this up? looks like one comment needs to be addressed |
I will try to rebuild with |
7c7af8e
to
3ffdbd3
Compare
The php_ssh2_parse_fopen_modes() fixed in php@073067b#diff-d0296647d3a59f029c56a9154f65ab01R52 But this inline still causing build issues
For some reason travis does not fail on php 7.3 without patch https://travis-ci.org/php/pecl-networking-ssh2/builds/572224235 |
so, build passes, let's merge this (or #35) and get release ready for php 7.3! |
how do you even install the unreleased versions with pecl?
|
Is there a way to create new release? |
I'm doing that. The 1.2 release is prepared in the repo, but I've bumped into an issue with the pecl uploading thingy. Should be solved soon. |
any chance for creating git tags for each release too? I'm willing to look up the closest git hashes for each tag if there's someone to pick them up and push to this repo. |
I'm not exactly sure how this will improve your life, but to indulge you I've pushed the tags for all releases, and even removed a falsely create one from 2005. |
The 1.2 release is now available through pecl: https://pecl.php.net/package/ssh2 |
@langemeijer The installation currently fails to download the archive with error 500, previous releases can be downloaded just fine:
|
As I wrote:
|
The only way to download release is visiting https://pecl.php.net/get/ssh2 (Latest tarball link) |
@andypost This link on https://pecl.php.net/package/ssh2 targets https://pecl.php.net/get/ssh2-1.2.tgz and it gives err 500 |
@keksa yes, it gives me 500 but the one from "Latest tarball" works for some reason |
That were fixed in 073067b#diff-d0296647d3a59f029c56a9154f65ab01R52
But this inline still causing build issues
PS: related to alpinelinux/aports#6226 and http://clang.llvm.org/compatibility.html#inline