mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed unused lines.
This commit is contained in:
parent
fe0bfa6dbb
commit
b54ce06e96
1 changed files with 0 additions and 3 deletions
|
@ -5,11 +5,8 @@
|
||||||
|
|
||||||
#define MULTIPART_CONTENT_TYPE "multipart/form-data"
|
#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);
|
SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler);
|
||||||
|
|
||||||
#define FILE_UPLOAD_INPUT_BUFFER_SIZE 8192
|
|
||||||
|
|
||||||
void destroy_uploaded_files_hash(TSRMLS_D);
|
void destroy_uploaded_files_hash(TSRMLS_D);
|
||||||
|
|
||||||
#endif /* RFC1867_H */
|
#endif /* RFC1867_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue