Ryan Carsten Schmidt

Results 570 comments of Ryan Carsten Schmidt

It already supports php 7 since version 1.0. Dunno why you're getting that error. https://pecl.php.net/package-changelog.php?package=ssh2

Did e77cf26b55ae6f70a4ab9b24f9c684ff7a2ac938 fix this?

> arm64-apple-macos11 That's still not a valid host triple. The third component of the triple on macOS would be "darwin" (plus an optional Darwin version number) not "macos".

My initial comment was based on a cursory reading of the bug report but here are some more details after further investigation. TL;DR: Not a bug; user error. > We...

It has nothing to do with Homebrew. In macOS Apple ships GNU make 3.81 because it is the last version licensed GPL 2. GNU make 3.82 and later are licensed...

More code changes are needed to eliminate other warnings. I didn't want to put too many things into one PR since that can be hard to review, but the next...

> Was that a clean build? I think so. I (or rather MacPorts on my behalf) extracted the 1.30 tarball and configured and began to build it. When I encountered...

With 1.32 and 1.33-rc I did not have to apply any patch for #1091. With 1.32 linking failed with: ``` Undefined symbols for architecture x86_64: "std::__1::vector::~vector()", referenced from: BatesModelTest::testDAXCalibration() in...

Sounds like a crash, in which case macOS will have left a log for you in ~/Library/Logs/DiagnosticReports which should show what the program was doing when it crashed. Please attach...