Skip to content

Commit 7a7f9e2

Browse files
committed
Notice to enable curl extension
Signed-off-by: Jaida Wu <[email protected]>
1 parent d3e22fb commit 7a7f9e2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
## ⚙️ 使用教程
5757

5858
1.[官方网站](https://www.php.net/downloads) 下载并安装适用于您操作系统的 PHP 8.0+。
59-
2.`php.ini` 中启用 OpenSSL 扩展。
59+
2.`php.ini` 中启用 OpenSSL 和 Curl 扩展。
6060
3.[php-adb](https://github.com/MlgmXyysd/php-adb) 中的 `adb.php` 放到目录中。
6161
4. 下载 [platform-tools](https://developer.android.com/studio/releases/platform-tools),并将其放入 `libraries`*注意:Mac OS 需要将 `adb` 重命名为 `adb-darwin`
6262
5. 打开终端,使用 PHP 解释器执行 [脚本](bypass.php)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you're experiencing any of the above, consider yourself damned. Ever since Xi
5656
## ⚙️ How to use
5757

5858
1. Download and install PHP 8.0+ for your system from the [official website](https://www.php.net/downloads).
59-
2. Enable OpenSSL extension in `php.ini`.
59+
2. Enable OpenSSL and Curl extension in `php.ini`.
6060
3. Place `adb.php` in [php-adb](https://github.com/MlgmXyysd/php-adb) to the directory.
6161
4. Download [platform-tools](https://developer.android.com/studio/releases/platform-tools) and place them in `libraries`. *Note: Mac OS needs to rename `adb` to `adb-darwin`.*
6262
5. Open a terminal and use PHP interpreter to execute the [script](bypass.php).

bypass.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Environment requirement:
1919
* - PHP 8.0+
2020
* - OpenSSL Extension
21+
* - Curl Extension
2122
* - ADB
2223
*
2324
* @author MlgmXyysd

0 commit comments

Comments
 (0)