From: <abe...@us...> - 2014-01-23 00:35:34
|
Revision: 6373 http://sourceforge.net/p/astlinux/code/6373 Author: abelbeck Date: 2014-01-23 00:35:32 +0000 (Thu, 23 Jan 2014) Log Message: ----------- php, enable SimpleXML support for default builds Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux18.config Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2014-01-22 22:17:54 UTC (rev 6372) +++ branches/1.0/astlinux-ast11.config 2014-01-23 00:35:32 UTC (rev 6373) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6371-dirty Configuration -# Mon Jan 20 14:49:32 2014 +# Buildroot 2011.08-svn6372-dirty Configuration +# Wed Jan 22 18:33:28 2014 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -457,7 +457,7 @@ # BR2_PACKAGE_PHP_EXT_CURL is not set BR2_PACKAGE_PHP_EXT_LIBXML2=y BR2_PACKAGE_PHP_EXT_XMLPARSER=y -# BR2_PACKAGE_PHP_EXT_SIMPLEXML is not set +BR2_PACKAGE_PHP_EXT_SIMPLEXML=y BR2_PACKAGE_PHP_EXT_ZLIB=y # BR2_PACKAGE_PHP_EXT_EXIF is not set # BR2_PACKAGE_PHP_EXT_FTP is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2014-01-22 22:17:54 UTC (rev 6372) +++ branches/1.0/astlinux18.config 2014-01-23 00:35:32 UTC (rev 6373) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6371-dirty Configuration -# Mon Jan 20 14:49:27 2014 +# Buildroot 2011.08-svn6372-dirty Configuration +# Wed Jan 22 18:33:27 2014 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -457,7 +457,7 @@ # BR2_PACKAGE_PHP_EXT_CURL is not set BR2_PACKAGE_PHP_EXT_LIBXML2=y BR2_PACKAGE_PHP_EXT_XMLPARSER=y -# BR2_PACKAGE_PHP_EXT_SIMPLEXML is not set +BR2_PACKAGE_PHP_EXT_SIMPLEXML=y BR2_PACKAGE_PHP_EXT_ZLIB=y # BR2_PACKAGE_PHP_EXT_EXIF is not set # BR2_PACKAGE_PHP_EXT_FTP is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |