mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Document that ext/mysqli may be used instead of ext/mysql
Test Plan: Read. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4348
This commit is contained in:
parent
7fe5f218ba
commit
3894461227
1 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,8 @@ If you are installing on Ubuntu or an RedHat derivative, there are install
|
||||||
scripts available which should handle most of the things discussed in this
|
scripts available which should handle most of the things discussed in this
|
||||||
document for you:
|
document for you:
|
||||||
|
|
||||||
- **RedHat Derivatives**: <http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh>
|
- **RedHat Derivatives**:
|
||||||
|
<http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh>
|
||||||
- **Ubuntu**: <http://www.phabricator.com/rsrc/install/install_ubuntu.sh>
|
- **Ubuntu**: <http://www.phabricator.com/rsrc/install/install_ubuntu.sh>
|
||||||
|
|
||||||
If those work for you, you can skip directly to the
|
If those work for you, you can skip directly to the
|
||||||
|
@ -45,8 +46,8 @@ Otherwise, here's a general description of what you need to install:
|
||||||
- Apache (usually "httpd" or "apache2") (or nginx)
|
- Apache (usually "httpd" or "apache2") (or nginx)
|
||||||
- MySQL Server (usually "mysqld" or "mysql-server")
|
- MySQL Server (usually "mysqld" or "mysql-server")
|
||||||
- PHP (usually "php")
|
- PHP (usually "php")
|
||||||
- Required PHP extensions: mbstring, iconv, mysql, curl, pcntl (these might be
|
- Required PHP extensions: mbstring, iconv, mysql (or mysqli), curl, pcntl
|
||||||
something like "php-mysql" or "php5-mysql")
|
(these might be something like "php-mysql" or "php5-mysql")
|
||||||
- Optional PHP extensions: gd, apc (special instructions for APC are available
|
- Optional PHP extensions: gd, apc (special instructions for APC are available
|
||||||
below if you have difficulty installing it), xhprof (instructions below,
|
below if you have difficulty installing it), xhprof (instructions below,
|
||||||
you only need this if you are developing Phabricator)
|
you only need this if you are developing Phabricator)
|
||||||
|
|
Loading…
Reference in a new issue