Skip to content

Instantly share code, notes, and snippets.

@limingxinleo
Last active August 2, 2022 02:03
Show Gist options
  • Select an option

  • Save limingxinleo/14c2633f736efefb7a319fde885e63fc to your computer and use it in GitHub Desktop.

Select an option

Save limingxinleo/14c2633f736efefb7a319fde885e63fc to your computer and use it in GitHub Desktop.

Revisions

  1. limingxinleo revised this gist Aug 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion swoole.md
    Original file line number Diff line number Diff line change
    @@ -7,5 +7,5 @@
    ### Swoole5

    ```shell
    ./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-cares
    ./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-cares --enable-swoole-pgsql
    ```
  2. limingxinleo revised this gist Aug 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion swoole.md
    Original file line number Diff line number Diff line change
    @@ -7,5 +7,5 @@
    ### Swoole5

    ```shell
    ./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl
    ./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-cares
    ```
  3. limingxinleo revised this gist Aug 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion swoole.md
    Original file line number Diff line number Diff line change
    @@ -7,5 +7,5 @@
    ### Swoole5

    ```shell
    ./configure --enable-openssl --enable-http2 --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl
    ./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl
    ```
  4. limingxinleo revised this gist Aug 2, 2022. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions swoole.md
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,10 @@

    ```shell
    ./configure --enable-openssl --enable-http2 --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-swoole-json
    ```

    ### Swoole5

    ```shell
    ./configure --enable-openssl --enable-http2 --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl
    ```
  5. limingxinleo revised this gist Jul 20, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion swoole.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ## MacOS 系统下编译 Swoole

    ```shell
    ./configure --enable-openssl --enable-http2 --with-openssl-dir=/usr/local/Cellar/[email protected]/1.1.1o --enable-swoole-curl --enable-swoole-json
    ./configure --enable-openssl --enable-http2 --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-swoole-json
    ```
  6. limingxinleo created this gist May 26, 2022.
    5 changes: 5 additions & 0 deletions swoole.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    ## MacOS 系统下编译 Swoole

    ```shell
    ./configure --enable-openssl --enable-http2 --with-openssl-dir=/usr/local/Cellar/[email protected]/1.1.1o --enable-swoole-curl --enable-swoole-json
    ```