Skip to content

Commit ee6ac86

Browse files
committed
默认禁用xlswriter 扩展
1 parent a6faac6 commit ee6ac86

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linux-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
composer install --no-interaction --no-autoloader --no-scripts --profile --no-dev
132132
composer dump-autoload --optimize --profile --no-dev
133133
134-
php prepare.php --with-static-pie --with-libavif +inotify +apcu +ds +xlswriter +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
134+
php prepare.php --with-static-pie --with-libavif +inotify +apcu +ds +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
135135
136136
bash make-install-deps.sh
137137

.github/workflows/linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
composer install --no-interaction --no-autoloader --no-scripts --profile --no-dev
187187
composer dump-autoload --optimize --profile --no-dev
188188
189-
php prepare.php --with-static-pie --with-libavif +inotify +apcu +ds +xlswriter +pgsql +uuid ${{ inputs.build_type }} ${{ inputs.build_options }} --with-php-version=${{ env.BUILD_PHP_VERSION }}
189+
php prepare.php --with-static-pie --with-libavif +inotify +apcu +ds +pgsql +uuid ${{ inputs.build_type }} ${{ inputs.build_options }} --with-php-version=${{ env.BUILD_PHP_VERSION }}
190190
191191
bash make-install-deps.sh
192192

.github/workflows/macos-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
composer install --no-interaction --no-autoloader --no-scripts --profile
120120
composer dump-autoload --optimize --profile
121121
122-
php prepare.php --without-docker=1 --with-libavif +apcu +ds +xlswriter +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
122+
php prepare.php --without-docker=1 --with-libavif +apcu +ds +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
123123
124124
- name: Build
125125
run: |

.github/workflows/macos-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
composer install --no-interaction --no-autoloader --no-scripts --profile --no-dev
132132
composer dump-autoload --optimize --profile --no-dev
133133
134-
php prepare.php --without-docker=1 --with-libavif +apcu +ds +xlswriter +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
134+
php prepare.php --without-docker=1 --with-libavif +apcu +ds +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
135135
136136
- name: Build
137137
run: |

sapi/src/builder/enabled_extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'ds',
4444
# 'ssh2',
4545
'pgsql',
46-
'xlswriter',
46+
# 'xlswriter',
4747
'gettext',
4848
# 'phpy'
4949
];

0 commit comments

Comments
 (0)