Add php error handling

This commit is contained in:
2023-01-26 14:51:47 +01:00
parent 17327006db
commit 03dd126ca7
5 changed files with 54 additions and 72 deletions

View File

@ -31,7 +31,7 @@ int mime_is_compressible(const char *restrict type);
int mime_is_text(const char *restrict type);
int strcpy_rem_webroot(char *dst, const char *str, long len, const char *webroot);
int strcpy_rem_webroot(char *dst, const char *str, const char *webroot);
int str_trim(char **start, char **end);