mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 06:22:17 +00:00
Ports: Remove the now superfluous PHP network patch
This commit is contained in:
parent
0ccde5417b
commit
36a7091531
Notes:
sideshowbarker
2024-07-18 03:31:42 +09:00
Author: https://github.com/gmta
Commit: 36a7091531
Pull-request: https://github.com/SerenityOS/serenity/pull/10182
Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 10 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue