CopernicaMarketingSoftware / PHP-CPP

Library to build PHP extensions with C++
http://www.php-cpp.com/
Apache License 2.0
1.43k stars 333 forks source link

error when add mysql_driver.h #511

Closed parsibox closed 1 year ago

parsibox commented 1 year ago

hi when i add mysql_driver.h my extension not start up what should i do?

EmielBruijntjes commented 1 year ago

I don't understand your question. Maybe you need to pass some extra flags to the compiler/linker?

parsibox commented 1 year ago

no compile is okey but after run php extension when mysql_driver.h is on my code php extension say faild if i remove it it work just add this file to include Couse error