Home
last modified time | relevance | path

Searched full:php (Results 1 – 25 of 209) sorted by relevance

123456789

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/
H A Dphp_8.4.6.bb2 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 \
24 file://php-fpm.conf \
25 file://php-fpm-apache.conf \
27 file://php-fpm.service \
30 S = "${WORKDIR}/php-${PV}"
45 # phpize is not scanned for absolute paths by default (but php-config is).
52 PHP_LIBDIR = "${libdir}/php${PHP_MAJOR_VERSION}"
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DPHP-3.011 The PHP License, version 3.01
3 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved.
11PHP" must not be used to endorse or promote products derived from this software without prior writ…
13PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You…
15PHP 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…
19PHP 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 DPHP-3.03 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 Dsmarty_5.4.5.bb1 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;tag=v${PV}"
28 install -d ${D}${datadir}/php/smarty3/libs/
29 install -m 0644 ${S}/libs/*.php ${D}${datadir}/php/smarty3/libs/
31 install -d ${D}${datadir}/php/smarty3/src/
32 cp -rf ${S}/src/* ${D}${datadir}/php/smarty3/src/
34 FILES:${PN} += "${datadir}/php/smarty3/"
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/miniupnp/
H A Ddownload.php11 <link href="rss.php" title="MiniUPnPd, MiniUPnPc and MiniSSDPd Files" type="application/rss+xml" re…
13 <link rel="alternate" hreflang="fr" href="/files/index_fr.php" />
28 <a href="../devicelist.php">Compatibility list</a> |
36 <b>English</b> | <a href="/files/index_fr.php">Fran&ccedil;ais</a>
97 <a href="http://os4depot.net/index.php?function=showfile&amp;file=network/misc/miniupnpc.lha">OS4De…
167 <li><a href="rest.php/tags/miniupnpd?count=1">rest.php/tags/miniupnpd?count=1</a>: latest miniupnpd…
168 <li><a href="rest.php/tags?count=1">rest.php/tags?count=1</a>: miniupnpc, miniupnpd and minissdpd.<…
191 <td><a href="changelog.php?file=miniupnpc-2.3.2.tar.gz">changelog</a></td>
199 <td><a href="changelog.php?file=miniupnpd-2.3.7.tar.gz">changelog</a></td>
207 <td><a href="changelog.php?file=libnatpmp-20230423.tar.gz">changelog</a></td>
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/xdebug/
H A Dxdebug_3.4.2.bb1 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-oe/recipes-devtools/php/php/
H A D0003-iconv-fix-detection.patch19 build/php.m4 | 3 ++-
22 diff --git a/build/php.m4 b/build/php.m4
24 --- a/build/php.m4
25 +++ b/build/php.m4
H A Dphp-fpm.conf5 ; 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 Dphp-fpm.service6 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 D0004-pear-fix-Makefile.frag-for-Yocto.patch21 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 D70_mod_php8.conf4 SetHandler application/x-httpd-php
8 SetHandler application/x-httpd-php-source
H A Dphp-fpm-apache.conf1 # Taken from http://wiki.apache.org/httpd/PHP-FPM
6 ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/usr/share/apache2/htdocs/
H A D0002-ext-phar-Makefile.frag-Fix-phar-packaging.patch25 @@ -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…
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/
H A Dhiawatha_11.2.bb45 # configure php-fcgi to have a working configuration
46 # by default if php is installed
47 …ver = ${bindir}/php-cgi ; 2 ; 127.0.0.1:2005 ; nobody:nobody ; ${sysconfdir}/php/hiawatha-php5/php
78 ${sysconfdir}/hiawatha/php-fcgi.conf \
/openbmc/openbmc/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
/openbmc/openbmc/poky/scripts/
H A Dsstate-sysroot-cruft.sh110 # 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/meta-openembedded/meta-webserver/recipes-core/packagesgroups/
H A Dpackagegroup-meta-webserver.bb9 packagegroup-meta-webserver-php \
16 packagegroup-meta-webserver-php \
31 RDEPENDS:packagegroup-meta-webserver-php = "\
/openbmc/openbmc/meta-openembedded/meta-webserver/
H A DREADME.md30 * 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/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/
H A Dlighttpd.conf43 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-webserver/recipes-php/phpmyadmin/phpmyadmin/
H A Dapache.conf7 DirectoryIndex index.php
11 AddType application/x-httpd-php .php
/openbmc/u-boot/board/ti/ks2_evm/
H A DREADME9 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/u-boot/doc/
H A DREADME.davinci126 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
/openbmc/u-boot/drivers/video/fonts/
H A DKconfig31 http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
50 http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c336 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/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/
H A Dgrpc_1.71.0.bb3 (C++, Node.js, Python, Ruby, Objective-C, PHP, C#)"
54 PACKAGECONFIG[php] = "-DgRPC_BUILD_GRPC_PHP_PLUGIN=ON,-DgRPC_BUILD_GRPC_PHP_PLUGIN=OFF"

123456789