Could it be the other way round?

I have configured
...
   --enable-debug \
   --enable-experimental-zts \
   --enable-tsrm-pth \
   --enable-inline-optimization \
   CFLAGS=-Wall \

marcus

At 17:48 13.04.2002, you wrote:
>     Maybe you didn't tested ZTS mode?
>
>On Sat, Apr 13, 2002 at 02:39:36AM +0200, Marcus Börger wrote :
> > Sure i do and it worked fine for all tests!?
> >
> > marcus
> >
> > At 00:02 13.04.2002, you wrote:
> > >sniper          Fri Apr 12 18:02:30 2002 EDT
> > >
> > >  Modified files:
> > >    /php4/ext/exif      exif.c
> > >  Log:
> > >  Fix the build.
> > >  # Marcus, do you TEST build at all before you commit?!
> > >
> > >
> > >Index: php4/ext/exif/exif.c
> > >diff -u php4/ext/exif/exif.c:1.89 php4/ext/exif/exif.c:1.90
> > >--- php4/ext/exif/exif.c:1.89   Fri Apr 12 12:35:56 2002
> > >+++ php4/ext/exif/exif.c        Fri Apr 12 18:02:28 2002
> > >@@ -17,7 +17,7 @@
> > > 
> +----------------------------------------------------------------------+
> > >  */
> > >
> > >-/* $Id: exif.c,v 1.89 2002/04/12 16:35:56 helly Exp $ */
> > >+/* $Id: exif.c,v 1.90 2002/04/12 22:02:28 sniper Exp $ */
> > >
> > > /*  ToDos
> > >  *
> > >@@ -107,9 +107,7 @@
> > > };
> > > /* }}} */
> > >
> > >-#define EXIF_VERSION "1.3 $Id: exif.c,v 1.89 2002/04/12 16:35:56 helly
> > >Exp $"
> > >-
> > >-ZEND_DECLARE_MODULE_GLOBALS(exif)
> > >+#define EXIF_VERSION "1.3 $Id: exif.c,v 1.90 2002/04/12 22:02:28 sniper
> > >Exp $"
> > >
> > > /* {{{ PHP_MINFO_FUNCTION
> > >  */
> > >@@ -132,6 +130,8 @@
> > >        char * decode_jis_be;
> > >        char * decode_jis_le;
> > > ZEND_END_MODULE_GLOBALS(exif)
> > >+
> > >+ZEND_DECLARE_MODULE_GLOBALS(exif)
> > >
> > > #ifdef ZTS
> > > #define EXIF_G(v) TSRMG(exif_globals_id, zend_exif_globals *, v)
> > >
> > >
> > >
> > >--
> > >PHP CVS Mailing List (http://www.php.net/)
> > >To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
>--
>Please always Cc to me when replying to me on the lists.
>GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
>"Mind if I MFH ?" "What QA did you do on it?" "the usual?" "ah... none :)"


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to