<?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: Zend Framework 1.7.0 released w/ AMF support</title>
	<atom:link href="http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support/feed" rel="self" type="application/rss+xml" />
	<link>http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support</link>
	<description>The spoils of the integration of PHP and ActionScript</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: wadearnold</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support/comment-page-1#comment-542</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Mon, 01 Dec 2008 15:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=125#comment-542</guid>
		<description>@Bjoern I will update the documentation as there is three ways to return data to Flex as a typed object but only setClassMap() allows you to set the incoming class from ActionScript to me mapped to PHP. Thanks for the find!</description>
		<content:encoded><![CDATA[<p>@Bjoern I will update the documentation as there is three ways to return data to Flex as a typed object but only setClassMap() allows you to set the incoming class from ActionScript to me mapped to PHP. Thanks for the find!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjoern</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support/comment-page-1#comment-541</link>
		<dc:creator>Bjoern</dc:creator>
		<pubDate>Mon, 01 Dec 2008 09:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=125#comment-541</guid>
		<description>Hi Wade,
first of all thanks for this great extension to the ZF. I have a little Problem with it though, but maybe I&#039;m simply mistaking something. In the documentation it&#039;s said that there are three ways of mapping a typed class. For me mapping from AS to PHP only works using the setClassMap() method. Mapping from PHP to AS works in all three ways. Am I missing on something here?
Thanks in advance for any feedback.
Best reagards,
Bjoern</description>
		<content:encoded><![CDATA[<p>Hi Wade,<br />
first of all thanks for this great extension to the ZF. I have a little Problem with it though, but maybe I&#8217;m simply mistaking something. In the documentation it&#8217;s said that there are three ways of mapping a typed class. For me mapping from AS to PHP only works using the setClassMap() method. Mapping from PHP to AS works in all three ways. Am I missing on something here?<br />
Thanks in advance for any feedback.<br />
Best reagards,<br />
Bjoern</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support/comment-page-1#comment-521</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 25 Nov 2008 17:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=125#comment-521</guid>
		<description>Hi Wade!

CONGRATULATIONS! You really deserve it... And as a flash developer thanks to Zend for giving me so many new toys to play with...

@Ilya

That sounds like a service browser bug not an amfphp bug, you could perhaps try swapping the Amfphp 1.9 service browser with the SWX service browser: 

http://swxformat.org/

by simply deleting your old service browser directory and replacing it with the swx service browser...</description>
		<content:encoded><![CDATA[<p>Hi Wade!</p>
<p>CONGRATULATIONS! You really deserve it&#8230; And as a flash developer thanks to Zend for giving me so many new toys to play with&#8230;</p>
<p>@Ilya</p>
<p>That sounds like a service browser bug not an amfphp bug, you could perhaps try swapping the Amfphp 1.9 service browser with the SWX service browser: </p>
<p><a href="http://swxformat.org/" rel="nofollow">http://swxformat.org/</a></p>
<p>by simply deleting your old service browser directory and replacing it with the swx service browser&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support/comment-page-1#comment-488</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Thu, 20 Nov 2008 13:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=125#comment-488</guid>
		<description>Hi, Wade!

I am unable to find feedback form or your email to contact you directly, so..

I have a brain f**king problem with ServiceBrowser (from latest amfphp 1.9). 

If I call my method with $arg = &quot;abcd&quot; - I&#039;ll receive same value &quot;abcd&quot;. But! When I call method with $arg = &quot;123abcd&quot; - I&#039;ll receive &quot;123&quot; value as integer!

This is a ServiceBrowser broblem because same call from simple custom SWF will produce expected result, i.e. &quot;123abcd&quot; as string. Deserializer is not affected - phpamf extension was not solve the problem.

So, question: is it possible to hack this problem or replace ServiceBrowser with another one?

Env: Ubuntu 8.10 / Flash 10 / Firefox 3 / amfphp 1.9 20080120 / php 5.2.6

PS: I&#039;ll be very grateful if you reply me by email.</description>
		<content:encoded><![CDATA[<p>Hi, Wade!</p>
<p>I am unable to find feedback form or your email to contact you directly, so..</p>
<p>I have a brain f**king problem with ServiceBrowser (from latest amfphp 1.9). </p>
<p>If I call my method with $arg = &#8220;abcd&#8221; &#8211; I&#8217;ll receive same value &#8220;abcd&#8221;. But! When I call method with $arg = &#8220;123abcd&#8221; &#8211; I&#8217;ll receive &#8220;123&#8243; value as integer!</p>
<p>This is a ServiceBrowser broblem because same call from simple custom SWF will produce expected result, i.e. &#8220;123abcd&#8221; as string. Deserializer is not affected &#8211; phpamf extension was not solve the problem.</p>
<p>So, question: is it possible to hack this problem or replace ServiceBrowser with another one?</p>
<p>Env: Ubuntu 8.10 / Flash 10 / Firefox 3 / amfphp 1.9 20080120 / php 5.2.6</p>
<p>PS: I&#8217;ll be very grateful if you reply me by email.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
