mirror of https://github.com/php/php-src
Browse Source
Dereferencing addition_modules within php_module_startup would point to a vector entirely on the stack (which is of course, wrong). Use a specialized helper to keep BC with the current php_module_startup() calling semantics. Fixes 63159 Thanks to @a-j-kPHP-5.5.8
1 changed files with 18 additions and 1 deletions
Loading…
Reference in new issue