summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-03-16 20:11:06 +0000
committerMarcus Boerger <helly@php.net>2002-03-16 20:11:06 +0000
commit8c3535e15acf5f32b17e457d39b13a6481417fcd (patch)
treede611f93a154eca16c9a0eac5e1f2724e573737f /main/php.h
parentbfe7a9acafa81b464bf7af9072f90799247abef2 (diff)
downloadphp-git-8c3535e15acf5f32b17e457d39b13a6481417fcd.tar.gz
-added memory streams
@added memory streams (marcus)
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index d0804923d6..e086ee4ed5 100644
--- a/main/php.h
+++ b/main/php.h
@@ -172,6 +172,7 @@ char *strerror(int);
#endif
#include "php_streams.h"
+#include "php_memory_streams.h"
#include "fopen_wrappers.h"
#if (REGEX == 1 || REGEX == 0) && !defined(NO_REGEX_EXTRA_H)
@@ -357,7 +358,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
#define XtOffsetOf(s_type, field) XtOffset(s_type*, field)
#endif
#endif /* !XtOffsetOf */
-
+
PHPAPI PHP_FUNCTION(warn_not_available);
#endif