helly Sat Jan 27 20:31:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams memory.c Log: - Disable memory streams set option until 5.2.2 http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.8.2.6.2.13&r2=1.8.2.6.2.14&diff_format=u Index: php-src/main/streams/memory.c diff -u php-src/main/streams/memory.c:1.8.2.6.2.13 php-src/main/streams/memory.c:1.8.2.6.2.14 --- php-src/main/streams/memory.c:1.8.2.6.2.13 Sat Jan 27 20:25:11 2007 +++ php-src/main/streams/memory.c Sat Jan 27 20:31:51 2007 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: memory.c,v 1.8.2.6.2.13 2007/01/27 20:25:11 helly Exp $ */ +/* $Id: memory.c,v 1.8.2.6.2.14 2007/01/27 20:31:51 helly Exp $ */ #define _GNU_SOURCE #include "php.h" @@ -279,7 +279,7 @@ php_stream_memory_seek, php_stream_memory_cast, php_stream_memory_stat, - php_stream_memory_set_option + NULL /* php_stream_memory_set_option */ };
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php