--- embedaddon/php/ext/standard/streamsfuncs.h 2012/02/21 23:48:02 1.1.1.1 +++ embedaddon/php/ext/standard/streamsfuncs.h 2012/05/29 12:34:43 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: streamsfuncs.h,v 1.1.1.1 2012/02/21 23:48:02 misho Exp $ */ +/* $Id: streamsfuncs.h,v 1.1.1.2 2012/05/29 12:34:43 misho Exp $ */ /* Flags for stream_socket_client */ #define PHP_STREAM_CLIENT_PERSISTENT 1 @@ -38,6 +38,7 @@ PHP_FUNCTION(stream_select); PHP_FUNCTION(stream_set_timeout); PHP_FUNCTION(stream_set_read_buffer); PHP_FUNCTION(stream_set_write_buffer); +PHP_FUNCTION(stream_set_chunk_size); PHP_FUNCTION(stream_get_transports); PHP_FUNCTION(stream_get_wrappers); PHP_FUNCTION(stream_get_line);