Bug#1089097: php: add zend.dlopen_deepbind php.ini directive

2024-12-05 Thread Ondřej Surý
Control: severity -1 wishlist Hmm, I think something like this: https://github.com/CachyOS/CachyOS-PKGBUILDS/pull/420/files Disable RTLD_DEEPBIND on all PHP SAPIs except for apache by danog · Pull Request #420 · CachyOS/CachyOS-PKGBUILDS github.com makes more sense to me. Anyway, downgrading

Bug#1089097: php: add zend.dlopen_deepbind php.ini directive

2024-12-05 Thread Christian Göttsche
Source: php8.4 Severity: normal Tags: patch upstream Dear Maintainer, running php with a custom system wide memory allocator, like hardened malloc[1], leads to crashes due to the used dlopen(3) flag RTLD_DEEPBIND (upstream issue #10670). Thus I like to propose the patch from #11094, which by defa