Quote:
Originally Posted by vladimir_cz
1. why you load .dll ? it is win32 extension. under linux you should use .so
2. check php.ini file and set right extension_path value
3. check for php_domxml.so (or domxml.so) file exists in your extension path
4. if not exists, follow steps for build extension (phpize, configure, make) - these steps described in documentation.
|
Hello,
I don't actually know where php_domxml.so is but I searched for it and couldn't find it so I guess I don't have it. In the extension folder (from the php.ini file) I could only find a .so mysql file and another .so file.
I did also search for php_domxml.so but couldn't find any information about it, google kept suggesting php_domxml.c instead, could that be the file?
How do I know if it is the right extension_path value in the php.ini file? And how do I know what to build the extension with? From what I could see in my PHP config I had the necessary things.. Or can you see any errors in the php config?
Really thanks for your reply,
/Oskar