<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/php/php_8.0.12.bb, branch mickledore-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-12-22T02:53:28+00:00</updated>
<entry>
<title>php: Upgrade to 8.1.0</title>
<updated>2021-12-22T02:53:28+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2021-12-21T10:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0e0fc7efe3983de4f11a21bf2527f886604dcfec'/>
<id>urn:sha1:0e0fc7efe3983de4f11a21bf2527f886604dcfec</id>
<content type='text'>
Rebase one patch to new version and enable openssl PACKAGECONFIG
as OpenSSL 3.0 is now supported in the new version now [1] and
remove one patch [2] as the related support for cross-compile env
is already added in 8.1.0 [3].

[1] https://github.com/php/php-src/commit/7b34db0659dda933b1146a0ff249f25acca1d669
[2] https://git.openembedded.org/meta-openembedded/commit/?id=265bab83c9acbfa97117103dd5c35bbd8a9814d6
[3] https://github.com/php/php-src/commit/f1ad9199eff32dd805bb5b155002bdb6ca69bf01

Signed-off-by: Mingli Yu &lt;mingli.yu@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: remove obsolete support for renamed libtool</title>
<updated>2021-12-14T05:20:01+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@arm.com</email>
</author>
<published>2021-12-13T11:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9a410e4f47f0e17d9f2b03cfc371e1e01d2f9847'/>
<id>urn:sha1:9a410e4f47f0e17d9f2b03cfc371e1e01d2f9847</id>
<content type='text'>
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: use qemu wrapper to build minilua</title>
<updated>2021-11-16T17:11:31+00:00</updated>
<author>
<name>Claude Bing</name>
<email>cbing@cybernetics.com</email>
</author>
<published>2021-11-16T14:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=265bab83c9acbfa97117103dd5c35bbd8a9814d6'/>
<id>urn:sha1:265bab83c9acbfa97117103dd5c35bbd8a9814d6</id>
<content type='text'>
minilua, by default, is compiled by the host machine as a
dependency for compiling the JIT/opcache extension. To
successfully cross-compile, this needs to be run under QEMU to
match the target architecture.

According to the [RFC](https://wiki.php.net/rfc/jit), only
x86 and x86_64 targets are supported.

Signed-off-by: Ashley Cox &lt;ashleyc@cybernetics.com&gt;
Signed-off-by: Claude Bing &lt;cbing@cybernetics.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: Build minilua for build host</title>
<updated>2021-11-13T09:17:18+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-11-11T16:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ce3a46e874bebbe3b67d9d1fa1246622c7508c46'/>
<id>urn:sha1:ce3a46e874bebbe3b67d9d1fa1246622c7508c46</id>
<content type='text'>
see https://bugs.php.net/bug.php?id=80717&amp;edit=1

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: update from 7.4.21 to 8.0.12</title>
<updated>2021-11-11T16:31:56+00:00</updated>
<author>
<name>Claude Bing</name>
<email>cbing@cybernetics.com</email>
</author>
<published>2021-11-10T05:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7175f8b66980cad3299a2ff9001691af0015e5c0'/>
<id>urn:sha1:7175f8b66980cad3299a2ff9001691af0015e5c0</id>
<content type='text'>
Various security and bug fixes; adds support for the JIT compiler.

 * Fixed bug #81026 (PHP-FPM oob R/W in root process leading to
   privilege escalation) (CVE-2021-21703).

https://www.php.net/ChangeLog-8.php#8.0.0

Signed-off-by: Claude Bing &lt;cbing@cybernetics.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
