Skip to content

Instantly share code, notes, and snippets.

@matsubo
Forked from tanakahisateru/gist:1344162
Created March 3, 2012 08:07

Revisions

  1. matsubo revised this gist Mar 3, 2012. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,6 @@
    --with-mysql \
    --with-mysqli=/opt/local/bin/mysql_config5 \
    --with-mysql-sock=/opt/local/var/run/mysql5/mysqld.sock \
    --with-pgsql \
    --with-pear \
    --enable-mbstring \
    --with-curl \
  2. matsubo revised this gist Mar 3, 2012. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,6 @@
    --enable-pdo \
    --with-pdo-sqlite \
    --with-pdo-mysql \
    --with-pdo-pgsql \
    --with-mysql \
    --with-mysqli=/opt/local/bin/mysql_config5 \
    --with-mysql-sock=/opt/local/var/run/mysql5/mysqld.sock \
  3. matsubo revised this gist Mar 3, 2012. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,6 @@
    --enable-sockets \
    --with-gd \
    --with-jpeg-dir=/opt/local \
    --with-vpx-dir=/opt/local \
    --with-png-dir=/opt/local \
    --with-xpm-dir=/opt/local \
    --with-freetype-dir=/opt/local \
  4. @tanakahisateru tanakahisateru revised this gist Nov 30, 2011. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,8 @@
    --with-pdo-mysql \
    --with-pdo-pgsql \
    --with-mysql \
    --with-mysqli=/opt/local/bin/mysql_config5 \
    --with-mysql-sock=/opt/local/var/run/mysql5/mysqld.sock \
    --with-pgsql \
    --with-pear \
    --enable-mbstring \
  5. @tanakahisateru tanakahisateru revised this gist Nov 7, 2011. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,7 @@
    --with-pgsql \
    --with-pear \
    --enable-mbstring \
    --with-curl \
    --enable-ftp \
    --enable-soap \
    --enable-sockets \
    @@ -27,10 +28,11 @@
    --with-openssl \
    --with-libxml-dir=/opt/local \
    --with-xsl \
    --with-mcrypt=/opt/local \
    --with-zlib=/opt/local \
    --with-bz2=/opt/local \
    --with-mhash=/opt/local \
    --with-pcre-regex=/opt/local \
    --with-readline=/opt/local \
    --with-iconv=/opt/local \
    --with-gettext=/opt/local
    --with-gettext=/opt/local
  6. @tanakahisateru tanakahisateru created this gist Nov 7, 2011.
    36 changes: 36 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    ./configure \
    --prefix=/opt/local/php/5.4 \
    --bindir=/opt/local/bin \
    --with-config-file-path=/opt/local/php/5.4/etc \
    --with-config-file-scan-dir=/opt/local/php/5.4/var/db \
    --mandir=/opt/local/php/5.4/share/man \
    --infodir=/opt/local/php/5.4/share/info \
    --program-suffix=-5.4 \
    --with-apxs2=/opt/local/apache2/bin/apxs \
    --enable-pdo \
    --with-pdo-sqlite \
    --with-pdo-mysql \
    --with-pdo-pgsql \
    --with-mysql \
    --with-pgsql \
    --with-pear \
    --enable-mbstring \
    --enable-ftp \
    --enable-soap \
    --enable-sockets \
    --with-gd \
    --with-jpeg-dir=/opt/local \
    --with-vpx-dir=/opt/local \
    --with-png-dir=/opt/local \
    --with-xpm-dir=/opt/local \
    --with-freetype-dir=/opt/local \
    --with-openssl \
    --with-libxml-dir=/opt/local \
    --with-xsl \
    --with-zlib=/opt/local \
    --with-bz2=/opt/local \
    --with-mhash=/opt/local \
    --with-pcre-regex=/opt/local \
    --with-readline=/opt/local \
    --with-iconv=/opt/local \
    --with-gettext=/opt/local