-added memory streams

@added memory streams (marcus)
This commit is contained in:
Marcus Boerger 2002-03-16 20:11:06 +00:00
parent bfe7a9acaf
commit 8c3535e15a
4 changed files with 227 additions and 2 deletions

View file

@ -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