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)
Tue, Apr 9, 11:56 AM
Unknown Object (File)
Sat, Mar 30, 7:32 AM
Unknown Object (File)
Wed, Mar 27, 12:00 PM
Unknown Object (File)
Mar 14 2024, 5:46 AM
Unknown Object (File)
Mar 10 2024, 3:16 PM
Unknown Object (File)
Mar 8 2024, 11:37 PM
Unknown Object (File)
Mar 4 2024, 8:25 PM
Unknown Object (File)
Mar 4 2024, 8:12 PM
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).