2 Commits 544a8bb369 ... e3036a6fcd

Auteur SHA1 Bericht Datum
  Carl e3036a6fcd Initial commit (php8) 8 maanden geleden
  Carl 544a8bb369 Initial commit (php8) 8 maanden geleden
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  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]                                |
   +----------------------------------------------------------------------+
 */