kjdev
kjdev
Added testing Windows support. Note: All testing is not possible to pass. Build on windows branch. [php-5.6.9-Win32-unqlite-extension.zip](http://kjdev.sdbx.jp/windows/php-5.6.9-Win32-unqlite-extension.zip?__module=off)
Added BrotliAlterEtag Directive. 6f1a39776a373919baba73a5af971f7604fa9dc1
Please try after installed the following packages. On Fedora/CentOS ``` yum install php-devel ``` On Debian/Ubuntu ``` apt-get install php5-dev ```
Travis CI PHP 5.6 check: https://travis-ci.org/kjdev/php-ext-lz4/jobs/54030640 How did you install?
You have to build and install it yourself from the command line.
Embedded library ``` % docker run -it --rm centos bash $ yum install -y git gcc make php-devel $ git clone --recursive --depth=1 https://github.com/kjdev/php-ext-lz4 $ cd php-ext-lz4.git $ phpize $...
``` brotli.output_compression [tests/ob_002.phpt] brotli.output_compression=1 with client not accepting compression [tests/ob_006.phpt] brotli.output_compression ob_get_clean [tests/ob_010.phpt] ``` Do you know the content of the failed log in the test? - tests/ob_{002,006,010}.{out,log} Probably the...
The following file will not be generated in the tests directory after running `make test`. Files with extension out or log. - tests/ob_002.out - tests/ob_002.log
If the test fails, a result file is generated and remains. ``` sh $ cd php-ext-brotli $ ls tests/ob_002.* tests/ob_002.phpt $ phpize && ./configure && make $ make test .....
``` [user@server:php-ext-brotli]$ make test Build complete. Don't forget to run 'make test'. ===================================================================== PHP : /usr/local/bin/php Warning: PHP Startup: brotli: Unable to initialize module Module compiled with module API=20131226 PHP...