chiark / gitweb /
php: Fix opcache by using MAP_ANON support
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 10 Mar 2018 23:50:15 +0000 (00:50 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 10 Mar 2018 23:51:41 +0000 (00:51 +0100)
commitf8ae38678956a90a43d878868638b09994c80e45
tree1b4d4208c2d2f85847a6a4ce0ae3b32fe40d5563
parent4ea200c01ef982b0c629b0bf2c8c52206c8148cf
php: Fix opcache by using MAP_ANON support

The ext/opcache/config.m4 disabled MAP_ANON when cross compiling.

Fixes #2234.
packages/php/build.sh
packages/php/ext-opcache-config.m4.patch
packages/php/ext-opcache-zend_accelerator_module.c.patch [new file with mode: 0644]