Implemented network encryption (#2343)

For those who fuss about performance, you can disable the `network.enable-encryption` option to use sessions without encryption.
This commit is contained in:
Dylan K. Taylor
2018-07-31 15:54:18 +01:00
committed by GitHub
parent 62cb7963dc
commit 2bf6764112
13 changed files with 556 additions and 176 deletions

View File

@ -6,6 +6,7 @@ php:
before_script:
# - pecl install channel://pecl.php.net/pthreads-3.1.6
- echo | pecl install channel://pecl.php.net/yaml-2.0.2
- pecl install channel://pecl.php.net/crypto-0.3.1
- git clone https://github.com/pmmp/pthreads.git
- cd pthreads
- git checkout c8cfacda84f21032d6014b53e72bf345ac901dac