Installing/Configuring

Содержание

Требования

Эти функции всегда доступны.

Коментарии

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.
2009-04-22 08:45:22
http://php5.kiev.ua/manual/ru/dom.setup.html
Автор:
don't forget 
extension=dom.so
in extensions.ini
on freebsd
2010-04-05 08:38:39
http://php5.kiev.ua/manual/ru/dom.setup.html
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.
2011-01-25 00:08:38
http://php5.kiev.ua/manual/ru/dom.setup.html
Автор:
In Redhat 5.5 using php53 you need to not only install php53-xml but php53-devel as well to install DOMDocument
2011-10-05 10:40:08
http://php5.kiev.ua/manual/ru/dom.setup.html
Автор:
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.
2012-05-10 20:02:05
http://php5.kiev.ua/manual/ru/dom.setup.html

    Поддержать сайт на родительском проекте КГБ