Hi-

I'm getting these PHP warnings:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/fileinfo.so' - /usr/lib/php/modules/fileinfo.so: undefined symbol: zval_property_ctor in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/zip.so' - /usr/lib/php/modules/zip.so: undefined symbol: zval_property_ctor in Unknown on line 0

Can't find the cause of this anywhere. Can anyonw point me in the right direction? Thanks.

Recommended Answers

All 2 Replies

From what I found it has to be a Zend thing. Perhaps missing an extension?

I just updated PHP to the newest version and it fixed the warnings. I have no idea why they were occuring, all of the library files were in the correct place. I'm just happy it's fixed :)

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.