Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2801 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16142 invoked from network); 25 Jun 2003 22:08:22 -0000 Received: from unknown (HELO hasele) (216.179.74.133) by pb1.pair.com with SMTP; 25 Jun 2003 22:08:22 -0000 Received: by hasele (Postfix, from userid 1000) id AD6D94EFFA; Wed, 25 Jun 2003 18:00:10 -0400 (EDT) To: Sebastian Bergmann Cc: internals@lists.php.net Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1056578410.29138.168.camel@hasele> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 25 Jun 2003 18:00:10 -0400 Subject: Re: [PHP-DEV] [PATCH] Use HAVE_SIMPLEXML From: sterling@bumblebury.com (Sterling Hughes) 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