Skip to content

Commit 3894461

Browse files
author
vrana
committed
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
1 parent 7fe5f21 commit 3894461

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/docs/installation_guide.diviner

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ If you are installing on Ubuntu or an RedHat derivative, there are install
3232
scripts available which should handle most of the things discussed in this
3333
document for you:
3434

35-
- **RedHat Derivatives**: <http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh>
35+
- **RedHat Derivatives**:
36+
<http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh>
3637
- **Ubuntu**: <http://www.phabricator.com/rsrc/install/install_ubuntu.sh>
3738

3839
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:
4546
- Apache (usually "httpd" or "apache2") (or nginx)
4647
- MySQL Server (usually "mysqld" or "mysql-server")
4748
- PHP (usually "php")
48-
- Required PHP extensions: mbstring, iconv, mysql, curl, pcntl (these might be
49-
something like "php-mysql" or "php5-mysql")
49+
- Required PHP extensions: mbstring, iconv, mysql (or mysqli), curl, pcntl
50+
(these might be something like "php-mysql" or "php5-mysql")
5051
- Optional PHP extensions: gd, apc (special instructions for APC are available
5152
below if you have difficulty installing it), xhprof (instructions below,
5253
you only need this if you are developing Phabricator)

0 commit comments

Comments
 (0)