diff options
| author | Zeev Suraski <zeev@php.net> | 1999-09-12 23:51:12 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-09-12 23:51:12 +0000 |
| commit | b2c0acb9ecc43387328a30cc3bb85ebd35fc454b (patch) | |
| tree | 8a8845bb8fc4d5ca20d73cb663476c1ef40d81ac /ext/standard/post.h | |
| parent | ce5a09ea4047c0716aef948a52fcdec754fc8f4f (diff) | |
| download | php-git-b2c0acb9ecc43387328a30cc3bb85ebd35fc454b.tar.gz | |
- Rewrote the GET/POST/Cookie data reader to support multi-dimensional
arrays! (Zeev)
This still needs a lot of more testing, but it seems to work more or less.
Diffstat (limited to 'ext/standard/post.h')
| -rw-r--r-- | ext/standard/post.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/post.h b/ext/standard/post.h index bfbddcb34e..243bac6fc2 100644 --- a/ext/standard/post.h +++ b/ext/standard/post.h @@ -40,5 +40,6 @@ void php_treat_data(int arg, char *str ELS_DC PLS_DC SLS_DC); void php_parse_gpc_data(char *val, char *var, pval *track_vars_array ELS_DC PLS_DC); +void php_parse_gpc_data2(char *val, char *var, pval *track_vars_array ELS_DC PLS_DC); #endif |
