Magellan Linux

Diff of /trunk/extras/php/php-7.1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29660 by niro, Thu Jul 13 14:36:18 2017 UTC revision 29661 by niro, Thu Jul 13 14:43:46 2017 UTC
# Line 443  src_compile() Line 443  src_compile()
443   --enable-shared \   --enable-shared \
444   --without-pear"   --without-pear"
445    
446     # --with-pdo-dblib=shared,/usr , mssql support, requires freetds
447   php_extensions="--with-zlib \   php_extensions="--with-zlib \
448   --with-bz2=shared \   --with-bz2=shared \
449   --enable-bcmath=shared \   --enable-bcmath=shared \
# Line 474  src_compile() Line 475  src_compile()
475   --with-sqlite=shared \   --with-sqlite=shared \
476   --with-sqlite3=shared \   --with-sqlite3=shared \
477   --enable-pdo=shared \   --enable-pdo=shared \
  --with-pdo-dblib=shared,/usr \  
478   --with-pdo-odbc=shared,unixODBC,/usr \   --with-pdo-odbc=shared,unixODBC,/usr \
479   --with-pdo-mysql=shared,mysqlnd,/usr \   --with-pdo-mysql=shared,mysqlnd,/usr \
480   --with-pdo-sqlite=shared,/usr \   --with-pdo-sqlite=shared,/usr \

Legend:
Removed from v.29660  
changed lines
  Added in v.29661