<?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: What is new in PHP 5.3 &#8211; part 4: __callStatic, OpenID support, user.ini, XSLT profiling and more</title>
	<atom:link href="http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html</link>
	<description>Random secrets of PHP, web development</description>
	<lastBuildDate>Sun, 20 Jun 2010 17:42:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PHP 5.3 Zone virtuaalserverites &#171; ZONE.EE</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-57973</link>
		<dc:creator>PHP 5.3 Zone virtuaalserverites &#171; ZONE.EE</dc:creator>
		<pubDate>Tue, 07 Jul 2009 11:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-57973</guid>
		<description>[...] dynamic static calls - Klassi meetodi dÃ¼naamiline vÃ¤ljakutsumine. Kui enne pidi dÃ¼naamiliseks vÃ¤ljakutsumiseks kasutama kohmakaid call_user_func/call_user_func_array funktsioone, siis alates 5.3-st piisab jÃ¤rgmisest: $cls = &#8220;Klass123&#8243;; $meth = &#8220;doSomething&#8221;; $result = $cls::$meth ($param1); [...]</description>
		<content:encoded><![CDATA[<p>[...] dynamic static calls &#8211; Klassi meetodi dÃ¼naamiline vÃ¤ljakutsumine. Kui enne pidi dÃ¼naamiliseks vÃ¤ljakutsumiseks kasutama kohmakaid call_user_func/call_user_func_array funktsioone, siis alates 5.3-st piisab jÃ¤rgmisest: $cls = &#8220;Klass123&#8243;; $meth = &#8220;doSomething&#8221;; $result = $cls::$meth ($param1); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anup</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-19477</link>
		<dc:creator>anup</dc:creator>
		<pubDate>Tue, 23 Sep 2008 13:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-19477</guid>
		<description>__construct()
__destruct()
__call()
__callStatic()
__get()
__set()
__isset()
__unset()
__sleep()
__wakeup()
__toString()
__set_state()
__clone()
serialize()
unserialize()

can you give explanation of these magic method when the method is called and what is the use of every method? I am learning PHP.
                                                                   thank you</description>
		<content:encoded><![CDATA[<p>__construct()<br />
__destruct()<br />
__call()<br />
__callStatic()<br />
__get()<br />
__set()<br />
__isset()<br />
__unset()<br />
__sleep()<br />
__wakeup()<br />
__toString()<br />
__set_state()<br />
__clone()<br />
serialize()<br />
unserialize()</p>
<p>can you give explanation of these magic method when the method is called and what is the use of every method? I am learning PHP.<br />
                                                                   thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greencard</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-14861</link>
		<dc:creator>greencard</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-14861</guid>
		<description>it looks like a nice site, thanks..</description>
		<content:encoded><![CDATA[<p>it looks like a nice site, thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: News d&#8217;Ã©tÃ© ! &#124; Julien Breux</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-13012</link>
		<dc:creator>News d&#8217;Ã©tÃ© ! &#124; Julien Breux</dc:creator>
		<pubDate>Tue, 15 Jul 2008 12:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-13012</guid>
		<description>[...] En attendant, une petite news: PHP5.3 intÃ©grera la mÃ©thode magique __callstatic. [...]</description>
		<content:encoded><![CDATA[<p>[...] En attendant, une petite news: PHP5.3 intÃ©grera la mÃ©thode magique __callstatic. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr `Athlan` Pelczar /dev/blog &#187; Blog Archive &#187; Vframe 2.2</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-8914</link>
		<dc:creator>Piotr `Athlan` Pelczar /dev/blog &#187; Blog Archive &#187; Vframe 2.2</dc:creator>
		<pubDate>Sun, 11 May 2008 15:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-8914</guid>
		<description>[...] w wersji 5.4 idzie w bardzo dobrym kierunku. Zapowiada siÄ™ implementacja magicznej metody __callStatic() analogicznej do __call(). Problem bÄ™dzie w instalacji najnowszej wersji na polskich serwerach. W [...]</description>
		<content:encoded><![CDATA[<p>[...] w wersji 5.4 idzie w bardzo dobrym kierunku. Zapowiada siÄ™ implementacja magicznej metody __callStatic() analogicznej do __call(). Problem bÄ™dzie w instalacji najnowszej wersji na polskich serwerach. W [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael S. Souza</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-5673</link>
		<dc:creator>Rafael S. Souza</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-5673</guid>
		<description>I dont known if the problem is with my build version, but, &lt;code&gt;$method&lt;/code&gt; parameter of &lt;code&gt;__callStatic&lt;/code&gt; returns method name in lower case, its very wrong.

It happened with function &lt;code&gt;get_class&lt;/code&gt; in previous versions, later it was fixed. i hope it will be fixed.</description>
		<content:encoded><![CDATA[<p>I dont known if the problem is with my build version, but, <code>$method</code> parameter of <code>__callStatic</code> returns method name in lower case, its very wrong.</p>
<p>It happened with function <code>get_class</code> in previous versions, later it was fixed. i hope it will be fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JÃ¡nos PÃ¡sztor</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-5599</link>
		<dc:creator>JÃ¡nos PÃ¡sztor</dc:creator>
		<pubDate>Tue, 01 Apr 2008 21:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-5599</guid>
		<description>What I cannot understand about PHP versions is, that most basic things are missing, yet they implement OpenID. It is to me as if the dev&#039;s would implement any fancy feature which comes their way but pay little attention to the small details.

Anyway, language elements are a welcome addition and I&#039;m really happy about .htaccess FastCGI options. Sometimes, it&#039;s a real pain in the neck to configure something without them.</description>
		<content:encoded><![CDATA[<p>What I cannot understand about PHP versions is, that most basic things are missing, yet they implement OpenID. It is to me as if the dev&#8217;s would implement any fancy feature which comes their way but pay little attention to the small details.</p>
<p>Anyway, language elements are a welcome addition and I&#8217;m really happy about .htaccess FastCGI options. Sometimes, it&#8217;s a real pain in the neck to configure something without them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meeero</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-2900</link>
		<dc:creator>meeero</dc:creator>
		<pubDate>Sat, 09 Feb 2008 18:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-2900</guid>
		<description>are there any docs available for these ini-directives?</description>
		<content:encoded><![CDATA[<p>are there any docs available for these ini-directives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-336</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Fri, 30 Nov 2007 23:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-336</guid>
		<description>I think the name convention of using __callStatic(); is just plain ugly, and those that be should have left it as it was, and let PHP it&#039;s self determine if the call to the class method was static or dynamic.

I can only pray that those that be don&#039;t go ahead (as you suggest?), and make the changes to the other magic methods. In fact, can we have __callStatic(); removed (now)? ;)</description>
		<content:encoded><![CDATA[<p>I think the name convention of using __callStatic(); is just plain ugly, and those that be should have left it as it was, and let PHP it&#8217;s self determine if the call to the class method was static or dynamic.</p>
<p>I can only pray that those that be don&#8217;t go ahead (as you suggest?), and make the changes to the other magic methods. In fact, can we have __callStatic(); removed (now)? <img src='http://blog.felho.hu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: open source</title>
		<link>http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html/comment-page-1#comment-326</link>
		<dc:creator>open source</dc:creator>
		<pubDate>Thu, 29 Nov 2007 20:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.felho.hu/what-is-new-in-php-53-part-4-__callstatic-openid-support-userini-xslt-profiling-and-more.html#comment-326</guid>
		<description>Looks fine :)</description>
		<content:encoded><![CDATA[<p>Looks fine <img src='http://blog.felho.hu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>


