<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Чеклист: готов ли ваш symfony проект к развертыванию (часть 2)</title>
	<atom:link href="http://hudson.su/2010/02/04/check-your-symfony-application-is-ready-for-deployment-p2/feed/" rel="self" type="application/rss+xml" />
	<link>http://hudson.su/2010/02/04/check-your-symfony-application-is-ready-for-deployment-p2/</link>
	<description>статьи о web-разработке, менеджменте IT проектов и контроле качества</description>
	<lastBuildDate>Sun, 08 Apr 2012 11:00:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: nechin</title>
		<link>http://hudson.su/2010/02/04/check-your-symfony-application-is-ready-for-deployment-p2/#comment-1086</link>
		<dc:creator>nechin</dc:creator>
		<pubDate>Mon, 05 Mar 2012 06:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://hudson.su/?p=814#comment-1086</guid>
		<description>Для решения проблемы в php.ini нужно указать верный путь к папке ext (или другой, где лежат расширения).</description>
		<content:encoded><![CDATA[<p>Для решения проблемы в php.ini нужно указать верный путь к папке ext (или другой, где лежат расширения).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hudson</title>
		<link>http://hudson.su/2010/02/04/check-your-symfony-application-is-ready-for-deployment-p2/#comment-76</link>
		<dc:creator>hudson</dc:creator>
		<pubDate>Tue, 13 Apr 2010 11:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://hudson.su/?p=814#comment-76</guid>
		<description>Обратите внимание на строки:

[[WARNING]] PDO has some drivers installed: : FAILED
*** Install PDO drivers (mandatory for Propel and Doctrine) ***

Это скорее всего означает что у вас не загружен pdo_mysql</description>
		<content:encoded><![CDATA[<p>Обратите внимание на строки:</p>
<p>[[WARNING]] PDO has some drivers installed: : FAILED<br />
*** Install PDO drivers (mandatory for Propel and Doctrine) ***</p>
<p>Это скорее всего означает что у вас не загружен pdo_mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://hudson.su/2010/02/04/check-your-symfony-application-is-ready-for-deployment-p2/#comment-75</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Tue, 13 Apr 2010 11:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://hudson.su/?p=814#comment-75</guid>
		<description>Здравствуйте! Уже не знаю что делать! У меня такая проблема: пытаюсь выполнить команду
php symfony doctrine:build-schema
выдает: couldn&#039;t locate driver named mysql
Вот что показал check_configuration.php:



  OK        PHP version is at least 5.2.4 (5.3.1)

** Optional checks **

  OK        PDO is installed
[[WARNING]] PDO has some drivers installed: : FAILED
            *** Install PDO drivers (mandatory for Propel and Doctrine) ***
  OK        PHP-XML module is installed
[[WARNING]] XSL module is installed: FAILED
            *** Install the XSL module (recommended for Propel) ***
  OK        The token_get_all() function is available
[[WARNING]] The mb_strlen() function is available: FAILED
            *** Install mb_strlen() function ***
  OK        The iconv() function is available
  OK        The utf8_decode() is available
[[WARNING]] A PHP accelerator is installed: FAILED
            *** Install a PHP accelerator like APC (highly recommended) ***
[[WARNING]] php.ini has short_open_tag set to off: FAILED
            *** Set it to off in php.ini ***
[[WARNING]] php.ini has magic_quotes_gpc set to off: FAILED
            *** Set it to off in php.ini ***
  OK        php.ini has register_globals set to off
  OK        php.ini has session.auto_start set to off
  OK        PHP version is not 5.2.9</description>
		<content:encoded><![CDATA[<p>Здравствуйте! Уже не знаю что делать! У меня такая проблема: пытаюсь выполнить команду<br />
php symfony doctrine:build-schema<br />
выдает: couldn&#8217;t locate driver named mysql<br />
Вот что показал check_configuration.php:</p>
<p>  OK        PHP version is at least 5.2.4 (5.3.1)</p>
<p>** Optional checks **</p>
<p>  OK        PDO is installed<br />
[[WARNING]] PDO has some drivers installed: : FAILED<br />
            *** Install PDO drivers (mandatory for Propel and Doctrine) ***<br />
  OK        PHP-XML module is installed<br />
[[WARNING]] XSL module is installed: FAILED<br />
            *** Install the XSL module (recommended for Propel) ***<br />
  OK        The token_get_all() function is available<br />
[[WARNING]] The mb_strlen() function is available: FAILED<br />
            *** Install mb_strlen() function ***<br />
  OK        The iconv() function is available<br />
  OK        The utf8_decode() is available<br />
[[WARNING]] A PHP accelerator is installed: FAILED<br />
            *** Install a PHP accelerator like APC (highly recommended) ***<br />
[[WARNING]] php.ini has short_open_tag set to off: FAILED<br />
            *** Set it to off in php.ini ***<br />
[[WARNING]] php.ini has magic_quotes_gpc set to off: FAILED<br />
            *** Set it to off in php.ini ***<br />
  OK        php.ini has register_globals set to off<br />
  OK        php.ini has session.auto_start set to off<br />
  OK        PHP version is not 5.2.9</p>
]]></content:encoded>
	</item>
</channel>
</rss>

