<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/amfphp/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/amfphp/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Feb 2013 14:02:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/amfphp/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#6 direct interaction with AMF package</title><link>https://sourceforge.net/p/amfphp/feature-requests/6/?limit=25#c977</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ariels</dc:creator><pubDate>Wed, 13 Feb 2013 14:02:55 -0000</pubDate><guid>https://sourceforge.net08639c2536aafb98bbadf93be82b09cbd2147174</guid></item><item><title>storing of stable responces in the file system</title><link>https://sourceforge.net/p/amfphp/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In my last proyect we found interesting this idea.&lt;/p&gt;
&lt;p&gt;There are many services that unless there is some big change in the database will allways return the same object.&lt;br /&gt;
For example:&lt;br /&gt;
The news form the 28 of december of 2010 will allways be the same and unless i make a great change in the structure of the value object itself or want to repair a typo in my database, there no reason not to save the responce stream in an AMF file (using a name that describes the service and the parameters it represents).&lt;br /&gt;
This way if the gateway recieves the same request could check the file system and return the data from the file (allready AMF encoded), instead of runing the script wich will use SQL resources and perform 'for's, 'if's and 'while's in the way of building the valueobject,&lt;/p&gt;
&lt;p&gt;Hope it doesnt sound that unnecessary.&lt;br /&gt;
PD: there should be a way also for describing the methods and responces i want to store in this cache like system.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janther</dc:creator><pubDate>Tue, 28 Dec 2010 15:50:13 -0000</pubDate><guid>https://sourceforge.netb680225e5e8874711c4cb4aa61fda3f05be3386e</guid></item><item><title>multiple calls from the service browser</title><link>https://sourceforge.net/p/amfphp/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi its me again,&lt;br /&gt;
Recently in a project i had to make some testing and stress the server with many calls to meassure the responce time.&lt;br /&gt;
it would be nice if the service browser could do this. I mean execute multiple calls to a certain method in a row one after another or at the same time.&lt;br /&gt;
Instead of having a script do it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janther</dc:creator><pubDate>Sat, 18 Dec 2010 00:32:40 -0000</pubDate><guid>https://sourceforge.net292241886357d155640b0a2b012eb43c495fa83c</guid></item><item><title>direct interaction with AMF package</title><link>https://sourceforge.net/p/amfphp/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;More access to the AMF package like addHeader or appendBodyPart in cases some extra info is wanted to be sent along the result.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janther</dc:creator><pubDate>Mon, 15 Nov 2010 22:52:13 -0000</pubDate><guid>https://sourceforge.net405ab1d29aff4611928f55a4d282263502851e28</guid></item><item><title>direct interaction with AMF package</title><link>https://sourceforge.net/p/amfphp/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 6 has been modified: direct interaction with AMF package&lt;br /&gt;
Edited By: ariels (arielsom)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janther</dc:creator><pubDate>Mon, 15 Nov 2010 22:52:13 -0000</pubDate><guid>https://sourceforge.netc4f56ae0e86802551cf739895552c1008b877e07</guid></item><item><title>send and recieve custom classes from the Service Browser</title><link>https://sourceforge.net/p/amfphp/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I imagine this requires a lot of effort but it would be great if the browser could load swf and swc files so it could create other classes to be send and also on the result view it could show the custom class recieved.&lt;br /&gt;
i've seen some AIR applications that are able to do this.&lt;br /&gt;
maybe for a release far away in the future but in the mean time you could upgrade the browser and the deserializer so it understands the JSON class mapping {"__type":"foo.bar"}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janther</dc:creator><pubDate>Fri, 22 Oct 2010 07:36:58 -0000</pubDate><guid>https://sourceforge.net431fc2f43c0dcd06332203ec13b6729aeead6ecc</guid></item><item><title>Support for Custom Times in the Profiling Object.</title><link>https://sourceforge.net/p/amfphp/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the last days I've been playing a little with the Service Browser and it ocured to me that in some cases i would like to see some other times from my services.&lt;br /&gt;
since the profiling object its build from the global variable profiling any method could add some custom variable.&lt;br /&gt;
example:&lt;br /&gt;
global $profiling;&lt;br /&gt;
$time = microtime(true);&lt;br /&gt;
$result = mysql_query($query);&lt;br /&gt;
$profiling['databaseTime'] += microtime(true) - $time;&lt;/p&gt;
&lt;p&gt;and in the Browser with some basic reflection one can obtain the variable databaseTime in the profiling Object and build a Label "Database : XX ms" to be shown in the time Statistics. it can be a subitem from the service call time.&lt;/p&gt;
&lt;p&gt;Hope this makes it into the next release since I think it needs minimal coding and for some cases it would be usefull to see wich object in particular creates a bottleneck or something like that.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janther</dc:creator><pubDate>Fri, 22 Oct 2010 06:55:41 -0000</pubDate><guid>https://sourceforge.net62b6a8dc6d52e4509327d7504875fdba536273db</guid></item><item><title>disableStandalonePlayer update</title><link>https://sourceforge.net/p/amfphp/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The disableStandalonePlayer method in the Gateway class needs to be updated to allow for a broader range of standalone player types. For example, $_SERVER['HTTP_USER_AGENT'] identifies itself as "Adobe Flash 10.0" on OSX.&lt;/p&gt;
&lt;p&gt;As such, I've updated the condition on my version to:&lt;br /&gt;
if($value &amp;amp;&amp;amp; strstr($_SERVER['HTTP_USER_AGENT'],"Flash"))&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sam court</dc:creator><pubDate>Fri, 19 Mar 2010 00:49:50 -0000</pubDate><guid>https://sourceforge.netae854f7a444c83ce465522cc80355b4d4a3dc102</guid></item><item><title>Service Browswer User Interface....</title><link>https://sourceforge.net/p/amfphp/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have been messing around with amfphp for about a week&lt;br /&gt;
now.  It's awesome.&lt;/p&gt;
&lt;p&gt;I especially love the Service Browser.  This is going&lt;br /&gt;
to help me organize my projects at a HUGE level.&lt;/p&gt;
&lt;p&gt;I have a few basic requests that pertain the the&lt;br /&gt;
Service Browser:&lt;/p&gt;
&lt;p&gt;(a) I found that when I make comments I like to put in&lt;br /&gt;
a line break here and there to make it more readable. &lt;br /&gt;
The Service Browser doesn't take my line breaks with it&lt;br /&gt;
- the method description is read as one, big lone string.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;(b) I think it would be nice if the private and remote&lt;br /&gt;
methods were colored two different colors.  IE; the&lt;br /&gt;
text for remote methods would be green, and private&lt;br /&gt;
methods would be red.  This would make it easier when&lt;br /&gt;
using the Service Browser.  It would also be nice if&lt;br /&gt;
the method links were in two different table rows.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;(c) I think it would also be easier if the private&lt;br /&gt;
method parameters could still be seen in the service&lt;br /&gt;
browser.  Maybe there's a reason you don't show them...&lt;br /&gt;
but one reason I like the service browser is it lets me&lt;br /&gt;
see every method I wrote and test each one.  It would&lt;br /&gt;
still be nice to see what parameters are being sent to&lt;br /&gt;
those private methods.&lt;/p&gt;
&lt;p&gt;(d) in the description field, if I put any quotes in my&lt;br /&gt;
comments, the Service Browser doesn't run the&lt;br /&gt;
stripslashes command in php, giving those weird&lt;br /&gt;
slashes.  Just a little thing.&lt;/p&gt;
&lt;p&gt;Anyways, those are just some user interface that would&lt;br /&gt;
make my life ( and probably other people's ) easier.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 26 Apr 2006 07:04:23 -0000</pubDate><guid>https://sourceforge.net494d35c725be9176dd95f137f2e7688bc4530ba9</guid></item><item><title>Serializer</title><link>https://sourceforge.net/p/amfphp/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, i would like to set your attention to the following &lt;br /&gt;
url's:&lt;/p&gt;
&lt;p&gt;www.ghostwire.com&lt;br /&gt;
Creator of PHPObject&lt;/p&gt;
&lt;p&gt;He uses a serializer class, maybe you can use this to get &lt;br /&gt;
the correct datatypes back to flash..&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Gilles vd Hoven&lt;br /&gt;
g.vandenhoven@chello.nl&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 31 Jul 2003 08:16:41 -0000</pubDate><guid>https://sourceforge.net72b365d1c6a91c0800ea0e90d9402c8676f555b6</guid></item></channel></rss>