Skip to content

Commit

Permalink
Added pdo_mysql to php install script
Browse files Browse the repository at this point in the history
  • Loading branch information
danio1024 committed Apr 30, 2013
1 parent c4e906e commit bbc16ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/install.sh
Expand Up @@ -59,6 +59,7 @@ cd php-5.4.7
--with-config-file-path=$OPENSHIFT_RUNTIME_DIR/srv/php/etc/apache2 \
--with-layout=PHP \
--with-apxs2=$OPENSHIFT_RUNTIME_DIR/srv/httpd/bin/apxs \
--with-pdo-mysql \
--enable-mbstring \
--enable-intl \
--with-icu-dir=$OPENSHIFT_RUNTIME_DIR/srv/icu
Expand Down

0 comments on commit bbc16ee

Please sign in to comment.