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