Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 198) sorted by last modified time

12345678

/php-src/ext/curl/
H A Dmulti.c377 zval headers; in _php_server_push_callback() local
391 array_init(&headers); in _php_server_push_callback()
394 add_next_index_string(&headers, header); in _php_server_push_callback()
398 zval call_args[3] = {*pz_parent_ch, pz_ch, headers}; in _php_server_push_callback()
401 zval_ptr_dtor_nogc(&headers); in _php_server_push_callback()
H A Dconfig.w3233 WARNING("curl not enabled; libraries and headers not found");
/php-src/
H A DNEWS54 . Implement GH-12385 (flush headers without body when calling flush()).
H A DUPGRADING208 . Flushing headers without a body will now succeed. See GH-12785.
H A Dconfigure.ac383 dnl Then headers.
459 dnl Detect the headers required to use makedev, major, and minor.
646 dnl Check for functions inside their belonging headers.
1684 install_targets="$install_sapi $install_modules $install_binaries install-build install-headers ins…
1819 dnl Create configuration headers.
H A DUPGRADING.INTERNALS33 * The backwards compatibility headers ext/standard/{php_lcg.h,php_mt_rand.h,
H A Dphp.ini-development24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
215 ; (excluding headers and cookies) PHP should keep internally before pushing that
220 ; You may be able to send headers and cookies after you've already sent output
833 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
838 ; https://php.net/cgi.rfc2616-headers
1102 ; the full path of the script, line number, To address and headers.
1405 ; or leave this empty to avoid sending anti-caching headers.
1882 ; List of headers files to preload, wildcard patterns allowed.
H A Dphp.ini-production24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
215 ; (excluding headers and cookies) PHP should keep internally before pushing that
220 ; You may be able to send headers and cookies after you've already sent output
835 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
840 ; https://php.net/cgi.rfc2616-headers
1104 ; the full path of the script, line number, To address and headers.
1407 ; or leave this empty to avoid sending anti-caching headers.
1884 ; List of headers files to preload, wildcard patterns allowed.
/php-src/sapi/cgi/
H A Dcgi_main.c407 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
415 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
442 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
457 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
464 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cgi_send_headers()
1695 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t)add_respons…
/php-src/docs/
H A Drelease-process.md442 > or `Bcc` headers. If a user replies to one of these messages, we do not
560 > compliant archives with PAX headers. As not every application is
561 > compatible with that format, creation of archives with PAX headers should
776 > or `Bcc` headers. If a user replies to one of these messages, we do not
/php-src/build/
H A Dphp.m41003 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1047 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
H A Dgen_stub.php1901 array $headers, argument
1907 foreach ($headers as $header) {
1963 $headers = [
1975 /* headers: */ $headers,
/php-src/ext/mbstring/
H A Dconfig.w3254 WARNING("mbregex not enabled; libraries and headers not found");
59 WARNING("mbstring not enabled; libraries and headers not found");
/php-src/scripts/dev/
H A Dmakedist29 configuration headers, parsers, lexers, and similar generated files to simplify
/php-src/sapi/fpm/tests/
H A Dtester.inc635 * @param array $headers
645 array $headers = []
699 * @param array $headers
708 array $headers = [],
745 $headers
757 * @param array $headers
769 if ( ! isset($headers['CONTENT_TYPE'])) {
820 * @param array $headers
839 array $headers = [],
859 $stdin = $this->parseStdin($stdin, $headers);
[all …]
/php-src/ext/session/
H A Dsession.c1272 zend_llist *l = &SG(sapi_headers).headers; in php_session_remove_cookie()
/php-src/scripts/
H A Dphpize.m478 AC_MSG_CHECKING([for PHP installed headers prefix])
164 install_targets="install-modules install-headers"
/php-src/ext/posix/
H A Dconfig.m414 dnl Required headers are included by the AC_HEADER_MAJOR logic.
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_http_header.phpt60 foreach ($tests as $name => $headers) {
62 …ain,HTTP/1.1 200 OK\r\nContent-Type: " . $header . "\r\n\r\n" . "<p>\xE4\xF6\xFC</p>\n", $headers);
/php-src/ext/zlib/tests/
H A Dgzencode_variation1.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt31 // Calling mail() with all additional headers
234 ValueError: The additional headers cannot contain the "To" header
/php-src/ext/standard/
H A Dphp_mail.h22 PHPAPI zend_string *php_mail_build_headers(HashTable *headers);
23 …il(const char *to, const char *subject, const char *message, const char *headers, const char *extr…
H A Dmail.c186 PHPAPI zend_string *php_mail_build_headers(HashTable *headers) in php_mail_build_headers() argument
193 ZEND_HASH_FOREACH_KEY_VAL(headers, idx, key, val) { in php_mail_build_headers()
412 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail() argument
423 const char *hdr = headers; in php_mail()
479 if (headers != NULL && *headers) { in php_mail()
480 …X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s%s%s", php_getuid(), ZSTR_VAL(f), line_sep, headers); in php_mail()
/php-src/ext/ffi/
H A Dconfig.w3222 WARNING('ffi not enabled, headers or libraries not found');
/php-src/ext/standard/tests/http/
H A Dhttp_clear_last_response_headers.phpt2 Verify that http_clear_last_response_headers() clears the headers.
21 // Clear headers

Completed in 109 milliseconds

12345678