“Php”的版本间的差异
来自百问网嵌入式Linux wiki
(创建页面,内容为“Category:LinuxTools”) |
标签:visualeditor-switched |
||
第1行: | 第1行: | ||
[[Category:LinuxTools]] | [[Category:LinuxTools]] | ||
+ | =如何安装到开发板= | ||
+ | ==buildroot安装== | ||
+ | |||
+ | <source lang="makefile"> | ||
+ | > Target packages | ||
+ | > Interpreter languages and scripting | ||
+ | [*] php | ||
+ | [*] CGI interface | ||
+ | [ ] CLI interface | ||
+ | [*] FPM interface | ||
+ | Extensions ---> | ||
+ | [*] Readline | ||
+ | [*] Session | ||
+ | *** Compression extensions *** | ||
+ | [*] zlib | ||
+ | *** Cryptography extensions *** | ||
+ | [ ] hash | ||
+ | [ ] mcrypt | ||
+ | [ ] openssl | ||
+ | *** Database extensions *** | ||
+ | [ ] DBA | ||
+ | [ ] Mysqli | ||
+ | [ ] SQLite3 | ||
+ | [ ] PDO | ||
+ | *** Human language and character encoding support *** | ||
+ | *** Gettext support needs NLS enabled *** | ||
+ | [ ] iconv | ||
+ | [ ] intl | ||
+ | [ ] mbstring | ||
+ | *** Image processing *** | ||
+ | [ ] EXIF | ||
+ | [ ] GD | ||
+ | *** Mathematical extensions *** | ||
+ | [ ] BC math | ||
+ | [ ] GMP | ||
+ | *** Other basic extensions *** | ||
+ | [*] JSON | ||
+ | [ ] Tokenizer | ||
+ | *** Other services *** | ||
+ | [ ] cURL | ||
+ | [ ] FTP | ||
+ | [ ] SNMP | ||
+ | [*] sockets | ||
+ | *** Process Control *** | ||
+ | [ ] PCNTL | ||
+ | [*] Posix | ||
+ | External php extensions ---> | ||
+ | </source> |
2019年12月25日 (三) 17:04的最新版本
如何安装到开发板
buildroot安装
> Target packages
> Interpreter languages and scripting
[*] php
[*] CGI interface
[ ] CLI interface
[*] FPM interface
Extensions --->
[*] Readline
[*] Session
*** Compression extensions ***
[*] zlib
*** Cryptography extensions ***
[ ] hash
[ ] mcrypt
[ ] openssl
*** Database extensions ***
[ ] DBA
[ ] Mysqli
[ ] SQLite3
[ ] PDO
*** Human language and character encoding support ***
*** Gettext support needs NLS enabled ***
[ ] iconv
[ ] intl
[ ] mbstring
*** Image processing ***
[ ] EXIF
[ ] GD
*** Mathematical extensions ***
[ ] BC math
[ ] GMP
*** Other basic extensions ***
[*] JSON
[ ] Tokenizer
*** Other services ***
[ ] cURL
[ ] FTP
[ ] SNMP
[*] sockets
*** Process Control ***
[ ] PCNTL
[*] Posix
External php extensions --->