1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00
Files
archived-php-src/main
Arnaud Le Blanc 8c4151ad72 Added header_remove() (chsc at peytz dotdk, Arnaud)
[DOC] proto void header_remove([string header_name])
      Removes an HTTP header previously set using header()
      The header_name parameter is optionnal, all headers are
      removed if it is not set

[SAPIs] The header_handler callback in sapi_module_struct has
           been changed, it now take a new argument.

           When it is set to SAPI_HEADER_DELETE, sapi_header->header is
           the name of an header, header_handler has to delete it.

           When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
           to delete all headers.

           When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
           sapi_header->header is in the form "Name: value", header_handler
           has to add or replace the given header.

           In all cases, header_handler must not free sapi_header or
           sapi_header->header. SAPI_HEADER_ADD must be returned if the
           header has been added or replaced, or 0 in other cases.
2008-11-13 10:14:04 +00:00
..
2007-12-31 07:17:19 +00:00
2008-03-25 17:17:56 +00:00
2008-11-12 16:40:40 +00:00
2008-11-04 20:40:30 +00:00
2008-08-18 07:46:31 +00:00
2008-09-14 14:15:52 +00:00
2007-12-31 07:17:19 +00:00
2008-03-18 21:42:50 +00:00
2007-12-31 07:17:19 +00:00
2007-12-31 07:17:19 +00:00
2007-12-31 07:17:19 +00:00
2008-08-23 19:22:10 +00:00
2007-12-31 07:17:19 +00:00
2007-12-31 07:17:19 +00:00
WS
2008-08-30 22:26:09 +00:00
2008-09-01 20:51:57 +00:00
2007-12-31 07:17:19 +00:00
WS
2008-10-20 18:43:32 +00:00
2007-12-31 07:17:19 +00:00
2008-07-24 16:00:34 +00:00
2007-12-31 07:17:19 +00:00
2008-02-07 12:47:44 +00:00
2008-02-07 18:41:35 +00:00
2008-02-07 12:47:44 +00:00
2007-12-31 07:17:19 +00:00
2007-12-31 07:17:19 +00:00