<?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: Generate UUID in PHP</title>
	<atom:link href="https://rommelsantor.com/clog/2012/02/23/generate-uuid-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://rommelsantor.com/clog/2012/02/23/generate-uuid-in-php/</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Wed, 18 Feb 2015 21:43:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2012/02/23/generate-uuid-in-php/comment-page-1/#comment-26370</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Mon, 24 Feb 2014 14:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=313#comment-26370</guid>
		<description><![CDATA[Hi Vincent-

I have updated the code to include variable declarations and to remove the pass-by-reference ampersands from the function arguments, and that will resolve the &quot;deprecated&quot; warning in PHP 5.3 (which is an error in PHP 5.4).

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Vincent-</p>
<p>I have updated the code to include variable declarations and to remove the pass-by-reference ampersands from the function arguments, and that will resolve the &#8220;deprecated&#8221; warning in PHP 5.3 (which is an error in PHP 5.4).</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>https://rommelsantor.com/clog/2012/02/23/generate-uuid-in-php/comment-page-1/#comment-26369</link>
		<dc:creator><![CDATA[Vincent]]></dc:creator>
		<pubDate>Mon, 24 Feb 2014 12:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=313#comment-26369</guid>
		<description><![CDATA[The above code is no longer working. I received the following error

Call-time pass-by-reference has been deprecated]]></description>
		<content:encoded><![CDATA[<p>The above code is no longer working. I received the following error</p>
<p>Call-time pass-by-reference has been deprecated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>https://rommelsantor.com/clog/2012/02/23/generate-uuid-in-php/comment-page-1/#comment-25267</link>
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Thu, 23 Aug 2012 06:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=313#comment-25267</guid>
		<description><![CDATA[UUID is not working in windows machine. please help.]]></description>
		<content:encoded><![CDATA[<p>UUID is not working in windows machine. please help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
