]> granicus.if.org Git - php/commitdiff
fix build
authorAntony Dovgal <tony2001@php.net>
Thu, 8 Apr 2010 09:56:18 +0000 (09:56 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 8 Apr 2010 09:56:18 +0000 (09:56 +0000)
main/streams/streams.c

index 58a507446fbd998deb3465a8423ca2db82e201ae..ccb7e34632f9c57580e86c92fef75408c6804cac 100755 (executable)
@@ -598,7 +598,7 @@ PHPAPI size_t _php_stream_read(php_stream *stream, char *buf, size_t size TSRMLS
                if (size == 0) {
                        break;
                }
-__debugbreak();
+
                if (!stream->readfilters.head && (stream->flags & PHP_STREAM_FLAG_NO_BUFFER || stream->chunk_size == 1)) {
                        toread = stream->ops->read(stream, buf, size TSRMLS_CC);
                } else {