Skip to content

Commit 8c11439

Browse files
snarkmasterepriestley
authored and
epriestley
committedJan 2, 2014
Enable Evil^H^H^H^HJSON for PHP on Ubuntu 13.10
Summary: Good news. Starting with Ubuntu 13.10, Phabricator can legally be used by evil dictators, mad scientists, and toxic derivative creators. The JSON implementation prohibiting evil (http://www.phoronix.com/scan.php?page=news_item&px=MTQ0MTY) was ripped out and replaced by the Evil-friendly PHP license: https://github.com/remicollet/pecl-json-c/blob/master/LICENSE Test Plan: ran the shell script, Phabricator no longer fails with "Call to undefined function json_decode". Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7878
1 parent 73e88bb commit 8c11439

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎scripts/install/install_ubuntu.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ echo
4343
set +x
4444

4545
sudo apt-get -qq update
46-
sudo apt-get install $GIT mysql-server apache2 php5 php5-mysql php5-gd php5-dev php5-curl php-apc php5-cli dpkg-dev
46+
sudo apt-get install \
47+
$GIT mysql-server apache2 dpkg-dev \
48+
php5 php5-mysql php5-gd php5-dev php5-curl php-apc php5-cli php5-json
4749

4850
# Enable mod_rewrite
4951
sudo a2enmod rewrite

0 commit comments

Comments
 (0)
Failed to load comments.