PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, PHP 5.1.2
+- Added new extensions (Ilia,Wez)
+ . XmlWriter
+ . Hash
- Moved reflection into its own extension. (Marcus)
- Added reflection constants as class constants. (Johannes)
- Added --enable-gcov configure option to enable C-level code coverage.
dnl config.m4 for extension hash
PHP_ARG_ENABLE(hash, whether to enable hash support,
-[ --enable-hash Enable hash support])
+[ --disable-hash Disable hash support], yes)
if test "$PHP_HASH" != "no"; then
AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension])
CPPFLAGS=$old_CPPFLAGS
])
-PHP_ARG_WITH(xmlwriter, for XMLWriter support,
-[ --with-xmlwriter Include XMLWriter support.])
+PHP_ARG_ENABLE(xmlwriter, whether to enable XMLWriter support,
+[ --disable-xmlwriter Disable XMLWriter support.], yes)
if test "$PHP_XMLWRITER" != "no"; then