<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/141242" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/141242" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 31 Aug 2004 16:18:00 GMT</lastBuildDate><title>141242的专栏</title><link>http://blog.csdn.net/141242/</link><item><title>allow_url_fopen与安全以及PHP libcurl</title><link>http://blog.csdn.net/141242/archive/2004/08/31/90191.aspx</link><wfw:comment>http://blog.csdn.net/141242/comments/90191.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/141242/comments/commentRss/90191.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=90191</trackback:ping><description>　　allow_url_fopen=ON常常会给服务器和管理员带来麻烦，但是经常性（至少我这样认为）的我们需要远程读取某个东西，如果设置allow_url_fopen=OFF将其关闭，我们就没有办法远程读取。

　　幸好我们有一个很好的PHP模块--curl。下面我就以一个例子说说我用curl远程读取的方法。&lt;img src =&quot;http://blog.csdn.net/141242/aggbug/90191.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 01 Sep 2004 00:18:00 +0800</pubDate><author>141242</author><comments>http://blog.csdn.net/141242/archive/2004/08/31/90191.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/141242/archive/2004/08/31/90191.aspx</guid><dc:creator>141242</dc:creator></item><item><title>用模块shmop为加速PHP5而努力！</title><link>http://blog.csdn.net/141242/archive/2004/08/30/89197.aspx</link><wfw:comment>http://blog.csdn.net/141242/comments/89197.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/141242/comments/commentRss/89197.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=89197</trackback:ping><description>MMCACHE最新版已经与PHP5严重不兼容。我看了看PHP5的源代码，意外发现一个SHM模块－－shmop。
.................
没有MMCACHE一样的加速PHP5！我自己很满意。代码没有优化，有意者可以自己修改。毕竟opensource嘛。哈哈。&lt;img src =&quot;http://blog.csdn.net/141242/aggbug/89197.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 31 Aug 2004 02:08:00 +0800</pubDate><author>141242</author><comments>http://blog.csdn.net/141242/archive/2004/08/30/89197.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/141242/archive/2004/08/30/89197.aspx</guid><dc:creator>141242</dc:creator></item><item><title>MMCACHE+PHP5+ADODB出现内存溢出的问题</title><link>http://blog.csdn.net/141242/archive/2004/08/27/86508.aspx</link><wfw:comment>http://blog.csdn.net/141242/comments/86508.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/141242/comments/commentRss/86508.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=86508</trackback:ping><description>MMCACHE是很好的开源代码，具有很好的缓存效果，对于并发要求高的网站是个很好的模块。官方网站：http://sourceforge.net/projects/turck-mmcache。
很遗憾，MMCACHE模块就从我的实际应用中消失了。很怀念MMCACHE开发元老dstogov。他已经到PHP+ZEND公司上班去了，PHP5中的SOAP就是他的杰作。&lt;img src =&quot;http://blog.csdn.net/141242/aggbug/86508.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Aug 2004 22:05:00 +0800</pubDate><author>141242</author><comments>http://blog.csdn.net/141242/archive/2004/08/27/86508.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/141242/archive/2004/08/27/86508.aspx</guid><dc:creator>141242</dc:creator></item><item><title>MySQL数据表在phpmyadmin中的强制修复</title><link>http://blog.csdn.net/141242/archive/2004/08/27/86488.aspx</link><wfw:comment>http://blog.csdn.net/141242/comments/86488.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/141242/comments/commentRss/86488.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=86488</trackback:ping><description>phpmyadmin是很好的mysql管理工具，他里面就有针对某个数据库中某个表的修复功能。但是当这个表已经无法打开的时候就根本看不到这个操作（实际上是web连接）。&lt;img src =&quot;http://blog.csdn.net/141242/aggbug/86488.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Aug 2004 21:54:00 +0800</pubDate><author>141242</author><comments>http://blog.csdn.net/141242/archive/2004/08/27/86488.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/141242/archive/2004/08/27/86488.aspx</guid><dc:creator>141242</dc:creator></item><item><title>自己编译（升级）PHP5中的gd库中的jpeg、freetype2、png</title><link>http://blog.csdn.net/141242/archive/2004/08/27/86358.aspx</link><wfw:comment>http://blog.csdn.net/141242/comments/86358.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/141242/comments/commentRss/86358.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=86358</trackback:ping><description>PHP5中的gd库需要freetype、jpeg、libpng（need zlib）。&lt;img src =&quot;http://blog.csdn.net/141242/aggbug/86358.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Aug 2004 19:43:00 +0800</pubDate><author>141242</author><comments>http://blog.csdn.net/141242/archive/2004/08/27/86358.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/141242/archive/2004/08/27/86358.aspx</guid><dc:creator>141242</dc:creator></item><item><title>Windows系统下升级PHP的MySQL客户端</title><link>http://blog.csdn.net/141242/archive/2004/08/27/86313.aspx</link><wfw:comment>http://blog.csdn.net/141242/comments/86313.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/141242/comments/commentRss/86313.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=86313</trackback:ping><description>LiNux下升级PHP的MySQL客户端比较简单。Windows系统下如何操作呢？我这里只以MySQL4.0.x+PHP5为例。&lt;img src =&quot;http://blog.csdn.net/141242/aggbug/86313.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Aug 2004 19:12:00 +0800</pubDate><author>141242</author><comments>http://blog.csdn.net/141242/archive/2004/08/27/86313.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/141242/archive/2004/08/27/86313.aspx</guid><dc:creator>141242</dc:creator></item><item><title>PHP5一直以来的bug!</title><link>http://blog.csdn.net/141242/archive/2004/08/25/84603.aspx</link><wfw:comment>http://blog.csdn.net/141242/comments/84603.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/141242/comments/commentRss/84603.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=84603</trackback:ping><description>PHP5加入了很多新性能，这里不加多评。我只是观测到一个PHP5在windows操作系统上（尤其是2000、2003）上的一个现象&lt;img src =&quot;http://blog.csdn.net/141242/aggbug/84603.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Aug 2004 02:18:00 +0800</pubDate><author>141242</author><comments>http://blog.csdn.net/141242/archive/2004/08/25/84603.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/141242/archive/2004/08/25/84603.aspx</guid><dc:creator>141242</dc:creator></item><item><title>在Windows上体验Apache2.1-dev+php5</title><link>http://blog.csdn.net/141242/archive/2004/08/25/84579.aspx</link><wfw:comment>http://blog.csdn.net/141242/comments/84579.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/141242/comments/commentRss/84579.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=84579</trackback:ping><description>让你的PHP5也支持Apache2.1-dev！&lt;img src =&quot;http://blog.csdn.net/141242/aggbug/84579.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Aug 2004 02:00:00 +0800</pubDate><author>141242</author><comments>http://blog.csdn.net/141242/archive/2004/08/25/84579.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/141242/archive/2004/08/25/84579.aspx</guid><dc:creator>141242</dc:creator></item></channel></rss>