chregu Mon Jan 19 06:07:19 2004 EDT Modified files: /php-src/ext/spl config.m4 Log: fix typo Index: php-src/ext/spl/config.m4 diff -u php-src/ext/spl/config.m4:1.8 php-src/ext/spl/config.m4:1.9 --- php-src/ext/spl/config.m4:1.8 Mon Jan 19 03:48:30 2004 +++ php-src/ext/spl/config.m4 Mon Jan 19 06:07:19 2004 @@ -1,8 +1,8 @@ -dnl $Id: config.m4,v 1.8 2004/01/19 08:48:30 helly Exp $ +dnl $Id: config.m4,v 1.9 2004/01/19 11:07:19 chregu Exp $ dnl config.m4 for extension SPL PHP_ARG_ENABLE(spl, enable SPL suppport, -[ --disable-spl Enable Standard PHP Library], yes) +[ --disable-spl Disable Standard PHP Library], yes) if test "$PHP_SPL" != "no"; then if test "$ext_shared" = "yes"; then
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php