Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 168) sorted by path

1234567

/PHP-5.4/
H A DINSTALL1819 set of HTTP headers. The headers it did return are:
1971 returning a complete set of HTTP headers.
1972 The headers it did return are:
H A DMakefile.global49 install-headers:
H A DNEWS105 additional headers). (Yasuo)
271 . Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers).
767 . Fixed bug #65633 (built-in server treat some http headers as
2140 prior to the sending of headers and after default headers have
2431 . Fixed bug #61605 (header_remove() does not remove all headers).
3549 headers). (Adam)
3640 headers). (fat)
3939 - Fixed bug #50976 (Soap headers Authorization not allowed).
4920 existing headers). (Ilia)
5695 - Fixed bug #42473 (ob_start php://output and headers). (Arnaud)
[all …]
H A DREADME.TESTING2119 This section is also eval'd. It is used to provide additional headers sent
129 This section can be used to define what headers are required to be
H A Dacinclude.m41066 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1112 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
1124 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
1659 AC_DEFINE(HAVE_DECLARED_TIMEZONE, 1, [Whether system headers declare timezone])
2205 [ --with-icu-dir=DIR Specify where ICU libraries and headers can be found], DEFAULT, no)
2218 AC_MSG_CHECKING([for location of ICU headers and libraries])
H A Dconfig.guess934 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
H A Dconfigure.in466 dnl Then headers.
1432 install_targets="$install_sapi $install_modules $install_binaries install-build install-headers ins…
1528 # Create configuration headers
/PHP-5.4/Zend/tests/
H A Dunset_cv05.phpt23 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.4/ext/bz2/
H A Dconfig.w3216 WARNING("bz2 not enabled; libraries and headers not found");
/PHP-5.4/ext/curl/
H A Dconfig.w3226 WARNING("curl not enabled; libraries and headers not found");
H A Dphp_curl.h183 zval *headers; member
H A Dstreams.c72 *sym = *curlstream->headers; in on_data_available()
113 zend_hash_next_index_insert(Z_ARRVAL_P(curlstream->headers), &header, sizeof(zval *), NULL); in on_header_available()
447 MAKE_STD_ZVAL(curlstream->headers); in php_curl_stream_opener()
448 array_init(curlstream->headers); in php_curl_stream_opener()
450 add_assoc_zval(stream->wrapperdata, "headers", curlstream->headers); in php_curl_stream_opener()
/PHP-5.4/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7headers are sent to the callback specified for CURLOPT_HEADERFUNCTION. Different test servers spec…
/PHP-5.4/ext/date/lib/
H A Dtimelib.m470 dnl Check for headers needed by timelib
/PHP-5.4/ext/dba/
H A Dconfig.w3216 WARNING("dba not enabled; libraries and headers not found");
/PHP-5.4/ext/exif/
H A Dtest.txt185 all rights reserved by their authors and artists, see exif headers.
195 This test just prooves that some exif headers can be scanned.
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic4377 # 8 character OMF-86 object file headers.
10340 # headers here, but I can't think of any way of handling that. None of
15721 >1100 ulong >1 %d headers,
17935 # GRR 950122: I'm just guessing on these, based on inspection of the headers
17937 # all had headers similar to this:
/PHP-5.4/ext/gd/
H A Dconfig.m461 AC_MSG_ERROR([Can't find zlib headers under "$PHP_ZLIB_DIR"])
H A Dconfig.w3228 WARNING("t1lib not enabled; libraries and headers not found");
80 WARNING("gd not enabled; libraries and headers not found");
/PHP-5.4/ext/gettext/
H A Dconfig.w3210 WARNING("gettext not enabled; libraries and headers not found");
/PHP-5.4/ext/gmp/
H A Dconfig.w3213 WARNING("GMP not enabled; libraries and headers not found");
/PHP-5.4/ext/iconv/
H A Dconfig.w3224 WARNING("iconv support can't be enabled, libraries or headers are missing")
H A Diconv.c104 ZEND_ARG_INFO(0, headers)
/PHP-5.4/ext/iconv/tests/
H A Dbug52941.phpt2 Bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers)
7 $headers = <<<HEADERS
15 $decoded = iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, 'UTF-8');
23 $decoded = iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR | ICONV_MIME_DEC…
H A Diconv_mime_decode_headers.phpt9 $headers = <<<HERE
36 var_dump(iconv_mime_decode_headers($headers));
85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"

Completed in 124 milliseconds

1234567