/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/ |
H A D | php_8.2.26.bb | 2 HOMEPAGE = "http://www.php.net" 5 LICENSE = "PHP-3.0" 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 \ [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | PHP-3.01 | 1 The PHP License, version 3.01 3 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved. 11 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 13 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 15 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 17 …e following acknowledgment: "This product includes PHP software, freely available from <http://www… 19 …PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED… 21 This software consists of voluntary contributions made by many individuals on behalf of the PHP Gro… 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>. [all …]
|
H A D | PHP-3.0 | 3 The PHP License, version 3.01 4 Copyright (c) 1999 - 2010 The PHP Group. All rights reserved. 19 3. The name "PHP" must not be used to endorse or promote products 21 written permission, please contact group@php.net. 23 4. Products derived from this software may not be called "PHP", nor 24 may "PHP" appear in their name, without prior written permission 25 from group@php.net. You may indicate that your software works in 26 conjunction with PHP by saying "Foo for PHP" instead of calling 27 it "PHP Foo" or "phpfoo" 29 5. The PHP Group may publish revised and/or new versions of the [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/smarty/ |
H A D | smarty_5.4.2.bb | 1 SUMMARY = "Template engine for PHP" 4 application logic. This implies that PHP code is application logic, and is \ 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/" [all …]
|
/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 | php-fpm.conf | 5 ; All relative paths in this configuration file are relative to PHP's install 25 ;pid = run/php-fpm.pid 31 ; Default Value: log/php-fpm.log 32 ;error_log = log/php-fpm.log 44 ; Default Value: php-fpm 45 ;syslog.ident = php-fpm 168 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address 212 ; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP 328 ; request URI: /test_mem.php?N=10000 331 ; script: /home/fat/web/docs/php/test_mem.php [all …]
|
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 | php-fpm.service | 6 Description=The PHP FastCGI Process Manager 11 PIDFile=@LOCALSTATEDIR@/run/php-fpm.pid 12 ExecStart=@SBINDIR@/php-fpm --nodaemonize --fpm-config /etc/php-fpm.conf
|
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 | php-fpm-apache.conf | 1 # Taken from http://wiki.apache.org/httpd/PHP-FPM 6 ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/usr/share/apache2/htdocs/
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/xdebug/ |
H A D | xdebug_3.2.2.bb | 1 SUMMARY = "Debugging and profiling extension for PHP" 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/poky/scripts/ |
H A D | sstate-sysroot-cruft.sh | 110 # generated by php 112 .*/usr/lib/php5/php/.channels \ 113 .*/usr/lib/php5/php/.channels/.* \ 114 .*/usr/lib/php5/php/.registry \ 115 .*/usr/lib/php5/php/.registry/.* \ 116 .*/usr/lib/php5/php/.depdb \ 117 .*/usr/lib/php5/php/.depdblock \ 118 .*/usr/lib/php5/php/.filemap \ 119 .*/usr/lib/php5/php/.lock \
|
/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/ |
H A D | lighttpd.conf | 43 index-file.names = ( "index.php", "index.html", 125 # .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi 126 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) 138 #server.error-handler-404 = "/error-handler.php" 192 #proxy.server = ( ".php" => 203 ## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini 204 #fastcgi.server = ( ".php" => 207 # "socket" => "/tmp/php-fastcgi.socket", 208 # "bin-path" => "/usr/local/bin/php" 295 #index-file.names = (foo + ".php") + index-file.names [all …]
|
/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/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/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/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/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/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/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/linux/Documentation/admin-guide/media/ |
H A D | faq.rst | 43 https://www.linuxtv.org/wiki/index.php/DVBv5_Tools 51 https://www.linuxtv.org/wiki/index.php/Dvbv5-scan 57 .. [#] https://www.linuxtv.org/wiki/index.php/W_scan 105 https://www.linuxtv.org/wiki/index.php/TV_Related_Software 112 https://www.linuxtv.org/vdrwiki/index.php/Main_Page 165 https://www.linuxtv.org/wiki/index.php/FAQ_%26_Troubleshooting
|
/openbmc/u-boot/doc/ |
H A D | README.davinci | 126 http://www.spectrumdigital.com/product_info.php?cPath=103&products_id=203&osCsid=c499af6087317f11b3… 134 http://www.spectrumdigital.com/product_info.php?cPath=103&products_id=192&osCsid=67c20335668ffc57cb… 142 http://www.spectrumdigital.com/product_info.php?cPath=103&products_id=222 146 http://www.spectrumdigital.com/product_info.php?cPath=37&products_id=214
|