Home
last modified time | relevance | path

Searched refs:header (Results 201 – 218 of 218) sorted by relevance

123456789

/PHP-7.4/ext/soap/
H A Dsoap.c1773 soapHeader *header = soap_headers; local
1774 while (header != NULL) {
1775 soapHeader *h = header;
1777 header = header->next;
4321 zval* header; local
4323 ZEND_HASH_FOREACH_VAL(soap_headers, header) {
4327 if (Z_TYPE_P(header) != IS_OBJECT) {
4331 ht = Z_OBJPROP_P(header);
/PHP-7.4/build/
H A Dphp.m4395 dnl Use this macro, if you need to add header search paths to the PHP build
1330 dnl See if we have broken header files like SunOS has.
2068 dnl PHP header files to be installed.
2309 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
2327 dnl header-file.
2708 dnl configuration header, warnings about redefined symbols are emitted for such
2710 dnl PACKAGE_* symbols in the generated configuration header template FILE. For
H A Dlibtool.m42635 # LTDLINCL to the include flags for the libltdl header and adds
2660 # LTDLINCL to the include flags for the libltdl header and adds
/PHP-7.4/
H A DNEWS187 . Fixed bug #80849 (HTTP Status header truncation). (cmb)
358 . Fixed bug #80710 (imap_mail_compose() header injection). (cmb, Stas)
881 . Fixed bug #79615 (Wrong GIF header written in GD GIFEncode). (sageptr, cmb)
1081 . Fixed bug #79265 (Improper injection of Host header when using fopen for
1510 . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
1928 . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
2083 . Fixed bug #77794 (Incorrect Date header format in built-in server).
2272 . Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its
2787 . Fixed bug #75996 (incorrect url in header for mt_rand). (tatarbj)
H A DCODING_STANDARDS.md307 Returns a header object with the defined parameters */
H A Dphp.ini-development375 ; (e.g. by adding its signature to the Web server header). It is no security
704 ; By default, PHP will output a media type using the Content-Type header. To
817 ; use when sending HTTP response code. If set to 0, PHP sends Status: header that
819 ; RFC2616 compliant header.
H A Dphp.ini-production375 ; (e.g. by adding its signature to the Web server header). It is no security
704 ; By default, PHP will output a media type using the Content-Type header. To
817 ; use when sending HTTP response code. If set to 0, PHP sends Status: header that
819 ; RFC2616 compliant header.
H A DCONTRIBUTING.md408 New source code files should include the following header block:
H A Dconfigure.ac517 dnl Check stdint types (must be after header check).
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in293 ; %o: output header
294 ; it must be associated with embraces to specify the name of the header:
/PHP-7.4/ext/standard/tests/file/
H A Dfgetc_basic.phpt9 // include the header for common test function
/PHP-7.4/ext/odbc/
H A Dconfig.m43 AC_MSG_ERROR([ODBC header file '$ODBC_INCDIR/$1' not found!])
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c2113 struct lsapi_packet_header header; in LSAPI_Write_Stderr_r() local
2141 lsapi_buildPacketHeader( &header, LSAPI_STDERR_STREAM, in LSAPI_Write_Stderr_r()
2145 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r()
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE252 When a "work that uses the Library" uses material from a header file
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1409 ZEND_ARG_INFO(0, header)
3054 PHP_FE(header, arginfo_header)
/PHP-7.4/ext/imap/
H A Dphp_imap.c3595 #define CHECK_HEADER_INJECTION(zstr, adrlist, header) \ in PHP_FUNCTION() argument
3597 php_error_docref(NULL, E_WARNING, "header injection attempt in " header); \ in PHP_FUNCTION()
/PHP-7.4/sapi/cgi/tests/
H A Dbug69487.phpt18 Warning: Cannot modify header information - headers already sent in Unknown on line 0
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE255 When a "work that uses the Library" uses material from a header file

Completed in 99 milliseconds

123456789