File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99> 本项目 派生于 [ swoole-cli] ( https://github.com/swoole/swoole-cli/ )
1010
11-
1211> 代码与 swoole-cli 项目的 build_native_php 分支的代码 保持一致
1312
1413> 构建流程 与 swoole-cli 构建流程一致
Original file line number Diff line number Diff line change 11<?php
22
3- <<<<<<< HEAD
4-
53$ project_dir = realpath (__DIR__ . '/../../ ' );
64$ php_version_tag = trim (file_get_contents ($ project_dir . '/sapi/PHP-VERSION.conf ' ));
75# $php_version_tag = '8.2.29';
8- =======
9- $ project_dir = realpath (__DIR__ . '/../../ ' );
10- $ php_version_tag = trim (file_get_contents ($ project_dir . '/sapi/PHP-VERSION.conf ' ));
11- >>>>>>> experiment-feature
126$ php_source_folder = $ project_dir . "/var/php- {$ php_version_tag }" ;
137$ php_archive_file = $ project_dir . "/pool/php-tar/php- {$ php_version_tag }.tar.gz " ;
148// github.com
159$ php_archive_file_sha256sum = '22bd132176a2ff5140dd38d30213364ce1119edda4521280d5249bc1f55721e9 ' ;
1610// php.net
1711// $php_archive_file_sha256sum = '40341f3e03a36d48facdb6cc2ec600ff887a1af9a5e5fee0b40f40b61488afae';
18- <<<<<<< HEAD
1912
20- =======
21- >>>>>>> experiment-feature
2213$ download_dir = dirname ($ php_archive_file );
2314$ download_php_counter = 0 ;
2415
You can’t perform that action at this time.
0 commit comments