further php support

This commit is contained in:
BuildTools
2022-03-06 17:31:19 -05:00
parent 140193bbaf
commit ba56d0e471
6 changed files with 152 additions and 23 deletions

View File

@@ -15,3 +15,5 @@ int return500Request(int socket, SSL *ssl);
int return501Request(int socket, SSL *ssl);
int return505Request(int socket, SSL *ssl);
int returnPHPRequest(int socket, char *content, SSL *ssl);