Hm i have a tsrm build but it compiled - thanks anyway.

marcus

At 15:18 12.11.2002, Ilia Alshanetsky wrote:
iliaa           Tue Nov 12 09:18:24 2002 EDT

  Modified files:
    /php4/ext/ming      ming.c
  Log:
  Fixed compile error.


Index: php4/ext/ming/ming.c
diff -u php4/ext/ming/ming.c:1.39 php4/ext/ming/ming.c:1.40
--- php4/ext/ming/ming.c:1.39   Tue Nov 12 08:16:12 2002
+++ php4/ext/ming/ming.c        Tue Nov 12 09:18:24 2002
@@ -2707,13 +2707,14 @@

 /* {{{ todo PHP_MINIT_FUNCTION(ming)
 */
+
 /* custom error handler propagates ming errors up to php */
 static void php_ming_error(char *msg, ...)
 {
-       TSRMLS_FETCH();
-
        va_list args;
        char *buffer;
+
+       TSRMLS_FETCH();

        va_start(args, msg);
        vspprintf(&buffer, 0, msg, args);



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to