further php support

This commit is contained in:
Pin
2022-03-06 17:31:19 -05:00
parent 01507d2734
commit fc4af96282
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);