helly Sat Oct 1 11:46:31 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/spl config.m4 Log: - SPL may extend SimpleXML (if present) http://cvs.php.net/diff.php/php-src/ext/spl/config.m4?r1=1.13&r2=1.13.2.1&ty=u Index: php-src/ext/spl/config.m4 diff -u php-src/ext/spl/config.m4:1.13 php-src/ext/spl/config.m4:1.13.2.1 --- php-src/ext/spl/config.m4:1.13 Tue Feb 8 15:42:47 2005 +++ php-src/ext/spl/config.m4 Sat Oct 1 11:46:31 2005 @@ -1,4 +1,4 @@ -dnl $Id: config.m4,v 1.13 2005/02/08 20:42:47 helly Exp $ +dnl $Id: config.m4,v 1.13.2.1 2005/10/01 15:46:31 helly Exp $ dnl config.m4 for extension SPL PHP_ARG_ENABLE(spl, enable SPL suppport, @@ -10,5 +10,4 @@ fi AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support]) PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c spl_sxe.c spl_exceptions.c spl_observer.c, $ext_shared) - PHP_ADD_EXTENSION_DEP(spl, simplexml) fi
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php