RESOLVED: Contamination by file include in zend_register_functions
php.internals
Andrew Mather
20 years ago
Turns out that even though the missing functions had no impact
in code, they do indeed cause the register functions process
to throw an error, leading to a sigseg fault.
At least it encourages tight and tidy code!
A.