- http_parse_headers() now accepts a callback for handling of request/response lines
authorMichael Wallner <mike@php.net>
Mon, 11 Apr 2005 10:04:34 +0000 (10:04 +0000)
committerMichael Wallner <mike@php.net>
Mon, 11 Apr 2005 10:04:34 +0000 (10:04 +0000)
commit1076272e2da97d6df6c2f2423b92a1694709e65a
treea5ab79fc1135e95ef9334d67dd48d7011369c9e2
parentb7f44747c3fc6585c377e276e6f272904bf0fca1
- http_parse_headers() now accepts a callback for handling of request/response lines
  (used in the http_message api)
http_functions.c
http_headers_api.c
http_message_api.c
php_http_headers_api.h
php_http_message_api.h