wez             Tue May 25 09:17:01 2004 EDT

  Modified files:              
    /php-src/main/streams       plain_wrapper.c 
  Log:
  DEBUG -> PHP_DEBUG
  
  
http://cvs.php.net/diff.php/php-src/main/streams/plain_wrapper.c?r1=1.37&r2=1.38&ty=u
Index: php-src/main/streams/plain_wrapper.c
diff -u php-src/main/streams/plain_wrapper.c:1.37 
php-src/main/streams/plain_wrapper.c:1.38
--- php-src/main/streams/plain_wrapper.c:1.37   Tue May 25 09:00:25 2004
+++ php-src/main/streams/plain_wrapper.c        Tue May 25 09:17:01 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: plain_wrapper.c,v 1.37 2004/05/25 13:00:25 wez Exp $ */
+/* $Id: plain_wrapper.c,v 1.38 2004/05/25 13:17:01 wez Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -428,7 +428,7 @@
                                data->file = NULL;
                        }
                } else if (data->fd != -1) {
-#ifdef DEBUG
+#ifdef PHP_DEBUG
                        if (data->fd == 2 && 0 == strcmp(sapi_module.name, "cli")) {
                                /* don't close stderr in CLI in DEBUG mode, as we want 
to see any leaks */
                                ret = 0;

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

Reply via email to