Skip to content

Commit

Permalink
Notice to enable curl extension
Browse files Browse the repository at this point in the history
Signed-off-by: Jaida Wu <[email protected]>
  • Loading branch information
MlgmXyysd committed Nov 23, 2023
1 parent d3e22fb commit 7a7f9e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
## ⚙️ 使用教程

1.[官方网站](https://www.php.net/downloads) 下载并安装适用于您操作系统的 PHP 8.0+。
2.`php.ini` 中启用 OpenSSL 扩展。
2.`php.ini` 中启用 OpenSSL 和 Curl 扩展。
3.[php-adb](https://github.com/MlgmXyysd/php-adb) 中的 `adb.php` 放到目录中。
4. 下载 [platform-tools](https://developer.android.com/studio/releases/platform-tools),并将其放入 `libraries`*注意:Mac OS 需要将 `adb` 重命名为 `adb-darwin`
5. 打开终端,使用 PHP 解释器执行 [脚本](bypass.php)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you're experiencing any of the above, consider yourself damned. Ever since Xi
## ⚙️ How to use

1. Download and install PHP 8.0+ for your system from the [official website](https://www.php.net/downloads).
2. Enable OpenSSL extension in `php.ini`.
2. Enable OpenSSL and Curl extension in `php.ini`.
3. Place `adb.php` in [php-adb](https://github.com/MlgmXyysd/php-adb) to the directory.
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`.*
5. Open a terminal and use PHP interpreter to execute the [script](bypass.php).
Expand Down
1 change: 1 addition & 0 deletions bypass.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Environment requirement:
* - PHP 8.0+
* - OpenSSL Extension
* - Curl Extension
* - ADB
*
* @author MlgmXyysd
Expand Down

0 comments on commit 7a7f9e2

Please sign in to comment.