Skip to content

Commit 726da95

Browse files
committed
Update library header file
1 parent fdfab63 commit 726da95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ext-src/php_swoole_library.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* -----------------------------------------------------------------------
3-
* Generated by /home/htf/workspace/swoole/tools/build-library.php, Please DO NOT modify!
3+
* Generated by build-library.php, Please DO NOT modify!
44
+----------------------------------------------------------------------+
55
| Swoole |
66
+----------------------------------------------------------------------+
@@ -11,7 +11,7 @@
1111
| If you did not receive a copy of the Apache2.0 license and are unable|
1212
| to obtain it through the world-wide-web, please send a note to |
1313
| [email protected] so we can mail you a copy immediately. |
14-
+----------------------------------------------------------------------+
14+
+----------------------------------------------------------------------+
1515
*/
1616

1717
/* $Id: acfe73e33caae4c5d12da7456a261b64b191f588 */

tools/bootstrap.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,11 @@ function make()
316316
$eval_str = rtrim($eval_str);
317317

318318
global $argv;
319-
$generator = $argv[0];
319+
$generator = basename($argv[0]);
320320
$content = <<<CODE
321321
/**
322322
* -----------------------------------------------------------------------
323-
* Generated by {$generator}, Please DO NOT modify!
323+
* Generated by {$generator}, Please DO NOT modify!
324324
+----------------------------------------------------------------------+
325325
| Swoole |
326326
+----------------------------------------------------------------------+
@@ -331,7 +331,7 @@ function make()
331331
| If you did not receive a copy of the Apache2.0 license and are unable|
332332
| to obtain it through the world-wide-web, please send a note to |
333333
| [email protected] so we can mail you a copy immediately. |
334-
+----------------------------------------------------------------------+
334+
+----------------------------------------------------------------------+
335335
*/
336336
337337
/* \$Id: {$commit_id} */

0 commit comments

Comments
 (0)