<?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: PHP Version_Compare()</title>
	<atom:link href="https://www.webmaster-source.com/2009/05/15/php-version_compare/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com/2009/05/15/php-version_compare/</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Mon, 06 Apr 2026 13:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: Vimax Detox</title>
		<link>https://www.webmaster-source.com/2009/05/15/php-version_compare/#comment-37217</link>
		<dc:creator><![CDATA[Vimax Detox]]></dc:creator>
		<pubDate>Fri, 19 Jul 2013 02:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2153#comment-37217</guid>
		<description><![CDATA[Greetings from Ohio! I&#039;m bored to tears at work so I decided to browse your site on my iphone during lunch break. I really like the information you present here and can&#039;t wait to take a look when I 
get home. I&#039;m amazed at how quick your blog loaded on my phone .. I&#039;m not even using WIFI, just 3G .
. Anyhow, very good blog!]]></description>
		<content:encoded><![CDATA[<p>Greetings from Ohio! I&#8217;m bored to tears at work so I decided to browse your site on my iphone during lunch break. I really like the information you present here and can&#8217;t wait to take a look when I<br />
get home. I&#8217;m amazed at how quick your blog loaded on my phone .. I&#8217;m not even using WIFI, just 3G .<br />
. Anyhow, very good blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Frosty</title>
		<link>https://www.webmaster-source.com/2009/05/15/php-version_compare/#comment-11972</link>
		<dc:creator><![CDATA[The Frosty]]></dc:creator>
		<pubDate>Wed, 15 Sep 2010 23:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2153#comment-11972</guid>
		<description><![CDATA[This came in handy! But, I modified it a bit for the familiarity of WordPress use:


function is_version( $version = &#039;3.0&#039; ) {
	global $wp_version;
	
	if ( version_compare( $wp_version, $version, &#039;&lt;&#039; ) ) {
		return false;
	}
	return true;
}
]]></description>
		<content:encoded><![CDATA[<p>This came in handy! But, I modified it a bit for the familiarity of WordPress use:</p>
<p>function is_version( $version = &#8216;3.0&#8217; ) {<br />
	global $wp_version;</p>
<p>	if ( version_compare( $wp_version, $version, &#8216;&lt;&#039; ) ) {<br />
		return false;<br />
	}<br />
	return true;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By:  Dean Saliba</title>
		<link>https://www.webmaster-source.com/2009/05/15/php-version_compare/#comment-8315</link>
		<dc:creator><![CDATA[ Dean Saliba]]></dc:creator>
		<pubDate>Sun, 24 May 2009 20:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2153#comment-8315</guid>
		<description><![CDATA[This is very interesting. I am going to hate it when all plugins start insisting on PHP 5 as I have a couple of scripts (nothing to do with my blogs) that are no longer updated that will not work on PHP 5. :(  ]]></description>
		<content:encoded><![CDATA[<p>This is very interesting. I am going to hate it when all plugins start insisting on PHP 5 as I have a couple of scripts (nothing to do with my blogs) that are no longer updated that will not work on PHP 5. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" />  </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-18 00:47:18 by W3 Total Cache
-->