Skip to content

Commit f68adc3

Browse files
Update src/Package/Target/php.php
Co-authored-by: Copilot <[email protected]>
1 parent 4a96875 commit f68adc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Package/Target/php.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ public function makeEmbedForUnix(TargetPackage $package, PackageInstaller $insta
447447

448448
// process shared extensions that built-with-php
449449
$increment_files = $diff->getChangedFiles();
450+
$files = [];
450451
foreach ($increment_files as $increment_file) {
451452
$builder->deployBinary($increment_file, $increment_file, false);
452453
$files[] = basename($increment_file);

0 commit comments

Comments
 (0)