1
0

2 کامیت‌ها 544a8bb369 ... e3036a6fcd

نویسنده SHA1 پیام تاریخ
  Carl e3036a6fcd Initial commit (php8) 10 ماه پیش
  Carl 544a8bb369 Initial commit (php8) 10 ماه پیش
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      ebpf.cpp
  2. 2 2
      php_ebpf.h

+ 2 - 2
ebpf.cpp

@@ -1,6 +1,6 @@
 /*
   +----------------------------------------------------------------------+
-  | PHP Version 7                                                        |
+  | PHP Version 7, 8                                                     |
   +----------------------------------------------------------------------+
   | Copyright (c) 1997-2018 The PHP Group                                |
   +----------------------------------------------------------------------+
@@ -12,7 +12,7 @@
   | obtain it through the world-wide-web, please send a note to          |
   | [email protected] so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
-  | Author:                                                              |
+  | Author: carl.guo [email protected]                                |
   +----------------------------------------------------------------------+
 */
 

+ 2 - 2
php_ebpf.h

@@ -1,6 +1,6 @@
 /*
   +----------------------------------------------------------------------+
-  | PHP Version 7                                                        |
+  | PHP Version 7, 8                                                     |
   +----------------------------------------------------------------------+
   | Copyright (c) 1997-2018 The PHP Group                                |
   +----------------------------------------------------------------------+
@@ -12,7 +12,7 @@
   | obtain it through the world-wide-web, please send a note to          |
   | [email protected] so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
-  | Author:                                                              |
+  | Author: carl.guo [email protected]                                |
   +----------------------------------------------------------------------+
 */