summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests
Commit message (Collapse)AuthorAgeFilesLines
* This test depends on expose_php being onRasmus Lerdorf2014-07-141-0/+2
|
* Fix test failedXinchen Hui2012-08-181-2/+2
|
* Fix test (no charset outputed)Xinchen Hui2012-07-181-1/+1
|
* Fix broken apache_request_headers testRasmus Lerdorf2012-05-231-1/+3
| | | | | This test depends on the default_charset setting, so set it to UTF-8 for consistent output
* restore BCStanislav Malyshev2012-05-081-1/+1
|
* fix bug #61807 - Buffer Overflow in apache_request_headersStanislav Malyshev2012-05-081-0/+49
|
* Fixed bug Fixed bug #61605 (header_remove() does not remove all headers)Xinchen Hui2012-04-041-0/+34
|
* - Fix this again :)Jani Taskinen2009-07-251-1/+3
|
* - Fix testJani Taskinen2009-07-251-1/+1
|
* MFHArnaud Le Blanc2009-04-244-15/+15
|
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-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 Stogov2008-09-021-0/+53
|
* fix testsJani Taskinen2008-08-144-6/+3
|
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-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 testsAntony Dovgal2007-11-012-2/+2
|
* fix testfoobar2007-06-031-2/+4
|
* MFHAntony Dovgal2007-05-271-2/+2
|
* Fixed a possible crash when PATH_INFO is not provided but the path containsIlia Alshanetsky2007-05-201-0/+28
| | | | | path info information
* fix testAntony Dovgal2007-04-171-1/+1
|
* add tests for CGIAntony Dovgal2007-04-1710-0/+419