Revisions
-
matsubo revised this gist
Mar 3, 2012 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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-pear \ --enable-mbstring \ --with-curl \ -
matsubo revised this gist
Mar 3, 2012 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,6 @@ --enable-pdo \ --with-pdo-sqlite \ --with-pdo-mysql \ --with-mysql \ --with-mysqli=/opt/local/bin/mysql_config5 \ --with-mysql-sock=/opt/local/var/run/mysql5/mysqld.sock \ -
matsubo revised this gist
Mar 3, 2012 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,6 @@ --enable-sockets \ --with-gd \ --with-jpeg-dir=/opt/local \ --with-png-dir=/opt/local \ --with-xpm-dir=/opt/local \ --with-freetype-dir=/opt/local \ -
tanakahisateru revised this gist
Nov 30, 2011 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 \ -
tanakahisateru revised this gist
Nov 7, 2011 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
tanakahisateru created this gist
Nov 7, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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