cataphract Sun, 01 May 2011 04:16:28 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310682
Log:
- Fixed accidental change.
Changed paths:
U php/php-src/branches/PHP_5_3/main/streams/streams.c
U php/php-src/trunk/main/streams/streams.c
Modified: php/php-src/branches/PHP_5_3/main/streams/streams.c
===================================================================
--- php/php-src/branches/PHP_5_3/main/streams/streams.c 2011-05-01 03:57:01 UTC
(rev 310681)
+++ php/php-src/branches/PHP_5_3/main/streams/streams.c 2011-05-01 04:16:28 UTC
(rev 310682)
@@ -427,7 +427,7 @@
stream->orig_path = NULL;
}
-# if defined(PHP_WIN32_)
+# if defined(PHP_WIN32)
OutputDebugString(leakinfo);
# else
fprintf(stderr, "%s", leakinfo);
Modified: php/php-src/trunk/main/streams/streams.c
===================================================================
--- php/php-src/trunk/main/streams/streams.c 2011-05-01 03:57:01 UTC (rev
310681)
+++ php/php-src/trunk/main/streams/streams.c 2011-05-01 04:16:28 UTC (rev
310682)
@@ -503,7 +503,7 @@
stream->orig_path = NULL;
}
-# if defined(PHP_WIN32_)
+# if defined(PHP_WIN32)
OutputDebugString(leakinfo);
# else
fprintf(stderr, "%s", leakinfo);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php