<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Algis Alekna</title>
	<link>http://www.algisalekna.com</link>
	<description>Independent Web Developer Notes</description>
	<pubDate>Thu, 28 Aug 2008 09:49:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>Comment on PHP object clone function that works both for PHP4 and PHP5 by Cloning objects in both PHP4 and PHP5 &#124; PHP Readings</title>
		<link>http://www.algisalekna.com/php-object-clone-function-that-works-both-for-php4-and-php5/#comment-482</link>
		<pubDate>Fri, 30 May 2008 07:44:38 +0000</pubDate>
		<guid>http://www.algisalekna.com/php-object-clone-function-that-works-both-for-php4-and-php5/#comment-482</guid>
					<description>[...] Sometimes it is need to clone objects in PHP4 but PHP4 does not have method clone. Algis Alekna on his blog posted very simple solution for this situation. Developing PHP applications that should work smooth on any PHP engine version or configuration, I need to invent some code tricks sometimes. One of the common things for me is to get a copy of an object. With PHP4 by default things are passed by value, alhough in PHP5 this behaviour has been changed and by default variables (objects) are passed by reference. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Sometimes it is need to clone objects in PHP4 but PHP4 does not have method clone. Algis Alekna on his blog posted very simple solution for this situation. Developing PHP applications that should work smooth on any PHP engine version or configuration, I need to invent some code tricks sometimes. One of the common things for me is to get a copy of an object. With PHP4 by default things are passed by value, alhough in PHP5 this behaviour has been changed and by default variables (objects) are passed by reference. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
