Chun-Sheng, Li

Results 429 comments of Chun-Sheng, Li

Some commands I run and related outputs are as follows: - Preparing fresh and clean Ubuntu 18.04. - Installing required package for compiling the PHP source with `sudo apt-get install`...

I've migrated some part of works from Travis CI to GitHub actions in the PR #1268. And now we've following three works to consider migrating from Travis CI to GitHub...

https://github.com/phpbrew/phpbrew/pull/1264#issuecomment-1139307895 @theofidry, I think the above solution can be satisfied.

I also agree with @theofidry because we can still support `1.x` version and it can be easy to be maintained. We can let dependencies upgrading work be minimum and write...

The solution is available and the issue is going to be closed.

Sometimes the PHP needs to compile the old icu library version. For Ubuntu 18.04+, it's fine to install the `libicu-dev` package and follow the [troubleshooting solution](https://github.com/phpbrew/phpbrew/wiki/Troubleshooting#configure-error-unable-to-detect-icu-prefix-or-no-failed-please-verify-icu-install-prefix-and-make-sure-icu-config-works) to build PHP version...

It seems that the issue is about OpenSSL version and the possible solution is available now.

I try to reproduce the issue and run same commands in the `Ubuntu 18.04`. They're as follows: - Running the `sudo apt-get install libldap2-dev` command to install the development library...

The issue is outdated and closed now.