Chun-Sheng, Li

Results 429 comments of Chun-Sheng, Li

I'm going to close the PR and create new one to include these PR changes :).

The solution is available in the [troubleshooting section](https://github.com/phpbrew/phpbrew/wiki/Troubleshooting#php-build-failing-readdir_r-in-the-macos-11x) now :).

> Sounds good to me, but does Amazon provide free S3 service? @c9s, here are the [AWS Free tier descriptions](https://aws.amazon.com/s3/pricing/?nc1=h_ls), I'm not sure it's good enough for us: > AWS...

I agree with @c9s. Using the [GitHub releases](https://github.com/phpbrew/phpbrew/releases) I think is great for us to release upcoming Phar file :).

I've one `macOS 11.6` and try to use the following steps to reproduce the issue: ```bash bash-3.2$ sw_vers ProductName: macOS ProductVersion: 11.6 BuildVersion: 20G165 bash-3.2$ OPENSSL_CFLAGS="-I/usr/local/opt/[email protected]/include" \ OPENSSL_LIBS="-L/usr/local/opt/[email protected]/lib -lcrypto -lssl"...

I've one `macOS 12.6` and chip is the Intel x86_64 CPU. Then running the following steps to install the `PHP 7.4` version: ```bash cloudxmac@Mac-5 ~ % sw_vers ProductName: macOS ProductVersion:...

The checkers are already available in the `configure` in the PHP source codes. And I think it's not necessary to implement the checker. According to above tale, it seems that...

I have no MacOS, but I think it should check the following steps to ensure the `+bz2` variant setting: - Running the PHPBrew with the `+bz2=/path/to/bzip2` option to specific absolute...

> [makefile - Building and Installing BZip2 with shared library dylib on MacOS - Stack Overflow](https://stackoverflow.com/questions/67179779/building-and-installing-bzip2-with-shared-library-dylib-on-macos) I think the above reference about compiling the Bzip source is not correct. And...

The `libbz2.a` is the static link library and `libbz2.dylib` is the dynamic link library. I tried to use the static link approach to compile the `bzip` extension with the `phpbrew...