Skip to content

Commit ac7a236

Browse files
committed
Transfer crazywhalecc/phpmicro ownership
1 parent 1bf39c1 commit ac7a236

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Build single static PHP binary, with PHP project together, with popular extensio
1212

1313
<img width="600" alt="截屏2023-05-02 15 52 33" src="https://user-images.githubusercontent.com/20330940/235610318-2ef4e3f1-278b-4ca4-99f4-b38120efc395.png">
1414

15-
> 该 SAPI 源自 [dixyes/phpmicro](https://github.com/dixyes/phpmicro)[Fork 仓库](https://github.com/crazywhalecc/phpmicro)
15+
> 该 SAPI 源自 [dixyes/phpmicro](https://github.com/dixyes/phpmicro)[Fork 仓库](https://github.com/static-php/phpmicro)
1616
1717
[![Version](https://img.shields.io/badge/Version-2.0--rc8-pink.svg?style=flat-square)]()
1818
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]()

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can also use the micro binary file to combine php binary and php source code
1414

1515
<img width="600" alt="2023-05-02 15 52 33" src="https://user-images.githubusercontent.com/20330940/235610318-2ef4e3f1-278b-4ca4-99f4-b38120efc395.png">
1616

17-
> This SAPI feature is from the [Fork](https://github.com/crazywhalecc/phpmicro) of [dixyes/phpmicro](https://github.com/dixyes/phpmicro).
17+
> This SAPI feature is from the [Fork](https://github.com/static-php/phpmicro) of [dixyes/phpmicro](https://github.com/dixyes/phpmicro).
1818
1919
[![Version](https://img.shields.io/badge/Version-2.0--rc8-pink.svg?style=flat-square)]()
2020
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]()
@@ -197,7 +197,7 @@ cd buildroot/bin/
197197

198198
> phpmicro is a SelF-extracted eXecutable SAPI module,
199199
> provided by [phpmicro](https://github.com/dixyes/phpmicro) project.
200-
> But this project is using a [fork](https://github.com/crazywhalecc/phpmicro) of phpmicro, because we need to add some features to it.
200+
> But this project is using a [fork](https://github.com/static-php/phpmicro) of phpmicro, because we need to add some features to it.
201201
> It can put php runtime and your source code together.
202202
203203
When using the parameter `--build-all` or `--build-micro`,

config/source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"type": "git",
315315
"path": "php-src/sapi/micro",
316316
"rev": "master",
317-
"url": "https://github.com/crazywhalecc/phpmicro",
317+
"url": "https://github.com/static-php/phpmicro",
318318
"license": {
319319
"type": "file",
320320
"path": "LICENSE"

0 commit comments

Comments
 (0)