/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/ |
H A D | php_8.2.26.bb | 2 HOMEPAGE = "http://www.php.net" 9 DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-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 \ 20 file://0009-php-don-t-use-broken-wrapper-for-mkdir.patch \ 30 file://php-fpm.conf \ 31 file://php-fpm-apache.conf \ 33 file://php-fpm.service \ 36 S = "${WORKDIR}/php-${PV}" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/smarty/ |
H A D | smarty_5.4.2.bb | 7 HOMEPAGE = "https://smarty-php.github.io/smarty/" 8 BUGTRACKER = "https://github.com/smarty-php/smarty/issues" 13 SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" 30 install -d ${D}${datadir}/php/smarty3/libs/ 31 install -m 0644 ${S}/libs/*.php ${D}${datadir}/php/smarty3/libs/ 33 install -d ${D}${datadir}/php/smarty3/src/ 34 cp -rf ${S}/src/* ${D}${datadir}/php/smarty3/src/ 36 FILES:${PN} += "${datadir}/php/smarty3/" 38 RDEPENDS:${PN} = "php"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | 0002-build-php.m4-don-t-unset-cache-variables.patch | 4 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 D | 0010-iconv-fix-detection.patch | 16 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 D | 0005-pear-fix-Makefile.frag-for-Yocto.patch | 21 PEAR_INSTALLER_URL = https://pear.php.net/install-pear-nozlib.phar 24 - @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) pear/install-pear-nozlib.phar -d "$(peardir)"… 25 + @$(PHP_NATIVE_DIR)/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)"…
|
H A D | 70_mod_php8.conf | 4 SetHandler application/x-httpd-php 8 SetHandler application/x-httpd-php-source
|
H A D | 0006-ext-phar-Makefile.frag-Fix-phar-packaging.patch | 25 @@ -10,20 +10,9 @@ pharcmd: $(builddir)/phar.php $(builddir)/phar.phar 42 …srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(E… 45 +PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "/usr/bin/env $(program_prefix)php$(prog…
|
H A D | 0003-php-remove-host-specific-info-from-header-file.patch | 4 Subject: [PATCH 03/11] php: remove host specific info from header file 8 0036-php-5.4.9-fixheader.patch
|
H A D | php-fpm.conf | 25 ;pid = run/php-fpm.pid 328 ; request URI: /test_mem.php?N=10000 331 ; script: /home/fat/web/docs/php/test_mem.php 498 ; overwrite previously defined php.ini values, but will append the new value 504 ; Default Value: nothing is defined by default except the values in php.ini and 508 ;php_admin_value[error_log] = /var/log/fpm-php.www.log
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/xdebug/ |
H A D | xdebug_3.2.2.bb | 5 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"
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/ |
H A D | hiawatha_11.0.bb | 43 # configure php-fcgi to have a working configuration 44 # by default if php is installed 45 …ver = ${bindir}/php-cgi ; 2 ; 127.0.0.1:2005 ; nobody:nobody ; ${sysconfdir}/php/hiawatha-php5/php… 76 ${sysconfdir}/hiawatha/php-fcgi.conf \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/ |
H A D | CVE-2022-40704.patch | 17 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
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-core/packagesgroups/ |
H A D | packagegroup-meta-webserver.bb | 9 packagegroup-meta-webserver-php \ 16 packagegroup-meta-webserver-php \ 31 RDEPENDS:packagegroup-meta-webserver-php = "\
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | mem.c | 391 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() argument 433 struct c4iw_pd *php; in c4iw_get_dma_mr() local 439 php = to_c4iw_pd(pd); in c4iw_get_dma_mr() 440 rhp = php->rhp; in c4iw_get_dma_mr() 459 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr() 468 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr() 499 struct c4iw_pd *php; in c4iw_reg_user_mr() local 510 php = to_c4iw_pd(pd); in c4iw_reg_user_mr() 511 rhp = php->rhp; in c4iw_reg_user_mr() 571 mhp->attr.pdid = php->pdid; in c4iw_reg_user_mr() [all …]
|
H A D | provider.c | 197 struct c4iw_pd *php; in c4iw_deallocate_pd() local 199 php = to_c4iw_pd(pd); in c4iw_deallocate_pd() 200 rhp = php->rhp; in c4iw_deallocate_pd() 201 pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid); in c4iw_deallocate_pd() 202 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd() 211 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_allocate_pd() local 222 php->pdid = pdid; in c4iw_allocate_pd() 223 php->rhp = rhp; in c4iw_allocate_pd() 225 struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid}; in c4iw_allocate_pd() 228 c4iw_deallocate_pd(&php->ibpd, udata); in c4iw_allocate_pd() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/phpmyadmin/ |
H A D | apache.conf | 7 DirectoryIndex index.php 11 AddType application/x-httpd-php .php
|
/openbmc/u-boot/board/ti/ks2_evm/ |
H A D | README | 9 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2e-evm.html 10 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html 88 http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Getting_Started# 92 K2HK http://processors.wiki.ti.com/index.php/EVMK2H_Hardware_Setup 93 K2E http://processors.wiki.ti.com/index.php/EVMK2E_Hardware_Setup 94 K2L http://processors.wiki.ti.com/index.php/TCIEVMK2L_Hardware_Setup 95 K2G http://processors.wiki.ti.com/index.php/66AK2G02_GP_EVM_Hardware_Setup 102 configuration as instructed at http://processors.wiki.ti.com/index.php/ 150 http://processors.wiki.ti.com/index.php/*_Hardware_Setup. 170 http://processors.wiki.ti.com/index.php/*_Hardware_Setup. [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | PHP-3.0 | 21 written permission, please contact group@php.net. 25 from group@php.net. You may indicate that your software works in 43 <http://www.php.net/software/>". 63 The PHP Group can be contacted via Email at group@php.net. 66 please see <http://www.php.net>.
|
H A D | PHP-3.01 | 11 …is software without prior written permission. For written permission, please contact group@php.net. 13 …ay "PHP" appear in their name, without prior written permission from group@php.net. You may indica… 17 …dgment: "This product includes PHP software, freely available from <http://www.php.net/software/>". 23 The PHP Group can be contacted via Email at group@php.net. 25 For more information on the PHP Group and the PHP project, please see <http://www.php.net>.
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 336 const fdt32_t *php; in fdt_get_phandle() local 341 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle() 342 if (!php || (len != sizeof(*php))) { in fdt_get_phandle() 343 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 344 if (!php || (len != sizeof(*php))) in fdt_get_phandle() 348 return fdt32_to_cpu(*php); in fdt_get_phandle()
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-protos.rst | 33 detailed description here https://www.sbprojects.net/knowledge/ir/rc5.php. 183 described here https://www.sbprojects.net/knowledge/ir/jvc.php. 279 described here https://www.sbprojects.net/knowledge/ir/nec.php. Note 355 https://www.sbprojects.net/knowledge/ir/rc6.php. 363 https://www.sbprojects.net/knowledge/ir/rc6.php. 371 https://www.sbprojects.net/knowledge/ir/rc6.php. 379 https://www.sbprojects.net/knowledge/ir/rc6.php. 398 https://www.sbprojects.net/knowledge/ir/sharp.php. There is a very long 432 https://www.sbprojects.net/knowledge/ir/rcmm.php. The scancode is simply 439 https://www.sbprojects.net/knowledge/ir/rcmm.php. The scancode is simply [all …]
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | fdt_ro.c | 427 const fdt32_t *php; in fdt_get_phandle() local 432 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle() 433 if (!php || (len != sizeof(*php))) { in fdt_get_phandle() 434 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 435 if (!php || (len != sizeof(*php))) in fdt_get_phandle() 439 return fdt32_to_cpu(*php); in fdt_get_phandle()
|
/openbmc/openbmc/meta-openembedded/meta-webserver/ |
H A D | README.md | 30 * recipes-php/ PHP applications 39 this is now built as part of the php recipe in meta-oe. However, since 43 to the PACKAGECONFIG value for the php recipe in order to enable it.
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | fdt_ro.c | 510 const fdt32_t *php; in fdt_get_phandle() local 515 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle() 516 if (!php || (len != sizeof(*php))) { in fdt_get_phandle() 517 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 518 if (!php || (len != sizeof(*php))) in fdt_get_phandle() 522 return fdt32_ld_(php); in fdt_get_phandle()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | Makefile | 18 obj-$(CONFIG_HOTPLUG_PCI_POWERNV) += pnv-php.o 54 pnv-php-objs := pnv_php.o
|