Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/sapi/caudium/
H A Dcaudium.c341 header_name = sapi_header->header; in php_caudium_sapi_header_handler()
/PHP-5.5/ext/soap/
H A Dsoap.c1782 soapHeader *header = soap_headers; local
1783 while (header != NULL) {
1784 soapHeader *h = header;
1786 header = header->next;
4350 zval** header; local
4353 zend_hash_get_current_data(soap_headers,(void**)&header) == SUCCESS;
4359 if (Z_TYPE_PP(header) != IS_OBJECT) {
4363 ht = Z_OBJPROP_PP(header);
/PHP-5.5/
H A DNEWS117 . Fixed bug #72094 (Out of bounds heap read access in exif header
2489 . Fixed bug #63361 (missing header). (Remi)
3088 User-Agent header). (carloschilazo at gmail dot com)
3303 . Fixed bug #60227 (header() cannot detect the multi-line header with
3645 . Fixed bug #60227 (header() cannot detect the multi-line header with CR).
3723 User-Agent header). (carloschilazo at gmail dot com)
4400 MIME header unfolding). (Adam)
7248 - Fixed bug #42261 (header wrong for date field).
7481 "Status:" header). (anight at eyelinkmedia dot com, Dmitry)
8659 - Fixed Apache2 SAPIs header handler modifying header strings. (Mike)
[all …]
H A Dacinclude.m4418 dnl Use this macro, if you need to add header search paths to the PHP
1466 dnl See if we have broken header files like SunOS has.
2587 dnl PHP header files to be installed
2907 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
2925 dnl header-file
H A DCODING_STANDARDS265 Returns a header object with the defined parameters */
H A DUPGRADING90 files with extensions .xml, .xsl, .xsd the Content-Type header
H A Dphp.ini-development359 ; (e.g. by adding its signature to the Web server header). It is no security
671 ; the Content-type: header. To disable sending of the charset, simply
770 ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
772 ; RFC2616 compliant header.
H A Dphp.ini-production359 ; (e.g. by adding its signature to the Web server header). It is no security
671 ; the Content-type: header. To disable sending of the charset, simply
770 ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
772 ; RFC2616 compliant header.
H A DINSTALL1432 along with the appropriate header files to build PHP and its
1473 --include-dir Directory prefix where header files are installed by
2114 Proper response status can be sent with header(). If only GET
H A Dconfigure.in469 dnl Checks for header files.
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c325 table_unset(r->headers_out, sapi_header->header); in sapi_apache_header_handler()
330 header_name = sapi_header->header; in sapi_apache_header_handler()
/PHP-5.5/ext/mbstring/
H A Dconfig.m4111 … AC_DEFINE([HAVE_STDARG_PROTOTYPES], [1], [Define to 1 if you have the <stdarg.h> header file.])
/PHP-5.5/ext/exif/
H A Dtest.txt196 If all files produce a header in output the module might be o.k.
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt11 * Description: Decodes multiple mime header fields
H A Diconv_mime_decode_headers_variation3.phpt11 * Description: Decodes multiple mime header fields
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_basic.phpt9 // include the header for common test function
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c233 memcpy(*combined_headers_ptr, sapi_header->header, sapi_header->header_len); in concat_header()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c1781 struct lsapi_packet_header header; in LSAPI_Write_Stderr_r() local
1809 lsapi_buildPacketHeader( &header, LSAPI_STDERR_STREAM, in LSAPI_Write_Stderr_r()
1813 iov[0].iov_base = (void *)&header; in LSAPI_Write_Stderr_r()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in409 ; %o: output header
410 ; it must be associated with embraces to specify the name of the header:
/PHP-5.5/ext/odbc/
H A Dconfig.m47 AC_MSG_ERROR([ODBC header file '$ODBC_INCDIR/$1' not found!])
/PHP-5.5/Zend/
H A DZEND_CHANGES1107 buffer. Header information (header(), content type, cookies) are
1109 effectively send header information all throughout your file,
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE252 When a "work that uses the Library" uses material from a header file
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1447 ZEND_ARG_INFO(0, header)
3022 PHP_FE(header, arginfo_header)
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1616 * Construct test case header
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt336 There is only one header file, pcre.h. It contains prototypes for all
667 There is only one header file, pcre.h. It contains prototypes for all
951 will search for a C++ compiler and C++ header files. If it finds them,
1728 The native API C function prototypes are defined in the header file
1731 for linking an application that uses PCRE. The header file defines the
2113 The following names for option bits are defined in the pcre.h header
3608 defined in the header file:
3788 the pcre.h header file:
9541 pcreposix.h header file, and on Unix systems the library itself is
9565 The header for these functions is supplied as pcreposix.h to avoid any
[all …]

Completed in 160 milliseconds

12345678910