Commit Graph

612 Commits

Author SHA1 Message Date
crazywhalecc
eaa9969d26 Remove RC version for PHP 8.4 2024-11-22 15:11:15 +08:00
crazywhalecc
7c59e4d635 Update to RC4 2024-11-09 17:39:29 +08:00
crazywhalecc
237fc535b4 Fix FileSystem remove soft link directory 2024-11-06 16:45:45 +08:00
crazywhalecc
8da3f35815 Fix gettext sanity check 2024-11-06 16:29:17 +08:00
crazywhalecc
e9466dca68 Use similar optimize flags for compiling PHP (bump major ver) 2024-11-05 11:18:36 +08:00
crazywhalecc
664a8122ad Add 8.1-8.3 test 2024-11-03 13:56:48 +08:00
crazywhalecc
13523bcdbc Fix imagick build for PHP 8.4 2024-11-03 13:56:36 +08:00
crazywhalecc
6de66056a5 Remove --with-zlib-dir that has been removed in 8.4 2024-11-03 13:56:02 +08:00
crazywhalecc
4a22d2a613 Fix sodium build, remove build patches 2024-11-03 12:37:57 +08:00
crazywhalecc
3f871fde13 Change swoole source to git master instead of pecl (6.0 has not been released) 2024-11-03 12:37:40 +08:00
crazywhalecc
e196442387 Change default download php version to 8.3 2024-11-03 12:37:00 +08:00
crazywhalecc
dc57e5e5c4 Remove 8.1-8.3 tests 2024-11-03 01:35:29 +08:00
crazywhalecc
6670b56da5 Fix display PHP version when using archive 2024-11-03 01:17:30 +08:00
crazywhalecc
307e984b5d Fix imap library build in macOS Sequoia 2024-11-03 01:15:49 +08:00
crazywhalecc
0e131f2dba 8.4 download imap separately, compatible with 8.1-8.3 2024-11-02 21:47:39 +08:00
crazywhalecc
6ed25ed740 Add 8.4 support for switch-php-version command 2024-11-02 21:44:55 +08:00
crazywhalecc
220c4dab42 Add PHP 8.4 support (testing) 2024-10-25 16:38:02 +08:00
Kévin Dunglas
0fb7784a20 feat: better default for the php.ini path (#553)
* update

* update

* fix

* Adjust docs

* Adjust docs

* Add config-file-scan-dir for WindowsBuilder

* Bump version

---------

Co-authored-by: crazywhalecc <jesse2061@outlook.com>
2024-10-18 20:46:00 +08:00
Andrea Esu
ec584bf704 Add option to manually specify config file path (#511)
* Add Config File Path option

* Fix Manual

* quotation marks changes

* php-cs-fixer

* Remove windows config file path option

* Add macOS config file path option

* Add chinese docs

---------

Co-authored-by: andrea.esu <KjsnM@@1_-2!>
Co-authored-by: crazywhalecc <jesse2061@outlook.com>
2024-10-12 16:41:45 +08:00
crazywhalecc
3c802119ed cs-fix and fix tests 2024-10-05 14:14:36 +08:00
crazywhalecc
357dfc53c9 Add full Downloader tests 2024-10-05 14:14:36 +08:00
crazywhalecc
d6bea6295e Add sanity check for pack:libs 2024-10-05 14:14:36 +08:00
crazywhalecc
83ab430b9a Adjust windows build CI 2024-10-05 14:14:36 +08:00
crazywhalecc
c09bf1e878 Adjust caches 2024-10-05 14:14:36 +08:00
crazywhalecc
ecb17cc4c9 Final tests 2024-10-05 14:14:36 +08:00
crazywhalecc
7d56822e91 Final tests 2024-10-05 14:14:36 +08:00
crazywhalecc
850e6afbd0 Eval 2024-10-05 14:14:36 +08:00
crazywhalecc
09c36844e6 Eval 2024-10-05 14:14:36 +08:00
crazywhalecc
bc2fe576a7 Fix tests CI quotes 2024-10-05 14:14:36 +08:00
crazywhalecc
7facbc7a08 Fix tests CI 2024-10-05 14:14:36 +08:00
crazywhalecc
85df4731d1 Fix tests CI 2024-10-05 14:14:36 +08:00
crazywhalecc
d93c8fcb45 Add full tests 2024-10-05 14:14:36 +08:00
crazywhalecc
67a31ef4fa Add full tests 2024-10-05 14:14:36 +08:00
crazywhalecc
732fa06abb Add new tests, remove redundant code 2024-10-05 14:14:36 +08:00
crazywhalecc
0568d4b4c8 Ignore env that already set in shell scripts 2024-10-05 14:14:36 +08:00
crazywhalecc
7325368a4f Add ignore musl for phpunit test 2024-10-05 14:14:36 +08:00
crazywhalecc
c841ef5b9a Fix missing constant for PHP_SDK_PATH 2024-10-05 14:14:36 +08:00
crazywhalecc
25850ef8eb Fix LD_LIBRARY_PATH 2024-10-05 14:14:36 +08:00
crazywhalecc
8f80548739 Fix LD_LIBRARY_PATH 2024-10-05 14:14:36 +08:00
crazywhalecc
4d551f3994 Add SPC_NO_MUSL_PATH env var 2024-10-05 14:14:36 +08:00
crazywhalecc
cfda286532 Add pre-built test 2024-10-05 14:14:36 +08:00
crazywhalecc
24aac06051 Overwrite compile variables for musl wrapper build 2024-10-05 14:14:36 +08:00
crazywhalecc
4e88dba630 Separate env to env.ini file 2024-10-05 14:14:36 +08:00
Jerry Ma
2f320507ae Fix windows xz build libs (#550) 2024-10-04 22:09:06 +08:00
Jerry Ma
b62963489a Add optional workflow (#548)
* Add optional workflow

* Add optional workflow
2024-09-29 15:24:33 +08:00
Jerry Ma
29efc2c5a5 Add extension gmssl support (#544)
* Add extension gmssl support

* cs-fix

* Add framework for gmssl
2024-09-20 12:32:31 +08:00
Jerry Ma
2beecee219 Add extension msgpack support (#543) 2024-09-17 22:34:57 +08:00
Jerry Ma
ad098d085e Update redis to 6.0.2, add alternative license file searcher (#539)
* Update redis to 6.0.2, add alternative license file searcher

* Update docs about source module
2024-09-09 17:41:29 +08:00
Jerry Ma
b45081dd9c Add --custom-git (-G) option for download command (#534)
* Add --custom-git (-G) option for download command

* Update manual-build.md

* Update manual-build.md

* Update DownloadCommand.php
2024-09-05 00:00:58 +08:00
Jerry Ma
326d682e44 Make opcache patch independent (#533)
* Make opcache patch independent

* Restore tests.yml

* Workaround for older php
2024-09-05 00:00:36 +08:00