Jan Ehrhardt
Jan Ehrhardt
Hi @kylehowells I just want to say a big thanks. Your example Photo Picker ObjC gave me a jump start to use PHPickerViewController in stead of UIImagePickerController for importing videos...
Is PHP8 compatibility in the planning? pecl-compat/compat.h should at least have this change: ``` diff --git a/pecl-compat/compat.h b/pecl-compat/compat.h index eccc0b7..185cef8 100644 --- a/pecl-compat/compat.h +++ b/pecl-compat/compat.h @@ -83,7 +83,7 @@ #...
LibSSH2 1.11.0 has been released with a lot of changes. See the release page: https://github.com/libssh2/libssh2/releases/tag/libssh2-1.11.0 If you have applied [this patch](https://github.com/Jan-E/iSSH2/commit/a1a1b82527aad16811270d23cc0c20fd3d64f70d) the script will automatically detect OpenSSL 1.1.1u (also released...
There will be a new LibSSH2 release shortly with a fix for the Terrapin MITM attack. The fix is already merged in the sources of LibSSH2: https://github.com/libssh2/libssh2/discussions/1249 https://terrapin-attack.com
I am getting an error: "av_stream_open(): unable to find codec" when I try to open a *.wmv file. Is there anything I should do to make it work? OS; Windows...
XCode 9 with the recommended settings issues a warning for 3 lines. Suggested fixes: In the .h file ``` -- (void)exportAsynchronouslyWithCompletionHandler:(void (^)())handler; +- (void)exportAsynchronouslyWithCompletionHandler:(void (^)(void))handler; ``` In the .m file...
Xcode 9 running on macOS High Sierra issues this warning when analyzing with an attached iOS 11.0.1 iPad: > Pods/SDAVAssetExportSession/SDAVAssetExportSession.m:292:17: Converting a pointer value of type 'NSNumber *' to a...
Looks the same as in https://github.com/cataphract/php-rar/pull/4#issuecomment-405769300 @cmb69 Something fot the release managers? ``` ext\pthreads\src\prepare.c(196): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry' ext\pthreads\src\prepare.c(243): error C2039: 'iterator_funcs': is not a...
Openssl.org links to https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz now for the 3.0.15 version. https://github.com/Jan-E/iSSH2/commit/c1d1e1d2ad8f7309edff9402b8cda444de17e8a8 Fixes that.