Jan Ehrhardt

Results 110 comments of Jan Ehrhardt

![Screenshot 2021-08-12 at 18 41 32](https://user-images.githubusercontent.com/1757825/152438624-88f25c3c-239c-46ad-b1e5-496c1721b5e3.png)

https://github.com/CLAY-BIOS/Lenovo-ThinkPad-T450s-Hackintosh-OpenCore/blob/master/README-English.md has a working SD Card with Monterey and a lot more. very impressive list at What works.

Try the fix for the boot problem that I had, described here: https://github.com/banhbaoxamlan/X230-Hackintosh/issues/67#issuecomment-894389362 Put that ‘T530’ EFI on a USB drive and boot just one time with it. Then try...

As I said in the Monterey issue: > I really do not know why the workaround works, but apparently it clears something in my system to fix the 'dead IGPU'...

Quote from the changelog in https://github.com/5T33Z0/Lenovo-T530-Hackinosh-OpenCore/releases/tag/072.2 > Changed UEFI > APFS > MinDate and MinVersion to -1 → Enables APFS Driver loading for any macOS Version. Otherwise, if you use...

A patch like this would make sure that for PHP 7.0/7.1 (VC14) and PHP 7.2-7.4 (VC15) the existing `win32/php_stdint.h` is used and for PHP 8.0+ `stdint.h`: ``` -#include +#if defined(_MSC_VER)...

For the last ever libs that will support iOS 9.3.6 I dropped iPhoneSimulator i386. Building the catalyst branch with OpenSSL 1.1.1s ended as follows; ``` Building OpenSSL 1.1.1s x86_64 for...

I updated https://github.com/Jan-E/iSSH2/tree/catalyst for Xcode 14.1. `./catalyst.sh` starts with this now: ``` Libssh2 version: 1.10.0 (Automatically detected) OpenSSL version: 1.1.1s (Automatically detected) SDK version: 16.1 (Automatically detected) Xcode version: 14.1...

i disagree that the PHP8 issue is completed, because win32/php_stdint.h is still there in the main branch. Of course you can patch it before building on Windows like @nono303 and...

I am not sure if that is complete. PHP 7.0 up until 7.4 still had win32/php_stdint,h on board, which worked fine. Better to use that than rely on a stdint.h...