Author: pierre
Date: Wed Jan 13 09:35:21 2016
New Revision: 16803

Log:
Update php_configure.txt. Still needs some testing: more to come

Modified:
   trunk/auxfiles/php_configure.txt

Modified: trunk/auxfiles/php_configure.txt
==============================================================================
--- trunk/auxfiles/php_configure.txt    Wed Jan 13 08:25:50 2016        (r16802)
+++ trunk/auxfiles/php_configure.txt    Wed Jan 13 09:35:21 2016        (r16803)
@@ -1,56 +1,56 @@
-$LastChangedBy$
-$Date$
+# $LastChangedBy$
+# $Date$
 
-./configure --prefix=/usr \
-            --sysconfdir=/etc \
-            --with-apxs2 \
-            --enable-force-cgi-redirect \
-            --enable-discard-path \
-            --enable-fastcgi \
-            --with-config-file-path=/etc \
-            --with-openssl \
-            --with-kerberos \
-            --with-pcre-regex=/usr \
-            --with-zlib \
-            --enable-bcmath \
-            --with-bz2 \
-            --enable-calendar \
-            --with-curl \
-            --with-curlwrappers \
-            --enable-dba=shared \
-            --with-gdbm \
-            --with-db4 \
-            --with-inifile \
-            --with-flatfile \
-            --enable-exif \
-            --enable-ftp \
-            --with-openssl-dir=/usr \
-            --with-gd=/usr \
-            --with-jpeg-dir=/usr \
-            --with-png-dir=/usr \
-            --with-zlib-dir=/usr \
-            --with-xpm-dir=/usr/X11R6/lib \
-            --with-freetype-dir=/usr \
-            --with-t1lib \
-            --with-gettext \
-            --with-gmp \
-            --with-ldap \
-            --with-ldap-sasl \
-            --enable-mbstring \
-            --with-mysql \
+./configure --prefix=/usr                    \
+            --sysconfdir=/etc                \
+            --localstatedir=/var             \
+            --datadir=/usr/share/php         \
+            --mandir=/usr/share/man          \
+            --enable-fpm                     \
+            --with-fpm-user=apache           \
+            --with-fpm-group=apache          \
+            --enable-discard-path            \
+            --with-config-file-path=/etc     \
+            --with-openssl                   \
+            --with-kerberos                  \
+            --with-pcre-regex=/usr           \
+            --with-zlib                      \
+            --enable-bcmath                  \
+            --with-bz2                       \
+            --enable-calendar                \
+            --with-curl                      \
+            --enable-dba=shared              \
+            --with-gdbm                      \
+            --with-db4                       \
+            --enable-inifile                 \
+            --enable-flatfile                \
+            --enable-exif                    \
+            --enable-ftp                     \
+            --with-openssl-dir=/usr          \
+            --with-gd=/usr                   \
+            --with-jpeg-dir=/usr             \
+            --with-png-dir=/usr              \
+            --with-zlib-dir=/usr             \
+            --with-xpm-dir=/usr              \
+            --with-freetype-dir=/usr         \
+            --with-gettext                   \
+            --with-gmp                       \
+            --with-ldap                      \
+            --with-ldap-sasl                 \
+            --enable-mbstring                \
+            --with-mysqli=mysqlnd            \
             --with-mysql-sock=/var/run/mysql \
-            --with-ncurses \
-            --with-unixODBC=/usr \
-            --with-pdo-mysql \
-            --with-pdo-odbc=unixODBC,/usr \
-            --with-pdo-pgsql \
-            --without-pdo-sqlite \
-            --with-pgsql \
-            --with-pspell \
-            --with-readline \
-            --with-snmp \
-            --enable-sockets \
-            --with-tidy \
-            --with-xsl \
+            --with-unixODBC=/usr             \
+            --with-pdo-mysql                 \
+            --with-pdo-odbc=unixODBC,/usr    \
+            --with-pdo-pgsql                 \
+            --without-pdo-sqlite             \
+            --with-pgsql                     \
+            --with-pspell                    \
+            --with-readline                  \
+            --with-snmp                      \
+            --enable-sockets                 \
+            --with-tidy                      \
+            --with-xsl                       \
             --with-iconv
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to