Searched refs:fopencookie (Results 1 – 7 of 7) sorted by relevance
/PHP-5.5/ext/standard/tests/file/ |
H A D | fopencookie.phpt | 2 fopencookie detected and working (or cast mechanism works) 8 * On systems with fopencookie, a FILE* is created around the user 10 * On systems without fopencookie, the stream is fed into a temporary 12 * The important thing here is really fopencookie; the glibc people
|
H A D | bug52820.phpt | 2 Bug #52820 (writes to fopencookie FILE* not committed when seeking the stream) 14 die("skip fopencookie not supported on this platform");
|
H A D | bug53241.phpt | 2 Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode)
|
/PHP-5.5/main/streams/ |
H A D | cast.c | 49 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie() function 245 *(FILE**)ret = fopencookie(stream, fixed_mode, PHP_STREAM_COOKIE_FUNCTIONS); in _php_stream_cast()
|
/PHP-5.5/ |
H A D | README.STREAMS | 195 If your system has the fopencookie function, php streams can synthesize a 284 The mode parameter is passed on to fdopen/fopencookie when the stream is cast
|
H A D | acinclude.m4 | 1758 AC_CHECK_FUNC(fopencookie, [have_glibc_fopencookie=yes]) 1795 FILE *fp = fopencookie(&g, "r", funcs);
|
H A D | NEWS | 4890 . Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails 4896 . Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the
|
Completed in 52 milliseconds