* more modular file structure
authorMichael Wallner <mike@php.net>
Sun, 10 Apr 2005 15:58:30 +0000 (15:58 +0000)
committerMichael Wallner <mike@php.net>
Sun, 10 Apr 2005 15:58:30 +0000 (15:58 +0000)
commit0ac32c9b8590e88a5f110cc8b3154001d5c0c089
treea25d24486e4f4bc9b83debe9c234bc358419adc0
parent5c295d7204cd8e961b5c44a54e87563df1b058dc
* more modular file structure
# one big file was convenient for vim but not for GUI editors
26 files changed:
config.m4
config.w32
http.c
http_api.c
http_auth_api.c [new file with mode: 0644]
http_cache_api.c [new file with mode: 0644]
http_date_api.c [new file with mode: 0644]
http_functions.c
http_headers_api.c [new file with mode: 0644]
http_message_api.c [new file with mode: 0644]
http_methods.c
http_send_api.c [new file with mode: 0644]
http_url_api.c [new file with mode: 0644]
php_http.h
php_http_api.h
php_http_auth_api.h [new file with mode: 0644]
php_http_cache_api.h [new file with mode: 0644]
php_http_curl_api.h
php_http_date_api.h [new file with mode: 0644]
php_http_headers_api.h [new file with mode: 0644]
php_http_message_api.h [new file with mode: 0644]
php_http_send_api.h [new file with mode: 0644]
php_http_std_defs.h
php_http_url_api.h [new file with mode: 0644]
phpstr/phpstr.c
phpstr/phpstr.h