mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
-added memory streams
@added memory streams (marcus)
This commit is contained in:
parent
bfe7a9acaf
commit
8c3535e15a
4 changed files with 227 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue