downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

需求> <简介
[edit] Last updated: Fri, 25 May 2012

view this page in

安装/配置

Table of Contents



需求> <简介
[edit] Last updated: Fri, 25 May 2012
 
add a note add a note User Contributed Notes 安装/配置
d at duane dot com 10-May-2012 11:02
On Fedora 16, you can use
yum -y install php-xml
and then be sure to add
extension=dom.so
in the php.ini file for this to work.
Anonymous 05-Oct-2011 01:40
In Redhat 5.5 using php53 you need to not only install php53-xml but php53-devel as well to install DOMDocument
eugenekay at kashpureff dot org 24-Jan-2011 03:08
Certain Linux distributions do not have this extension included in the minimum PHP package. It can usually be found in one of the "optional" php-* packages.

For CentOS, you will need to run "yum install php-xml", which provides this extension.
Sergey A. 04-Apr-2010 11:38
don't forget
extension=dom.so
in extensions.ini
on freebsd
z1mok at yahoo dot com 21-Apr-2009 11:45
You need the DOM MODULE installed if you want to use Youtube Data Api with the Zend GData Library.

Otherwise you cannot obtain a valid Upload Form Token.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites