From 85a5ef3ec99aebdc0a94d239d27c5c46ba798744 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 24 Feb 2003 21:56:19 +0000 Subject: Initial re-implementation of userfilters after filterchain redesign by wez. More userspace API to come. --- ext/standard/basic_functions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ext/standard/basic_functions.h') diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 1ed6ff05d6..9c76f72818 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -109,6 +109,11 @@ PHP_FUNCTION(parse_ini_file); PHP_FUNCTION(str_rot13); PHP_FUNCTION(stream_get_filters); PHP_FUNCTION(stream_register_filter); +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