jackson
asked Oct 09 2018
Answer
This extension helps to write documents from XML format to Text. And this will be enabled by default. If such extension is not available, make use of below command to install and use.
# yum install libxml2
# service httpd restart
# service php-fpm restart
Once its installed go to /etc/php.d/xmlwriter.ini file and remove the hashed line as follows.
; Enable xmlwriter extension module
extension=xmlwriter.so
jagannatharumugam
asked May 11 2017
edited Oct 05 2018
xmlwriter.so module usage
What is the use of xmlwriter.so module which is enabled in my server.