Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2695870
D25315.1734857276.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
3 KB
Referenced Files
None
Subscribers
None
D25315.1734857276.diff
View Options
diff --git a/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php b/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
--- a/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
+++ b/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
@@ -264,7 +264,7 @@
'talk to LDAP. Usually you can install it with '.
'`%s`, `%s`, or a similar package manager command.',
'yum install php-ldap',
- 'apt-get install php5-ldap'));
+ 'apt-get install php-ldap'));
}
}
diff --git a/src/applications/config/check/PhabricatorPHPConfigSetupCheck.php b/src/applications/config/check/PhabricatorPHPConfigSetupCheck.php
--- a/src/applications/config/check/PhabricatorPHPConfigSetupCheck.php
+++ b/src/applications/config/check/PhabricatorPHPConfigSetupCheck.php
@@ -83,7 +83,7 @@
// NOTE: We're intentionally telling you to install "mysqlnd" here; on
// Ubuntu, there's no separate "mysqli" package.
- phutil_tag('tt', array(), 'sudo apt-get install php5-mysqlnd'));
+ phutil_tag('tt', array(), 'sudo apt-get install php-mysqlnd'));
$this->newIssue('php.mysqli')
->setName(pht('MySQLi Extension Not Available'))
@@ -103,7 +103,7 @@
'native driver is recommended.'.
"\n\n".
'You may be able to install the native driver with a command like: %s',
- phutil_tag('tt', array(), 'sudo apt-get install php5-mysqlnd'));
+ phutil_tag('tt', array(), 'sudo apt-get install php-mysqlnd'));
$this->newIssue('php.myqlnd')
diff --git a/src/docs/user/configuration/configuration_guide.diviner b/src/docs/user/configuration/configuration_guide.diviner
--- a/src/docs/user/configuration/configuration_guide.diviner
+++ b/src/docs/user/configuration/configuration_guide.diviner
@@ -139,7 +139,7 @@
Finally, you should run the following commands to enable php support:
- $ sudo apt-get install php5-cgi # for Ubuntu; other distros should be similar
+ $ sudo apt-get install php-cgi # for Ubuntu; other distros should be similar
$ sudo lighty-enable-mod fastcgi-php
Restart lighttpd after making your edits, then continue below.
diff --git a/src/docs/user/field/restarting.diviner b/src/docs/user/field/restarting.diviner
--- a/src/docs/user/field/restarting.diviner
+++ b/src/docs/user/field/restarting.diviner
@@ -112,5 +112,5 @@
```
$ sudo /etc/init.d/php-fpm restart
-$ sudo service php5-fpm reload
+$ sudo service php-fpm reload
```
diff --git a/src/docs/user/installation_guide.diviner b/src/docs/user/installation_guide.diviner
--- a/src/docs/user/installation_guide.diviner
+++ b/src/docs/user/installation_guide.diviner
@@ -123,7 +123,7 @@
- MySQL Server (usually "mysqld" or "mysql-server" or "mariadb-server")
- PHP (usually "php")
- Required PHP extensions: mbstring, iconv, mysql (or mysqli), curl, pcntl
- (these might be something like "php-mysql" or "php5-mysqlnd")
+ (these might be something like "php-mysql" or "php-mysqlnd")
- Optional PHP extensions: gd, zip
If you already have LAMP setup, you've probably already got everything you need.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 08:47 (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1025640
Default Alt Text
D25315.1734857276.diff (3 KB)
Attached To
Mode
D25315: Generalize references to PHP 5.x Debian/Ubuntu packages
Attached
Detach File
Event Timeline
Log In to Comment