php-src/sapi
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
..
aolserver - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:19:39 +00:00
apache Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:14:04 +00:00
apache2filter new parameter-parsing API 2008-11-07 13:28:23 +00:00
apache2handler Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:14:04 +00:00
apache_hooks - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:19:39 +00:00
caudium Fixed chdir() into requested file directory inconsistencies 2008-07-21 08:43:36 +00:00
cgi Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:14:04 +00:00
cli Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:14:04 +00:00
continuity Typo (I wonder if anybody would ever have noticed this) 2008-03-19 16:28:46 +00:00
embed MFH: 2008-03-25 22:05:22 +00:00
isapi - MFH: Fixed bug #46382 (Mismatching allocation and deallocation in stresstest.cpp) (dvice_null at yahoo dot com) 2008-10-24 23:16:46 +00:00
litespeed *** empty log message *** 2008-09-21 02:38:32 +00:00
milter - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:19:39 +00:00
nsapi - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:19:39 +00:00
phttpd Add new empty child terminate sapi hook to the rest of the sapis 2008-03-18 22:23:21 +00:00
pi3web Add new empty child terminate sapi hook to the rest of the sapis 2008-03-18 22:23:21 +00:00
roxen Add new empty child terminate sapi hook to the rest of the sapis 2008-03-18 22:23:21 +00:00
tests - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
thttpd Add new empty child terminate sapi hook to the rest of the sapis 2008-03-18 22:23:21 +00:00
tux Add new empty child terminate sapi hook to the rest of the sapis 2008-03-18 22:23:21 +00:00
webjames Add new empty child terminate sapi hook to the rest of the sapis 2008-03-18 22:23:21 +00:00