@@ -183,20 +183,20 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
183183
184184## 其他开发资源
185185
186- * [PHP 嵌入 uWSGI](https://github.com/unbit/uwsgi/blob/master/plugins/php/php_plugin.c)
187- * [PHP 嵌入 NGINX Unit](https://github.com/nginx/unit/blob/master/src/nxt_php_sapi.c)
188- * [PHP 嵌入 Go (go-php)](https://github.com/deuill/go-php)
189- * [PHP 嵌入 Go (GoEmPHP)](https://github.com/mikespook/goemphp)
190- * [PHP 嵌入 C++](https://gist.github.com/paresy/3cbd4c6a469511ac7479aa0e7c42fea7)
191- * [扩展和嵌入 PHP 作者:Sara Golemon](https://books.google.fr/books?id=zMbGvK17_tYC&pg=PA254&lpg=PA254#v=onepage&q&f=false)
192- * [TSRMLS_CC到底是什么?](http://blog.golemon.com/2006/06/what-heck-is-tsrmlscc-anyway.html)
193- * [Mac 上的 PHP 嵌入](https://gist.github.com/jonnywang/61427ffc0e8dde74fff40f479d147db4)
194- * [SDL 绑定](https://pkg.go.dev/github.com/veandco/go-sdl2@v0.4.21/sdl#Main)
186+ - [PHP 嵌入 uWSGI](https://github.com/unbit/uwsgi/blob/master/plugins/php/php_plugin.c)
187+ - [PHP 嵌入 NGINX Unit](https://github.com/nginx/unit/blob/master/src/nxt_php_sapi.c)
188+ - [PHP 嵌入 Go (go-php)](https://github.com/deuill/go-php)
189+ - [PHP 嵌入 Go (GoEmPHP)](https://github.com/mikespook/goemphp)
190+ - [PHP 嵌入 C++](https://gist.github.com/paresy/3cbd4c6a469511ac7479aa0e7c42fea7)
191+ - [扩展和嵌入 PHP 作者:Sara Golemon](https://books.google.fr/books?id=zMbGvK17_tYC&pg=PA254&lpg=PA254#v=onepage&q&f=false)
192+ - [TSRMLS_CC到底是什么?](http://blog.golemon.com/2006/06/what-heck-is-tsrmlscc-anyway.html)
193+ - [Mac 上的 PHP 嵌入](https://gist.github.com/jonnywang/61427ffc0e8dde74fff40f479d147db4)
194+ - [SDL 绑定](https://pkg.go.dev/github.com/veandco/go-sdl2@v0.4.21/sdl#Main)
195195
196196## Docker 相关资源
197197
198- * [Bake 文件定义](https://docs.docker.com/build/customize/bake/file-definition/)
199- * [docker buildx 构建](https://docs.docker.com/engine/reference/commandline/buildx_build/)
198+ - [Bake 文件定义](https://docs.docker.com/build/customize/bake/file-definition/)
199+ - [docker buildx 构建](https://docs.docker.com/engine/reference/commandline/buildx_build/)
200200
201201## 有用的命令
202202
0 commit comments