I'm working with a program that requires the XML extension is installed with
PHP. I tried looking through the source code for the settings to add to my
configuration but I wasn't seeing anything obvious.
I tried adding "--enable-simplexml" but wasn't sure if I needed to enable any
other options to get that to work?
Thanks
Tom
--
NewsGuy Free Trial Accounts
Now a massive 20 Gigabytes of unrestricted downloads !
http://newsguy.com/overview.htm
tom
sponsored links
2
25th March 02:28
j.o. aho
External User
Posts: 1
Installing XML extension for PHP 5.2.5
You need the libxml installed with headers if you want to compile simplexml.
--
//Aho
j.o. aho
3
25th March 02:28
tom
External User
Posts: 1
Installing XML extension for PHP 5.2.5
Thank you. Saves a lot of time knowing that ahead of time.
Tom
--
NewsGuy Free Trial Accounts
Now a massive 20 Gigabytes of unrestricted downloads !
http://newsguy.com/overview.htm
tom
4
25th March 02:29
tom
External User
Posts: 1
Installing XML extension for PHP 5.2.5
I was able to get simplexml installed, but I'm still getting an "xml extension
must be loaded" error message.
I tried viewing "get_loaded_extensions" and I was seeing "SimpleXML" but I think
I need to get "xml". What do I need to configure to get that? I couldn't find
anything obvious in the php 5.2.6 source code
Tom
tom
5
25th March 02:29
tom
External User
Posts: 1
Installing XML extension for PHP 5.2.5
Sorry I think I found it. I'll try "--enable-xml" Lost my mind temporarily
Tom
tom
6
25th March 02:29
j.o. aho
External User
Posts: 1
Installing XML extension for PHP 5.2.5
If you want to make things simpler, I would suggest you use a mete
distribution like Gentoo or SourceMage, these allow you to select which
features to include in a quite simple way, and they will load all the
needed dependencies.