Skip to content

Commit

Permalink
Update library header file
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jan 11, 2022
1 parent fdfab63 commit 726da95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ext-src/php_swoole_library.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* -----------------------------------------------------------------------
* Generated by /home/htf/workspace/swoole/tools/build-library.php, Please DO NOT modify!
* Generated by build-library.php, Please DO NOT modify!
+----------------------------------------------------------------------+
| Swoole |
+----------------------------------------------------------------------+
Expand All @@ -11,7 +11,7 @@
| If you did not receive a copy of the Apache2.0 license and are unable|
| to obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
+----------------------------------------------------------------------+
*/

/* $Id: acfe73e33caae4c5d12da7456a261b64b191f588 */
Expand Down
6 changes: 3 additions & 3 deletions tools/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,11 @@ function make()
$eval_str = rtrim($eval_str);

global $argv;
$generator = $argv[0];
$generator = basename($argv[0]);
$content = <<<CODE
/**
* -----------------------------------------------------------------------
* Generated by {$generator}, Please DO NOT modify!
* Generated by {$generator}, Please DO NOT modify!
+----------------------------------------------------------------------+
| Swoole |
+----------------------------------------------------------------------+
Expand All @@ -331,7 +331,7 @@ function make()
| If you did not receive a copy of the Apache2.0 license and are unable|
| to obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
+----------------------------------------------------------------------+
*/
/* \$Id: {$commit_id} */
Expand Down

0 comments on commit 726da95

Please sign in to comment.