Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 8, 2024
2 parents bd48737 + 9c974fc commit 63291d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sapi/DownloadPHPSourceCode.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php

$poject_dir = realpath(__DIR__ . '/../');
$php_version_tag = trim(file_get_contents($poject_dir . '/sapi/PHP-VERSION.conf'));
# $php_version_tag = trim(file_get_contents($poject_dir . '/sapi/PHP-VERSION.conf'));
$php_version_tag = "8.2.13";
define("PHP_SRC_DIR", $poject_dir . "/var/php-{$php_version_tag}");
$php_source_folder = PHP_SRC_DIR;
$php_file = $poject_dir . "/pool/lib/php-{$php_version_tag}.tar.gz";
Expand Down
3 changes: 2 additions & 1 deletion sync-source-code.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@
echo "synchronizing .... ";
echo PHP_EOL;
echo PHP_EOL;
echo `$SYNC_SOURCE_CODE_SHELL`;
# 暂停执行
# echo `$SYNC_SOURCE_CODE_SHELL`;
echo PHP_EOL;
echo PHP_EOL;
echo "synchronizing end ";
Expand Down

0 comments on commit 63291d7

Please sign in to comment.