<?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>深蓝的blog &#187; PHP</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=php" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 07 Feb 2026 10:59:52 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>PHP生成图片缩略图处理函数</title>
		<link>http://www.lanxinbase.com/?p=831</link>
		<comments>http://www.lanxinbase.com/?p=831#comments</comments>
		<pubDate>Sat, 14 Nov 2015 03:35:08 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[缩略图]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=831</guid>
		<description><![CDATA[/**
* 生成缩略图函数（支持图片格式：gif、jpeg、png和bmp）
* @author ruxing.li
* @param string $src 源图片路径
* @param int $width 缩略图宽度（只指定高度时进行等比缩放）
* @param int $width 缩略图高度（只指定宽度时进行等比缩放）
* @param string $filename 保存路径（不指定时直接输出到浏览器）
* @return bool]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=831</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>服务器IIS7PHP响应慢解决方法</title>
		<link>http://www.lanxinbase.com/?p=577</link>
		<comments>http://www.lanxinbase.com/?p=577#comments</comments>
		<pubDate>Thu, 27 Aug 2015 01:11:55 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=577</guid>
		<description><![CDATA[        最近换了台新服务器，由于内存是8G的，所以就换了Windows Server 2008 R2 这款系统，虽然有点陌生，但是熟悉了一下感觉性能非常好，但是在配置完PHP环境之后却发现了问题，访问HTML速度飞快，而访问PHP网页时就要卡顿几秒，好像响应很慢的样子，排除了带宽的因素之后，在百度上搜了一圈，竟然解决了，现在将方法转载给大家，其实解决方法很简单哦。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=577</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache如何支持PHP解析</title>
		<link>http://www.lanxinbase.com/?p=442</link>
		<comments>http://www.lanxinbase.com/?p=442#comments</comments>
		<pubDate>Wed, 26 Aug 2015 01:39:13 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=442</guid>
		<description><![CDATA[思路：

首先安装 Apache ，并确保 Apache 能正常运作。其次就是安装 PHP ，并配置 Apache 支持 PHP 。

有两种方法在 Windows 下让 Apache 支持 PHP ：使用Windows的环境变量或者 Apache 自身的支持。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=442</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
