Skip to content

Commit b28afc9

Browse files
committed
解决合并冲突
1 parent ad40cb8 commit b28afc9

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
> 本项目 派生于 [swoole-cli](https://github.com/swoole/swoole-cli/)
1010
11-
1211
> 代码与 swoole-cli 项目的 build_native_php 分支的代码 保持一致
1312
1413
> 构建流程 与 swoole-cli 构建流程一致

sapi/scripts/download-php-src-archive.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
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

0 commit comments

Comments
 (0)