mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 07:45:39 +08:00
Use diff to detect and deploy-patch new shared extensions that built with php
This commit is contained in:
@@ -118,6 +118,8 @@ abstract class UnixBuilderBase extends BuilderBase
|
||||
*/
|
||||
public function deployBinary(string $src, string $dst, bool $executable = true): string
|
||||
{
|
||||
logger()->debug('Deploying binary from ' . $src . ' to ' . $dst);
|
||||
|
||||
// UPX for linux
|
||||
$upx_option = (bool) $this->getOption('with-upx-pack', false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user