Skip to content

Commit e2d9619

Browse files
committed
Add ext-phpy
1 parent 9544417 commit e2d9619

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ tmp-php.ini
314314
/ext/ds
315315
/ext/xlswriter
316316
/ext/uuid
317+
/ext/phpy
317318
/.phpunit.result.cache
318319
/samples/sfx/*.phar
319320
.php-cs-fixer.cache

sapi/scripts/build-swoole-cli-with-linux-gcc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ fi
5050
--with-imagick \
5151
--with-yaml \
5252
--with-readline \
53+
--enable-phpy --with-python-config=python3-config \
5354
--enable-opcache
5455

5556
make -j "$(nproc)"

sapi/scripts/install-deps-on-ubuntu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ sudo apt install libyaml-dev \
3434
libonig-dev \
3535
libxslt-dev \
3636
libzip-dev \
37-
libavif-dev
37+
libavif-dev \
38+
libpython3-dev

0 commit comments

Comments
 (0)