User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.
With @mim help now I know that php 5.3 vs 5.4 changed on output.c symbol php_body_write in favour to php_output_write (why? why broke like this the libs compat?)
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that
you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice
sessions to improve your knowledge and scores.
manpreet
Best Answer
3 years ago
I'm trying to setup mysqlenterprise.so. I have installed the native driver and loaded before mysqlent, but when I try to start it I got:
I have googled and found the error undefined symbol: php_body_write in Unknown on line 0 for other php modules that got solved upgrading the module.
Is it possible to load this mysqlenterprise.so into php 5.4? Documentation says that i need a minimal version of 5.3.
So far I got: Config files:
Loaded modules
Config file contents:
With @mim help now I know that php 5.3 vs 5.4 changed on output.c symbol php_body_write in favour to php_output_write (why? why broke like this the libs compat?)
https://github.com/php/php-src/blob/PHP-5.4.42/main/output.c vs https://github.com/php/php-src/blob/PHP-5.3.29/main/output.c