su -c 'echo "deb http://http.debian.net/debian testing main" > /etc/apt/sources.list.d/testing.list'
apt-get remove --purge php*
apt-get purge --auto-remove curl
apt-get purge --auto-remove apache2
apt-get install php7.2-cli php7.2-curl php7.2-fpm php7.2-gd php7.2-intl php7.2-json php7.2-mbstring php7.2-pdo-mysql php7.2-xml php7.2-zip
Preparing to unpack .../curl_7.61.0-1_amd64.deb ...
Unpacking curl (7.61.0-1) over (7.38.0-4+deb8u13) ...
Processing triggers for man-db (2.7.0.2-5) ...
(Reading database ... 39276 files and directories currently installed.)
Removing libcurl3:amd64 (7.38.0-4+deb8u13) ...
Selecting previously unselected package libcurl4:amd64.
(Reading database ... 39267 files and directories currently installed.)
Preparing to unpack .../libcurl4_7.61.0-1_amd64.deb ...
Unpacking libcurl4:amd64 (7.61.0-1) ...
Selecting previously unselected package apache2-bin.
Preparing to unpack .../apache2-bin_2.4.37-1_amd64.deb ...
Unpacking apache2-bin (2.4.37-1) ...
Selecting previously unselected package apache2.
Preparing to unpack .../apache2_2.4.37-1_amd64.deb ...
Unpacking apache2 (2.4.37-1) ...
Processing triggers for libc-bin (2.27-8) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u8) ...
Setting up libcurl4:amd64 (7.61.0-1) ...
Setting up curl (7.61.0-1) ...
Setting up apache2-bin (2.4.37-1) ...
Setting up apache2 (2.4.37-1) ...
insserv: warning: current start runlevel(s) (empty) of script `apache-htcacheclean' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `apache-htcacheclean' overrides LSB defaults (0 1 6).
Processing triggers for libc-bin (2.27-8) ...
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/curl.so' - /usr/lib/php/20160303/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
/etc/php/7.1/cli/conf.d/20-curl.ini,
apt-get install curl
Protocols h2 h2c http/1.1
H2Push on
H2PushPriority * after
H2PushPriority text/css before
H2PushPriority image/jpeg after 32
H2PushPriority image/png after 32
H2PushPriority application/javascript interleaved
SSLProtocol all -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite 'EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA !RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS'