<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IPCPU——网络之路 &#187; apache</title>
	<atom:link href="http://www.ipcpu.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipcpu.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 07:46:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>windows下Apache2.2,php5.3,mysql安装配置</title>
		<link>http://www.ipcpu.com/2009/12/apache-php-mysql-win/</link>
		<comments>http://www.ipcpu.com/2009/12/apache-php-mysql-win/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 04:38:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.ipcpu.com/?p=334</guid>
		<description><![CDATA[很久没有用php了，没想到变了很多的东西。详细的步骤看这个http://drupalchina.org/node/2688（老版本）本文只介绍需要变更的部分。 1.php5.3的变化 一共给了四个版本，VC9 x86 Non Thread Safe、VC9 x86 Thread Safe、VC6 x86 Non Thread Safe、VC6 x86 Thread Safe， VC6 版本是使用 Visual Studio 6 编译器编译的，如果你的 PHP 是用 Apache 来架设的，那你就选择 VC6 版本。 VC9 版本是使用 Visual Studio 2008 编译器编译的，如果你的 PHP 是用 IIS 来架设的，那你就选择 VC9 版本。 这里要选“VC6 x86 Thread Safe”  php-5.3.1-Win32-VC6-x86.zip 2.mysql扩展 打开php.ini文件并找到;extension_dir=&#8221;./&#8221;，去掉前面的 ; 并修改为extension_dir=&#8221;d:/php5/ext&#8221; 找到 ;extension=php_mysql.dll 这一行，去掉前面的“；”，使PHP支持MySQL数据库 3.其他的没什么了，phpinfo里多了个mysqlnd，ms没什么用。]]></description>
			<content:encoded><![CDATA[<p>很久没有用<span class='wp_keywordlink_affiliate'><a href="http://www.ipcpu.com/tag/php/" title="View all posts in php" target="_blank">php</a></span>了，没想到变了很多的东西。详细的步骤看这个<a href="http://drupalchina.org/node/2688">http://drupalchina.org/node/2688</a>（老版本）本文只介绍需要变更的部分。</p>
<p>1.php5.3的变化</p>
<p>一共给了四个版本，VC9 x86 Non Thread Safe、VC9 x86 Thread Safe、VC6 x86 Non Thread Safe、VC6 x86 Thread Safe，</p>
<p>VC6 版本是使用 Visual Studio 6 编译器编译的，如果你的 PHP 是用 Apache 来架设的，那你就选择 VC6 版本。</p>
<p>VC9 版本是使用 Visual Studio 2008 编译器编译的，如果你的 PHP 是用 IIS 来架设的，那你就选择 VC9 版本。</p>
<p>这里要选“VC6 x86 Thread Safe”  <span class='wp_keywordlink_affiliate'><a href="http://www.ipcpu.com/tag/php/" title="View all posts in php" target="_blank">php</a></span>-5.3.1-Win32-VC6-x86.zip</p>
<p>2.mysql扩展</p>
<p>打开<span class='wp_keywordlink_affiliate'><a href="http://www.ipcpu.com/tag/php/" title="View all posts in php" target="_blank">php</a></span>.ini文件并找到;extension_dir=&#8221;./&#8221;，去掉前面的 ; 并修改为extension_dir=&#8221;d:/php5/ext&#8221;</p>
<p>找到 ;extension=php_mysql.dll 这一行，去掉前面的“；”，使PHP支持MySQL数据库</p>
<p>3.其他的没什么了，phpinfo里多了个mysqlnd，ms没什么用。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcpu.com/2009/12/apache-php-mysql-win/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
