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.
General Tech 10 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 9 Answers
Is Foldable Smartphone Technology the Future or Just a Trend?
manpreet
Best Answer
2 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