Home
last modified time | relevance | path

Searched refs:php (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/
H A Dphp_8.1.16.bb2 HOMEPAGE = "http://www.php.net"
9 DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native"
15 SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \
16 file://0002-build-php.m4-don-t-unset-cache-variables.patch \
17 file://0003-php-remove-host-specific-info-from-header-file.patch \
19 file://0009-php-don-t-use-broken-wrapper-for-mkdir.patch \
29 file://php-fpm.conf \
30 file://php-fpm-apache.conf \
32 file://php-fpm.service \
35 S = "${WORKDIR}/php-${PV}"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/smarty/
H A Dsmarty_4.1.0.bb8 DEPENDS += "php"
10 SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
17 install -d ${D}${datadir}/php/smarty3/libs/
18 install -m 0644 ${S}/libs/*.php ${D}${datadir}/php/smarty3/libs/
20 install -d ${D}${datadir}/php/smarty3/libs/plugins
21 install -m 0644 ${S}/libs/plugins/*.php ${D}${datadir}/php/smarty3/libs/plugins/
23 install -d ${D}${datadir}/php/smarty3/libs/sysplugins
24 install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/
26 FILES:${PN} = "${datadir}/php/smarty3/"
/OK3568_Linux_fs/buildroot/package/php/
H A Dphp.mk8 PHP_SITE = https://www.php.net/distributions
9 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
16 PHP_CPE_ID_VENDOR = php
20 --with-config-file-scan-dir=/etc/php.d \
57 PHP_CONFIG_SCRIPTS = php-config
311 $(INSTALL) -D -m 0755 $(@D)/sapi/fpm/init.d.php-fpm \
316 $(INSTALL) -D -m 0644 $(@D)/sapi/fpm/php-fpm.service \
317 $(TARGET_DIR)/usr/lib/systemd/system/php-fpm.service
321 $(INSTALL) -D -m 0644 package/php/php-fpm.conf \
322 $(TARGET_DIR)/etc/php-fpm.conf
[all …]
H A D0002-iconv-tweak-iconv-detection.patch6 Tweak PHP_SETUP_ICONV from aclocal/build/php.m4 to not
21 build/php.m4 | 2 +-
24 diff --git a/build/php.m4 b/build/php.m4
26 --- a/build/php.m4
27 +++ b/build/php.m4
H A D0001-acinclude.m4-don-t-unset-variables.patch13 build/php.m4 | 4 ----
16 diff --git a/build/php.m4 b/build/php.m4
18 --- a/build/php.m4
19 +++ b/build/php.m4
H A Dphp.hash1 # From https://www.php.net/downloads.php
2 sha256 cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52 php-8.0.13.tar.xz
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/patches/
H A D0001-execute_command-workaround-for-GUI-apps-with-weston.patch16 generate.php | 2 ++
17 run_script.php | 2 +-
76 diff --git a/generate.php b/generate.php
78 --- a/generate.php
79 +++ b/generate.php
89 diff --git a/run_script.php b/run_script.php
91 --- a/run_script.php
92 +++ b/run_script.php
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/patches/
H A D0001-execute_command-workaround-for-GUI-apps-with-weston.patch16 generate.php | 2 ++
17 run_script.php | 2 +-
76 diff --git a/generate.php b/generate.php
78 --- a/generate.php
79 +++ b/generate.php
89 diff --git a/run_script.php b/run_script.php
91 --- a/run_script.php
92 +++ b/run_script.php
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0002-build-php.m4-don-t-unset-cache-variables.patch4 Subject: [PATCH 02/11] build/php.m4: don't unset cache variables
12 update this patch to 7.4.4, acinclude.m4 move to build/php.m4
18 build/php.m4 | 4 ----
21 diff --git a/build/php.m4 b/build/php.m4
23 --- a/build/php.m4
24 +++ b/build/php.m4
H A D0010-iconv-fix-detection.patch16 build/php.m4 | 3 ++-
19 diff --git a/build/php.m4 b/build/php.m4
21 --- a/build/php.m4
22 +++ b/build/php.m4
H A Dphp-fpm.service6 PIDFile=/run/php-fpm.pid
7 ExecStart=@SYSCONFDIR@/init.d/php-fpm start
8 ExecStop=@SYSCONFDIR@/init.d/php-fpm stop
/OK3568_Linux_fs/buildroot/package/php-imagick/
H A Dphp-imagick.mk9 PHP_IMAGICK_SITE = http://pecl.php.net/get
10 PHP_IMAGICK_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
13 PHP_IMAGICK_DEPENDENCIES = imagemagick php host-autoconf
16 PHP_IMAGICK_CPE_ID_VENDOR = php
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-php/xdebug/
H A Dxdebug_3.1.1.bb5 DEPENDS = "php re2c-native"
15 EXTRA_OECONF += "--enable-xdebug -with-php-config=${STAGING_BINDIR_CROSS}/php-config"
33 FILES:${PN} += "${libdir}/php*/extensions/*/*.so"
34 FILES:${PN}-dbg += "${libdir}/php*/extensions/*/.debug"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/
H A DCVE-2022-43515.patch12 ui/include/classes/user/CWebUser.php | 6 ++----
15 diff --git a/ui/include/classes/user/CWebUser.php b/ui/include/classes/user/CWebUser.php
17 --- a/ui/include/classes/user/CWebUser.php
18 +++ b/ui/include/classes/user/CWebUser.php
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/
H A Dhiawatha_10.12.bb44 # configure php-fcgi to have a working configuration
45 # by default if php is installed
46 …ver = ${bindir}/php-cgi ; 2 ; 127.0.0.1:2005 ; nobody:nobody ; ${sysconfdir}/php/hiawatha-php5/php
77 ${sysconfdir}/hiawatha/php-fcgi.conf \
/OK3568_Linux_fs/buildroot/package/php-amqp/
H A Dphp-amqp.mk9 PHP_AMQP_SITE = https://pecl.php.net/get
10 PHP_AMQP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
13 PHP_AMQP_DEPENDENCIES = rabbitmq-c php host-autoconf
/OK3568_Linux_fs/buildroot/package/php-zmq/
H A Dphp-zmq.mk9 PHP_ZMQ_SITE = https://pecl.php.net/get
11 PHP_ZMQ_DEPENDENCIES = php zeromq host-autoconf host-pkgconf
12 PHP_ZMQ_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config
H A DConfig.in1 comment "php-zmq needs a toolchain w/ C++, threads"
5 bool "php-zmq"
12 http://pecl.php.net/package/zmq
/OK3568_Linux_fs/buildroot/package/php-ssh2/
H A Dphp-ssh2.mk9 PHP_SSH2_SITE = https://pecl.php.net/get
10 PHP_SSH2_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
13 PHP_SSH2_DEPENDENCIES = libssh2 php host-autoconf
/OK3568_Linux_fs/buildroot/package/php-yaml/
H A Dphp-yaml.mk9 PHP_YAML_SITE = https://pecl.php.net/get
10 PHP_YAML_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
13 PHP_YAML_DEPENDENCIES = libyaml php host-autoconf
/OK3568_Linux_fs/buildroot/package/php-geoip/
H A Dphp-geoip.mk9 PHP_GEOIP_SITE = https://pecl.php.net/get
10 PHP_GEOIP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
13 PHP_GEOIP_DEPENDENCIES = geoip php host-autoconf
/OK3568_Linux_fs/buildroot/package/php-gnupg/
H A Dphp-gnupg.mk9 PHP_GNUPG_SITE = https://pecl.php.net/get
11 PHP_GNUPG_DEPENDENCIES = php libgpgme host-autoconf host-pkgconf
12 PHP_GNUPG_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/
H A DCVE-2022-40704.patch17 pts-core/phoromatic/phoromatic_functions.php | 15 +++++++++++++--
20 …f --git a/pts-core/phoromatic/phoromatic_functions.php b/pts-core/phoromatic/phoromatic_functions.
22 --- a/pts-core/phoromatic/phoromatic_functions.php
23 +++ b/pts-core/phoromatic/phoromatic_functions.php
/OK3568_Linux_fs/buildroot/package/php-memcached/
H A Dphp-memcached.mk9 PHP_MEMCACHED_SITE = https://pecl.php.net/get
10 PHP_MEMCACHED_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
15 PHP_MEMCACHED_DEPENDENCIES = libmemcached php zlib host-autoconf host-pkgconf
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Dmem.c407 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() argument
449 struct c4iw_pd *php; in c4iw_get_dma_mr() local
455 php = to_c4iw_pd(pd); in c4iw_get_dma_mr()
456 rhp = php->rhp; in c4iw_get_dma_mr()
475 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr()
484 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr()
515 struct c4iw_pd *php; in c4iw_reg_user_mr() local
526 php = to_c4iw_pd(pd); in c4iw_reg_user_mr()
527 rhp = php->rhp; in c4iw_reg_user_mr()
587 mhp->attr.pdid = php->pdid; in c4iw_reg_user_mr()
[all …]

12345678910>>...15