<?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: Amfphp is dead.</title>
	<atom:link href="http://gfxcomplex.com/amf/amfphp-is-dead/feed/" rel="self" type="application/rss+xml" />
	<link>http://gfxcomplex.com/amf/amfphp-is-dead/</link>
	<description>looking for the beauty of complexity</description>
	<lastBuildDate>Fri, 27 Aug 2010 07:46:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: noponies</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-1025</link>
		<dc:creator>noponies</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-1025</guid>
		<description>Looks like AMFPHP has come back from the dead. Version 1.9 has come out of beta and is working well with PHP 5.3 here for me. It also includes a re-skinned services browser etc. Seems the project admins are also now working on version 2.</description>
		<content:encoded><![CDATA[<p>Looks like AMFPHP has come back from the dead. Version 1.9 has come out of beta and is working well with PHP 5.3 here for me. It also includes a re-skinned services browser etc. Seems the project admins are also now working on version 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KWL</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-1022</link>
		<dc:creator>KWL</dc:creator>
		<pubDate>Tue, 23 Feb 2010 01:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-1022</guid>
		<description>We were beginning to base a big project on this, would like to know the status before we get too much further,

What&#039;s the status of AS3FLEXDB if AMFPHP is going the way of the 80s?

KWL</description>
		<content:encoded><![CDATA[<p>We were beginning to base a big project on this, would like to know the status before we get too much further,</p>
<p>What&#8217;s the status of AS3FLEXDB if AMFPHP is going the way of the 80s?</p>
<p>KWL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-1009</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-1009</guid>
		<description>In response to the two lines (505 &amp; 507) in the MethodTable.php file. I tried the change listed by admin above:

admin
Nov 4, 2009, 6:31


fyi the fix for “Function eregi_replace() is deprecated” is

change line 505:
from: $comment = eregi_replace(“\n[ \t]+”, “\n”, trim($comment));
to: $comment = preg_replace(“\n[ \t]i”, “\n”, trim($comment));

also change on line 507:
from: $comment = eregi_replace(“[\t ]+”, ” “, trim($comment));
to: $comment = preg_replace(“[\t ]i”, ” “, trim($comment));

/////////////////

and it does not work for me. But if I just comment these two line out everything works like a charm.</description>
		<content:encoded><![CDATA[<p>In response to the two lines (505 &amp; 507) in the MethodTable.php file. I tried the change listed by admin above:</p>
<p>admin<br />
Nov 4, 2009, 6:31</p>
<p>fyi the fix for “Function eregi_replace() is deprecated” is</p>
<p>change line 505:<br />
from: $comment = eregi_replace(“\n[ \t]+”, “\n”, trim($comment));<br />
to: $comment = preg_replace(“\n[ \t]i”, “\n”, trim($comment));</p>
<p>also change on line 507:<br />
from: $comment = eregi_replace(“[\t ]+”, ” “, trim($comment));<br />
to: $comment = preg_replace(“[\t ]i”, ” “, trim($comment));</p>
<p>/////////////////</p>
<p>and it does not work for me. But if I just comment these two line out everything works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noponies</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-965</link>
		<dc:creator>noponies</dc:creator>
		<pubDate>Tue, 15 Dec 2009 11:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-965</guid>
		<description>Yeah same, it&#039;s a useful library!</description>
		<content:encoded><![CDATA[<p>Yeah same, it&#8217;s a useful library!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-963</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 12 Dec 2009 20:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-963</guid>
		<description>I just wish I had time to learn php good enough to support amfphp, because I would.</description>
		<content:encoded><![CDATA[<p>I just wish I had time to learn php good enough to support amfphp, because I would.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noponies</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-962</link>
		<dc:creator>noponies</dc:creator>
		<pubDate>Sat, 12 Dec 2009 19:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-962</guid>
		<description>Great to hear that AMFPHP is seeing some love! I had given up on it, for all the reasons you&#039;ve outlined here.

To find that Ariel is now committing changes to it, is excellent.</description>
		<content:encoded><![CDATA[<p>Great to hear that AMFPHP is seeing some love! I had given up on it, for all the reasons you&#8217;ve outlined here.</p>
<p>To find that Ariel is now committing changes to it, is excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-960</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Tue, 08 Dec 2009 18:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-960</guid>
		<description>&quot;...and please no dirty names for someone that’s just trying to give you some free code. Go get Live Cycle DS dude!&quot; 
Wade Arnold


Sounds strategy is clear...</description>
		<content:encoded><![CDATA[<p>&#8220;&#8230;and please no dirty names for someone that’s just trying to give you some free code. Go get Live Cycle DS dude!&#8221;<br />
Wade Arnold</p>
<p>Sounds strategy is clear&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-959</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Tue, 08 Dec 2009 05:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-959</guid>
		<description>...or the other way around !

:)</description>
		<content:encoded><![CDATA[<p>&#8230;or the other way around !</p>
<p> <img src='http://gfxcomplex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-958</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Tue, 08 Dec 2009 05:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-958</guid>
		<description>@admin:

Check the way your editor encode your php file. 
AMFPHP doesn&#039;t like FlashDevelop 8bit-encoding; set it to UTF-8 instead.</description>
		<content:encoded><![CDATA[<p>@admin:</p>
<p>Check the way your editor encode your php file.<br />
AMFPHP doesn&#8217;t like FlashDevelop 8bit-encoding; set it to UTF-8 instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porthos</title>
		<link>http://gfxcomplex.com/amf/amfphp-is-dead/comment-page-1/#comment-940</link>
		<dc:creator>Porthos</dc:creator>
		<pubDate>Fri, 13 Nov 2009 08:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=467#comment-940</guid>
		<description>The `AlmerBlank` link hits 500 internal error. Can anyone give me a brief description of that fix. Thanks!</description>
		<content:encoded><![CDATA[<p>The `AlmerBlank` link hits 500 internal error. Can anyone give me a brief description of that fix. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
