Page MenuHomePhabricator

Install PHP mbstring extension on RHEL & friends
ClosedPublic

Authored by fcoelho on Apr 14 2014, 9:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 11:51 AM
Unknown Object (File)
Thu, Dec 5, 12:35 AM
Unknown Object (File)
Mon, Dec 2, 9:23 PM
Unknown Object (File)
Tue, Nov 26, 9:02 PM
Unknown Object (File)
Mon, Nov 25, 3:29 PM
Unknown Object (File)
Sat, Nov 23, 2:39 PM
Unknown Object (File)
Sat, Nov 23, 2:29 PM
Unknown Object (File)
Fri, Nov 22, 12:07 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPf27f7dce528e: Install PHP mbstring extension on RHEL & friends
Summary

The mbstring extension for PHP is not a dependency to any of the already
listed packages on RHEL-like systems, and is needed by Phabricator
(showing a "install mbstring" message as the first thing if it is not
installed)

RHEL seems to have some extra steps to allow php-mbstring to be installed, though:

http://snippets.roozbehk.com/post/35750940300/php-mbstring-missing-on-red-hat-enterprise-linux-6

PS: disabled lint for this change because of the already >80 chars long "yum install" string

Test Plan
  • Created a new container with docker using both centos:6.4 and fedora:20 images
  • Ran install script
  • Started httpd and mysqld services
  • Browsed to server's address
  • Got error message
  • Installed php-mbstring & restarted httpd
  • Works

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

fcoelho retitled this revision from to Install PHP mbstring extension on RHEL & friends.
fcoelho updated this object.
fcoelho edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Apr 14 2014, 9:59 PM
epriestley updated this revision to Diff 20813.

Closed by commit rPf27f7dce528e (authored by @fcoelho, committed by @epriestley).