mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
veto and revert win64 patch: 64bit changes must percolate from the
bottom (APR/system) up -- we can't give the client a 64bit API and then cast it to 32bits internally without introducing security holes on other platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -53,7 +53,7 @@ AP_DECLARE(char **) ap_create_environment(apr_pool_t *p, apr_table_t *t);
|
||||
* @return The length of the path info
|
||||
* @deffunc int ap_find_path_info(const char *uri, const char *path_info)
|
||||
*/
|
||||
AP_DECLARE(apr_size_t) ap_find_path_info(const char *uri, const char *path_info);
|
||||
AP_DECLARE(int) ap_find_path_info(const char *uri, const char *path_info);
|
||||
|
||||
/**
|
||||
* Add CGI environment variables required by HTTP/1.1 to the request's
|
||||
@@ -131,7 +131,7 @@ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs(request_rec *r,
|
||||
* @deffunc int ap_scan_script_header_err_core(request_rec *r, char *buffer, int (*getsfunc)(char *, int, void *), void *getsfunc_data)
|
||||
*/
|
||||
AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,
|
||||
int (*getsfunc) (char *, apr_size_t, void *),
|
||||
int (*getsfunc) (char *, int, void *),
|
||||
void *getsfunc_data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user