I'm using PHP 5.3.6, Apache/2.2.3, CentOS 5.6
PHP was originally compiled with --disable-xmlwriter which shows up in the "Configure Command" section of phpinfo()
I've tried several work arounds suggested elsewhere such as yum install php-xml.
Is my only option get the 6.x-2.0 branch of this module working to completely recompile PHP?
(I realize there are many threads on the topic of xmlwriter already, but most of them are about errors that are now resolved. I also realize that this is technically a PHP question, not a question about this module, but any guidance would be much appreciated.)
Thanks!
Comments
Comment #1
Anonymous (not verified) commentedI'm surprised it isn't already added as an option on your CentOS. Maybe go ask the CentOS lists; but yes xmlwriter is a requirement. If the CentOS lists can't help then building it yourself is rather straight forward once all of the necessary requirements are in place.