mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Removed unused lines.
This commit is contained in:
parent
fe0bfa6dbb
commit
b54ce06e96
@ -5,11 +5,8 @@
|
||||
|
||||
#define MULTIPART_CONTENT_TYPE "multipart/form-data"
|
||||
|
||||
SAPI_API SAPI_POST_READER_FUNC(rfc1867_post_reader);
|
||||
SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler);
|
||||
|
||||
#define FILE_UPLOAD_INPUT_BUFFER_SIZE 8192
|
||||
|
||||
void destroy_uploaded_files_hash(TSRMLS_D);
|
||||
|
||||
#endif /* RFC1867_H */
|
||||
|
Loading…
Reference in New Issue
Block a user