diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-09-22 23:58:01 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-23 18:51:21 +0200 |
commit | 36a70915313476d1058f1afbd080e2bbfae99796 (patch) | |
tree | 294f4d8a1f76f7a3864874f52ba57988e5cd9a9a /Ports | |
parent | 0ccde5417b3bd786755b22e30a39b25575ea7bd6 (diff) | |
download | serenity-36a70915313476d1058f1afbd080e2bbfae99796.zip |
Ports: Remove the now superfluous PHP network patch
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/php/patches/php_network.h.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Ports/php/patches/php_network.h.patch b/Ports/php/patches/php_network.h.patch deleted file mode 100644 index 15a3324b96..0000000000 --- a/Ports/php/patches/php_network.h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- php-8.0.6/main/php_network.h 2021-05-04 19:26:18.000000000 +0200 -+++ php-8.0.6-patched/main/php_network.h 2021-06-04 01:54:05.976580933 +0200 -@@ -63,6 +63,7 @@ - PHPAPI zend_string *php_socket_error_str(long err); - END_EXTERN_C() - -+#include <arpa/inet.h> - #ifdef HAVE_NETINET_IN_H - # include <netinet/in.h> - #endif |