summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php_8.4.10.bb
Commit message (Collapse)AuthorAgeFilesLines
* php: fix removal of --with-zlib-dir configure optionGijs Peskens2025-09-061-1/+1
| | | | | | | | | | | | | | PHP has removed the --with-zlib-dir configure option since that is now taken over by pkg-config, this breaks building PHP on Walnascar when zip is enabled via PACKAGECONFIG. So remove it. Signed-off-by: Gijs Peskens <gijs.peskens@munisense.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 90fa225b86fa3df35b3273a5522b72e95ae258d7) Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* php: upgrade 8.4.8 -> 8.4.10Jason Schonberg2025-09-061-0/+292
This is a security update. There are fixes for memory leaks, segfaults and CVEs. CVE-2025-1735 CVE-2025-1220 CVE-2025-6491 Changelog: https://www.php.net/ChangeLog-8.php#8.4.10 Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>