| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Improved building mbstring on PHP 7.4 As of [PHP 7.4][1], the oniguruma library is no longer bundled with PHP, instead libonig needs to be available on the system. [1]: https://www.php.net/manual/en/migration74.other-changes.php#migration74.other-changes.mbstring | 6 年前 | |
Resolve #1337 to check OS when enabling FPM option | 3 年前 | |
Removed Version class The class was used as an alternative to version_compare and was too complex for that purpose. Additionally, the test was rewritten to not specify the museum flag. Otherwise, I'd always pass even if the implementation had been broken. | 6 年前 | |
PhpStreamDownloader: throw exceptions on failure Execution continued unnecessarily when there is a download failure, leading to long and confusing traces. | 5 年前 | |
Removed more unused code | 6 年前 | |
Merge pull request #1254 from SerheyDolgushev/master | 3 年前 | |
Made all patches part of the PHPBrew source tree As of now, all patches should be included in the source tree to guarantee integrity. The checksum functionality is removed as no longer needed. The patch sources are stored alongside the classes they are used by for better cohesion. Additionally, storing them as separate files would require creating a copy before applying anyways because the `patch` command wouldn't be able to use a file from within a PHAR. This issue is avoided by passing the patch to the CLI command via STDIN. | 6 年前 | |
fix: Resolve readline patch attempting to apply to php >7.1 due to OR instead of AND | 2 年前 | |
Fixed ExecutablePrefixFinder executable name | 5 年前 | |
To be consistency, using the PHP_EOL to replace \n | 3 年前 | |
PHP 8.1 compatibility and fix for PHP7.2 upgrading | 3 年前 | |
fix: Resolve build failure on Apple Silicon of PHP 8.0 due to old bundled pcre2 | 2 年前 | |
Switched from Style-CI to PrettyCI The reasons are: 1. Style-CI uses some non-standard engine and rules that currently don't support PSR-12. 2. Style-CI doesn't allow configuration via code stored in the repository. 3. PrettyCI supports PHP_CodeSniffer and custom standards like doctrine/coding-standards. | 6 年前 | |
add docblocks | 10 年前 | |
Improved escaping of command line arguments | 6 年前 | |
PHP will be built using different configs for different SAPIs | 5 年前 | |
Merge pull request #1195 from biozshock/multi-env PHP will be built using different configs for different SAPIs | 4 年前 | |
Change 2.1.0 version cont to 2.2.0 | 2 年前 | |
Removed more unused code | 6 年前 | |
Added PHP_CodeSniffer configuration with PSR-12 as the target Additionally: 1. All class FQNs are replaced with imports. 2. Unused imports are removed. 3. Remaining imports are alphabetically sorted. 4. Expressions like `return $this->logger->error()` replaced with `$this->logger->error(); return` since most of the methods with such a combination do not return any value. 5. Removed doc-blocks autogenerated by PhpStorm. | 6 年前 | |
Use --enable-gd instead of --with-gd for PHP 7.4 Additionally, introduced the Include and Brew prefix finders to reduce the amount of boilerplate code. | 7 年前 | |
Resolves #1346 | 2 年前 | |
Canonicalize version in the Build constructor | 5 年前 | |
Merge pull request #1359 from driskell/fix-openssl-padding-php-lt-81 | 7 个月前 | |
Simplified variant parser | 6 年前 | |
Added PHP_CodeSniffer configuration with PSR-12 as the target Additionally: 1. All class FQNs are replaced with imports. 2. Unused imports are removed. 3. Remaining imports are alphabetically sorted. 4. Expressions like `return $this->logger->error()` replaced with `$this->logger->error(); return` since most of the methods with such a combination do not return any value. 5. Removed doc-blocks autogenerated by PhpStorm. | 6 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 年前 | ||
| 3 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 3 年前 | ||
| 6 年前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 6 年前 | ||
| 10 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 4 年前 | ||
| 2 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 7 年前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 7 个月前 | ||
| 6 年前 | ||
| 6 年前 |