<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-php, branch whinlatter</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-12-17T08:27:06+00:00</updated>
<entry>
<title>xdebug: upgrade 3.4.6 -&gt; 3.4.7</title>
<updated>2025-12-17T08:27:06+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-11-23T17:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=070e5d588df0ed29d6ad2dad197c554dff808da6'/>
<id>urn:sha1:070e5d588df0ed29d6ad2dad197c554dff808da6</id>
<content type='text'>
[2025-10-26] — Xdebug 3.4.7
    Fixed bug #2359: PHP 8.4 Lazy Ghost Object inoperable/defunct when Xdebug is enabled
    Fixed bug #2371: Step debugging initialize lazy objects
    Fixed bug #2375: Xdebug's exception trace conversion initialises lazy objects

Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 8a04d45a4e32ee29a12db23e1359729d16549b12)
Signed-off-by: Ankur Tyagi &lt;ankur.tyagi85@gmail.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>xdebug: update UPSTREAM_CHECK_URI</title>
<updated>2025-11-07T17:33:11+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2025-11-07T16:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6025c3c73ac15179c242402967b90a86e019a55a'/>
<id>urn:sha1:6025c3c73ac15179c242402967b90a86e019a55a</id>
<content type='text'>
Update UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct
latest stable verison.

Before the patch:
$ devtool latest-version xdebug
INFO: Current version: 3.4.6
INFO: Latest version:

After the patch:
$ devtool latest-version xdebug
INFO: Current version: 3.4.6
INFO: Latest version: 3.4.7

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>phpmyadmin: upgrade 5.2.2 -&gt; 5.2.3</title>
<updated>2025-10-25T15:45:03+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-10-25T12:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c38bfe2f95ba41f4e15a3b8376886c76e9747662'/>
<id>urn:sha1:c38bfe2f95ba41f4e15a3b8376886c76e9747662</id>
<content type='text'>
License-Update: Copyright year updated to 2025

Release note:
https://www.phpmyadmin.net/news/2025/10/8/phpmyadmin-523-is-released/

Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xdebug: upgrade 3.4.5 -&gt; 3.4.6</title>
<updated>2025-10-25T15:45:03+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-10-25T12:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=69684e826385129be74b5ccb12894814a91b4ef8'/>
<id>urn:sha1:69684e826385129be74b5ccb12894814a91b4ef8</id>
<content type='text'>
[2025-10-06] — Xdebug 3.4.6
    Fixed bugs
    Fixed bug #2328: Stream resource references in stored stack traces don't hold, and can cause crashes
    Fixed bug #2360: Debugging DateInterval (and other internal objects) causes a crash

Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xdebug: upgrade 3.4.2 -&gt; 3.4.5</title>
<updated>2025-09-01T22:52:05+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-09-01T20:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=51a526de203d6f0bdfb5f740e190890751aa2eac'/>
<id>urn:sha1:51a526de203d6f0bdfb5f740e190890751aa2eac</id>
<content type='text'>
[2025-07-14] — Xdebug 3.4.5
    Fixed bug #2332: Segmentation fault for code coverage with nested fibers
    Fixed bug #2356: Reading properties with get hooks may modify property value

[2025-06-12] — Xdebug 3.4.4
    Fixed bug #2349: Regression in Xdebug 3.4.3 breaks throwing exceptions in nested generators
    Fixed bug #2350: Crash when a certain page generates an exception since Xdebug 3.4.3
    Fixed bug #2352: Crash when using latest Xdebug version when throwing exceptions
    Fixed bug #2354: The __invoke frame in call stacks don't have the argument name in the trace

[2025-05-14] — Xdebug 3.4.3
    Fixed bug #2322: Xdebug tries to open debugging connection in destructors during shutdown
    Fixed bug #2325: Referred chrome browser extension is no longer working
    Fixed bug #2326: Step debugger finishes if property debugging handler in PHP throws an exception
    Fixed bug #2331: Segmentation fault with 'invalid' variable names
    Fixed bug #2339: Trying to throw an exception can cause a zend_mm_heap corrupted error under specific circumstances
    Fixed bug #2340: Xdebug case sensitivity issues on some files introduced since 3.3.0
    Fixed bug #2343: Fatal error on virtual property hook step debugging
    Fixed bug #2348: Xdebug does not resolve breakpoints in property hooks

Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openembedded/all: adapt to UNPACKDIR changes</title>
<updated>2025-06-25T13:44:52+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex@linutronix.de</email>
</author>
<published>2025-06-20T14:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3'/>
<id>urn:sha1:fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3</id>
<content type='text'>
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xdebug: Upgrade to 3.4.2 release</title>
<updated>2025-03-14T20:40:59+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-03-14T20:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=93bf51cd7e551e3d6997a086740f8b58c1a6dfae'/>
<id>urn:sha1:93bf51cd7e551e3d6997a086740f8b58c1a6dfae</id>
<content type='text'>
License-Update: Update license to match the PHP 3.01 license [1]

[1] https://github.com/xdebug/xdebug/commit/5fc2d818067d05503226ee8c6442985cb2fe069d
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>phpmyadmin: upgrade 5.2.1 -&gt; 5.2.2</title>
<updated>2025-02-10T04:12:29+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2025-02-10T02:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5f43b1086275603d3303ea8a05d6f0dc8fca8955'/>
<id>urn:sha1:5f43b1086275603d3303ea8a05d6f0dc8fca8955</id>
<content type='text'>
License-Update: License year updated

This upgrade include security fix for:
CVE-2025-24529
CVE-2025-24530

Release note:
https://www.phpmyadmin.net/news/2025/1/21/phpMyAdmin-522-is-released/

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Start WORKDIR -&gt; UNPACKDIR transition</title>
<updated>2024-05-23T15:44:44+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-05-13T21:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ffc64e9c6fee0af7eea3466135416d011172a5e6'/>
<id>urn:sha1:ffc64e9c6fee0af7eea3466135416d011172a5e6</id>
<content type='text'>
Replace references of WORKDIR with UNPACKDIR where it makes sense to do
so in preparation for changing the default value of UNPACKDIR.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xdebug: upgrade 3.2.0 -&gt; 3.2.2</title>
<updated>2023-11-11T17:26:41+00:00</updated>
<author>
<name>alperak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2023-11-11T17:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7c952e907fc9ea3b7865174a61997bd92e35d653'/>
<id>urn:sha1:7c952e907fc9ea3b7865174a61997bd92e35d653</id>
<content type='text'>
Changelog:

[2023-07-14] — Xdebug 3.2.2
    -Fixed bug #2175: Crash with EXC_BAD_ACCESS in xdebug_str_create
    -Fixed bug #2180: Crash on extended SplFixedArray
    -Fixed bug #2182: Segfault with ArrayObject on stack
    -Fixed bug #2186: Segfault with trampoline functions and debugger activation
[2023-03-21] — Xdebug 3.2.1
    -Fixed bug #2144: Xdebug 3.2.0 ignores xdebug.mode and enables all features
    -Fixed bug #2145: Xdebug 3.2.0 crash PHP on Windows if xdebug.mode = off
    -Fixed bug #2146: apache2 segfaulting with version 3.2.0 on PHP 8.0
    -Fixed bug #2148: Icon for link to docs in xdebug_info() HTML output does not always render correctly

Signed-off-by: alperak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
