Home
last modified time | relevance | path

Searched refs:headers (Results 151 – 168 of 168) sorted by relevance

1234567

/PHP-5.4/ext/standard/
H A Dbasic_functions.c4627 char *message, *opt = NULL, *headers = NULL; local
4632 …gc TSRMLS_CC, "s|lps", &message, &message_len, &erropt, &opt, &opt_len, &headers, &headers_len) ==…
4640 if (_php_error_log_ex(opt_err, message, message_len, opt, headers TSRMLS_CC) == FAILURE) {
4649 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */
4651 …return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers TSRM…
4655 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers
4662 if (!php_mail(opt, "PHP error_log message", message, headers, NULL TSRMLS_CC)) {
/PHP-5.4/
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 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 Dconfigure.in466 dnl Then headers.
1432 install_targets="$install_sapi $install_modules $install_binaries install-build install-headers ins…
1528 # Create configuration headers
H A Dconfig.guess934 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
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:
/PHP-5.4/ext/gd/
H A Dconfig.m461 AC_MSG_ERROR([Can't find zlib headers under "$PHP_ZLIB_DIR"])
/PHP-5.4/win32/
H A Dinstall.txt1576 returning a complete set of HTTP headers.
1577 The headers it did return are:
1790 returning a complete set of HTTP headers.
1791 The headers it did return are:
H A Dphp5dllts.dsp2530 # Begin Group "streams headers"
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in392 ; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e
/PHP-5.4/ext/iconv/
H A Diconv.c104 ZEND_ARG_INFO(0, headers)
/PHP-5.4/ext/openssl/
H A Dopenssl.c268 ZEND_ARG_INFO(0, headers) /* array */
278 ZEND_ARG_INFO(0, headers) /* array */
/PHP-5.4/ext/session/
H A Dsession.c1204 zend_llist *l = &SG(sapi_headers).headers;
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar1410 * Construct the common headers (title, file section..) of the test case
/PHP-5.4/ext/pcre/pcrelib/
H A DREADME851 (A) Source files of the PCRE library functions and their headers:
H A DChangeLog3971 but no suitable headers.
4329 moved the #includes for the C headers earlier to avoid this.
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch2047 /* Was this a headers + file writev()? */
/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:

Completed in 247 milliseconds

1234567