| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This test depends on expose_php being on | Rasmus Lerdorf | 2014-07-14 | 1 | -0/+2 |
| | | |||||
| * | Fix test failed | Xinchen Hui | 2012-08-18 | 1 | -2/+2 |
| | | |||||
| * | Fix test (no charset outputed) | Xinchen Hui | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | Fix broken apache_request_headers test | Rasmus Lerdorf | 2012-05-23 | 1 | -1/+3 |
| | | | | | | This test depends on the default_charset setting, so set it to UTF-8 for consistent output | ||||
| * | restore BC | Stanislav Malyshev | 2012-05-08 | 1 | -1/+1 |
| | | |||||
| * | fix bug #61807 - Buffer Overflow in apache_request_headers | Stanislav Malyshev | 2012-05-08 | 1 | -0/+49 |
| | | |||||
| * | Fixed bug Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -0/+34 |
| | | |||||
| * | - Fix this again :) | Jani Taskinen | 2009-07-25 | 1 | -1/+3 |
| | | |||||
| * | - Fix test | Jani Taskinen | 2009-07-25 | 1 | -1/+1 |
| | | |||||
| * | MFH | Arnaud Le Blanc | 2009-04-24 | 4 | -15/+15 |
| | | |||||
| * | Added header_remove() (chsc at peytz dotdk, Arnaud) | Arnaud Le Blanc | 2008-11-13 | 1 | -0/+165 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | [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. | ||||
| * | Fixed bug #45860 (header() function fails to correctly replace all Status lines) | Dmitry Stogov | 2008-09-02 | 1 | -0/+53 |
| | | |||||
| * | fix tests | Jani Taskinen | 2008-08-14 | 4 | -6/+3 |
| | | |||||
| * | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -2/+2 |
| | | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | ||||
| * | fix tests | Antony Dovgal | 2007-11-01 | 2 | -2/+2 |
| | | |||||
| * | fix test | foobar | 2007-06-03 | 1 | -2/+4 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-05-27 | 1 | -2/+2 |
| | | |||||
| * | Fixed a possible crash when PATH_INFO is not provided but the path contains | Ilia Alshanetsky | 2007-05-20 | 1 | -0/+28 |
| | | | | | | path info information | ||||
| * | fix test | Antony Dovgal | 2007-04-17 | 1 | -1/+1 |
| | | |||||
| * | add tests for CGI | Antony Dovgal | 2007-04-17 | 10 | -0/+419 |
