- 论坛徽章:
- 0
|
【无敌安装】四个命令整合apache2.0+php4+postgreSQL
原帖由 "hefish" 发表:
光有apache2+postgreSQL+php4 是不够的,
我还需要让我的php支持ldap, mysql,imap
所以我必须自己编译,这个编译我想不是很浪费时间吧?我大约10分钟可以完成。
php4 - server-side, HTML-embedded scripting language (meta-package)
php4-apd - PHP code execution profiler and debugger
php4-cgi - server-side, HTML-embedded scripting language (CGI binary)
php4-cli - command-line interpreter for the php4 scripting language
php4-common - Common files for packages built from the php4 source
php4-curl - CURL module for php4
php4-dbtcp - PHP bindings for DBTCP
php4-dev - Files for PHP4 module development
php4-domxml - XMLv2 module for php4
php4-gd - GD module for php4
php4-gd2 - GD module (with GD2) for php4
php4-idn - PHP api for the IDNA library
php4-imagick - ImageMagick module for php4
php4-imap - IMAP module for php4
php4-interbase - InterBase (FireBird) module for PHP4
php4-ldap - LDAP module for php4
php4-mcal - MCAL calendar module for php4
php4-mcrypt - MCrypt module for php4
php4-mhash - MHASH module for php4
php4-mysql - MySQL module for php4
php4-odbc - ODBC module for php4
php4-pear - PEAR - PHP Extension and Application Repository
php4-pear-log - Log module for PEAR
php4-pecl-ps - An extension to create PostScript files
php4-pgsql - PostgreSQL module for php4
php4-ps - An extension to create PostScript files
php4-recode - Character recoding module for php4
php4-rrdtool - RRD module for php4
php4-snmp - SNMP module for php4
php4-spplus - Secured payment system of the Caisse d'Epargne (French bank)
php4-sqlite - PHP4 bindings to SQLite, a file-based SQL engine
php4-sqlrelay - SQL Relay PHP API
php4-sybase - Sybase / MS SQL Server module for php4
php4-syck - YAML parser kit -- PHP4 bindings
php4-tclink - TrustCommerce TCLink module for php4
php4-xslt - XSLT module for php4
看看在debian下apt-cache search php查找的结果,需要什么支持也只是一个命令apt-get install而已。 |
|