PIE - 확장을 위한 PHP 설치 프로그램
PIE를 실행하려면 PHP 8.1 이상이 필요하지만, PIE는 설치된 모든 PHP 버전에 확장 기능을 설치할 수 있습니다.
$ pie install example/example-pie-extension
This command may need elevated privileges, and may prompt you for your password.
You are running PHP 8.3.10
Target PHP installation: 8.3.10 nts, on Linux/OSX/etc x86_64 (from /usr/bin/php8.3)
Found package: example/example-pie-extension:1.0.1 which provides ext-example_pie_extension
phpize complete.
Configure complete.
Build complete: /tmp/pie_downloader_66e0b1de73cdb6.04069773/example-example-pie-extension-769f906/modules/example_pie_extension.so
Install complete: /usr/lib/php/20230831/example_pie_extension.so
You must now add "extension=example_pie_extension" to your php.ini
$
By 웹학교
|
댓글을 작성하시려면 로그인이 필요합니다.