Skip to content

Commit d26617f

Browse files
authored
Remove unused PARSE_SESSION and PARSE_REQUEST (php#14081)
These were removed via 0904dd3.
1 parent 1c30c5e commit d26617f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

ext/filter/filter.c

-6
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ static const filter_list_entry filter_list[] = {
7171
#define PARSE_SERVER 5
7272
#endif
7373

74-
#ifndef PARSE_SESSION
75-
#define PARSE_SESSION 6
76-
#endif
77-
7874
static unsigned int php_sapi_filter(int arg, const char *var, char **val, size_t val_len, size_t *new_val_len);
7975
static unsigned int php_sapi_filter_init(void);
8076

@@ -153,8 +149,6 @@ ZEND_TSRMLS_CACHE_UPDATE();
153149
}
154150
/* }}} */
155151

156-
#define PARSE_REQUEST 99
157-
158152
/* {{{ PHP_MINIT_FUNCTION */
159153
PHP_MINIT_FUNCTION(filter)
160154
{

main/php_variables.h

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#define PARSE_STRING 3
2828
#define PARSE_ENV 4
2929
#define PARSE_SERVER 5
30-
#define PARSE_SESSION 6
3130

3231
BEGIN_EXTERN_C()
3332
void php_startup_auto_globals(void);

0 commit comments

Comments
 (0)