- adjust ini entry names to those of the globals struct
authorMichael Wallner <mike@php.net>
Sat, 27 May 2006 11:51:17 +0000 (11:51 +0000)
committerMichael Wallner <mike@php.net>
Sat, 27 May 2006 11:51:17 +0000 (11:51 +0000)
commitdbc4ec02cd319000b5c8589910047cfe6d5738be
tree0b9fc073a5cf6ec1fe4b58f132d077e720808e77
parentb20ced89bee0617c45447f51ed0baa7046851a65
- adjust ini entry names to those of the globals struct
- add http.request.methods.custom ini entry
- fix ini entries with PHP_INI_PERDIR to include PHP_INI_SYSTEM
- add flags argument to http_parse_params()
- add HTTP_PARAMS constants
- fixed http_parse_params("foo,bar") returning "foo" and "ar"
- update changelog
docs/http.ini
http.c
http_api.c
http_cookie_api.c
http_functions.c
http_request_method_api.c
http_util_object.c
package2.xml
php_http.h
php_http_api.h