Enable php extension
Posted: Tue Apr 21, 2009 4:06 am
Hello guys, never had the task to modify php install and now i ended to the wall
I need to enable XMLReader to an existing php install. php.net says this:
I need to enable XMLReader to an existing php install. php.net says this:
Where can i add this argument --enable-xmlreader ? What is that configure line?The XMLReader extension is available in PECL as of PHP 5.0.0 and is included and enabled as of PHP 5.1.0 by default. It can be enabled by adding the argument --enable-xmlreader (or --with-xmlreader before 5.1.0) to your configure line. The libxml extension is required.