cataphract Fri, 19 Nov 2010 23:42:44 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=305576
Log: - Reverted unintended change. Changed paths: U php/php-src/trunk/main/streams/streams.c Modified: php/php-src/trunk/main/streams/streams.c =================================================================== --- php/php-src/trunk/main/streams/streams.c 2010-11-19 23:35:55 UTC (rev 305575) +++ php/php-src/trunk/main/streams/streams.c 2010-11-19 23:42:44 UTC (rev 305576) @@ -475,7 +475,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