Ravenports generated: 18 Jan 2021 12:16
[ravenports.git] / bucket_0E / php73-opcache
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               php73-opcache
4 VERSION=                7.3.26
5 KEYWORDS=               lang www php
6 VARIANTS=               standard
7 SDESC[standard]=        PHP 7.3 extension: opcache (shared memory cache)
8 HOMEPAGE=               https://php.net/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            PHP/distributions
13 DISTFILE[1]=            php-7.3.26.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   php:ext,73 cpe pcre:build
21
22 DISTNAME=               php-7.3.26/ext/{{PHP_MODNAME}}
23 EXTRACT_HEAD[1]=        {{TAR}} -xf
24 EXTRACT_TAIL[1]=        php-7.3.26/ext/{{PHP_MODNAME}}
25
26 CPE_PRODUCT=            php
27 CPE_VENDOR=             php
28 FPC_EQUIVALENT=         www/php73-opcache
29 PHP_MOD_PRIORITY=       10
30
31 CONFIGURE_ARGS=         --enable-opcache
32                         --with-pcre-dir={{LOCALBASE}}
33
34 [FILE:57:descriptions/desc.single]
35 This package contains the opcache extension for PHP 7.3.
36
37
38 [FILE:96:distinfo]
39 d93052f4cb2882090b6a37fd1e0c764be1605a2461152b7f6b8f04fa48875208     12138088 php-7.3.26.tar.xz
40
41
42 [FILE:314:patches/patch-zend__file__cache.c]
43 --- zend_file_cache.c.orig      2017-07-05 13:48:27 UTC
44 +++ zend_file_cache.c
45 @@ -24,9 +24,10 @@
46  
47  #include "php.h"
48  
49 +#include "ZendAccelerator.h"
50 +
51  #ifdef HAVE_OPCACHE_FILE_CACHE
52  
53 -#include "ZendAccelerator.h"
54  #include "zend_file_cache.h"
55  #include "zend_shared_alloc.h"
56  #include "zend_accelerator_util_funcs.h"
57