a production box running 4.2.2 recently had a script added to it requiring use
of xml functionality.  The box was already compiled (a few versions earlier)
with the --with-xml option.  Since then, have upgraded this box twice (though it
is due for another) using config.nice to ensure the same options are installed.

have configured this as an apache module and as the CGI...  the apache module
uses the XML functions just fine.  The CGI however gives the error in the
subject.

Have compared phpinfo() on each, and added extension_dir and include_dir to the
standalone php's php.ini so that it matches the apache module version, still no
joy.

Any thoughts, recommendations, or hints as to what I may be missing which would
cause the cgi version not to compile with the xml features even when
the --with-xml option is and has been specified since 4.0.x and through every
upgrade since then thanks to using the same config.nice.

thanks

Dave

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to