go for it. -sterling
On Wed, 2003-06-25 at 17:14, Sebastian Bergmann wrote: > The following patch adds the use of HAVE_SIMPLEXML. Any objections? > > cvs server: Diffing . > Index: simplexml.c > =================================================================== > RCS file: /repository/php-src/ext/simplexml/simplexml.c,v > retrieving revision 1.41 > diff -u -r1.41 simplexml.c > --- simplexml.c 14 Jun 2003 18:15:50 -0000 1.41 > +++ simplexml.c 25 Jun 2003 21:13:15 -0000 > @@ -22,6 +22,8 @@ > #include "config.h" > #endif > > +#if HAVE_SIMPLEXML > + > #include "php.h" > #include "php_ini.h" > #include "ext/standard/info.h" > @@ -1041,6 +1043,8 @@ > > } > /* }}} */ > + > +#endif /* HAVE_SIMPLEXML */ > > /** > * Local Variables: > cvs server: Diffing examples > cvs server: Diffing tests > > -- > Sebastian Bergmann > http://sebastian-bergmann.de/ http://phpOpenTracker.de/ > > http://www.professionelle-softwareentwicklung-mit-php5.de/ -- "I can't give you a brain, so I'll give you a diploma" - The Great Oz, The Wizard of Oz -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php