diff options
author | Sara Golemon <pollita@php.net> | 2013-12-03 16:36:07 -0800 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2013-12-03 18:20:19 -0800 |
commit | 00a7b1ff7fed49df51d0392d47aa79f63bf1c66e (patch) | |
tree | 99e4ba3822158318a231ae73cb4dd77da133fc77 /ext/mysqlnd/mysqlnd.c | |
parent | 6f52f566f3d3a08418917baa6b659249a39c3f18 (diff) | |
download | php-git-00a7b1ff7fed49df51d0392d47aa79f63bf1c66e.tar.gz |
Fix php_module_startup() when loading more than one additional module
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-k
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
0 files changed, 0 insertions, 0 deletions