mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused PARSE_SESSION and PARSE_REQUEST (#14081)
These were removed via 0904dd3dc2
.
This commit is contained in:
parent
1c30c5e707
commit
d26617f760
2 changed files with 0 additions and 7 deletions
|
@ -71,10 +71,6 @@ static const filter_list_entry filter_list[] = {
|
|||
#define PARSE_SERVER 5
|
||||
#endif
|
||||
|
||||
#ifndef PARSE_SESSION
|
||||
#define PARSE_SESSION 6
|
||||
#endif
|
||||
|
||||
static unsigned int php_sapi_filter(int arg, const char *var, char **val, size_t val_len, size_t *new_val_len);
|
||||
static unsigned int php_sapi_filter_init(void);
|
||||
|
||||
|
@ -153,8 +149,6 @@ ZEND_TSRMLS_CACHE_UPDATE();
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
#define PARSE_REQUEST 99
|
||||
|
||||
/* {{{ PHP_MINIT_FUNCTION */
|
||||
PHP_MINIT_FUNCTION(filter)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue