From c4a491e12cfb9dbd84d88d04f49e00c4ebf9e289 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Sun, 9 Mar 2003 23:12:31 +0000 Subject: Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket) and a data element for direct operations. Simplifies user interface and reduces number of function calls/reallocs needed. --- ext/standard/basic_functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/standard/basic_functions.h') diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 9c76f72818..037420c703 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -113,7 +113,6 @@ PHP_FUNCTION(stream_bucket_make_writeable); PHP_FUNCTION(stream_bucket_prepend); PHP_FUNCTION(stream_bucket_append); PHP_FUNCTION(stream_bucket_new); -PHP_FUNCTION(stream_bucket); PHP_MINIT_FUNCTION(user_filters); #ifdef PHP_WIN32 -- cgit v1.2.1