Skip to content

Commit 4dc870f

Browse files
committed
copy php.ini-production from php-src, linter, update ruby version
1 parent 101b114 commit 4dc870f

6 files changed

Lines changed: 7 additions & 1878 deletions

File tree

build-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ fi
5858

5959
mkdir -p package/etc/php.d
6060
mkdir -p package/modules
61+
[ -f source_file ] && cp -f dist/static-php-cli/source/php-src/php.ini-production package/etc/php.ini
6162

6263
cd dist
6364
glibc_version=$(ldd -v "$bin" | awk '/GLIBC_/ {gsub(/[()]/, "", $2); print $2}' | grep -v GLIBC_PRIVATE | sort -V | tail -n1)

caddy/frankenphp/Caddyfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
{
43
{$CADDY_GLOBAL_OPTIONS}
54

package/Caddyfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@
5050

5151
php_server
5252
}
53-

package/content/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
});
1212

1313
$i++;
14-
} while ($ok);
14+
} while ($ok);

0 commit comments

Comments
 (0)