Markers
Amf/Parse/Amf3/Deserializer.php 4
Type | Line | Description |
---|---|---|
todo | 43 | readObject to handle Typed Objects |
todo | 43 | readXMLStrimg to be implemented. |
todo | 43 | Class could be implemented as Factory Class with each data type it's own class. |
todo | 282 | Rather than using an array of traitsInfo create Zend_Amf_Value_TraitsInfo |
Amf/Parse/TypeLoader.php 1
Type | Line | Description |
---|---|---|
todo | 53 | PHP 5.3 can drastically change this class w/ namespace and the new call_user_func w/ namespace |
Amf/Parse/Amf0/Deserializer.php 4
Type | Line | Description |
---|---|---|
todo | 42 | Implement Typed Object Class Mapping |
todo | 42 | Class could be implemented as Factory Class with each data type it's own class |
todo | 202 | As of Flash Player 9 there is not support for mixed typed arrays so we handle this as an object. With the introduction of vectors in Flash Player 10 this may need to be reconsidered. |
todo | 266 | implement Typed Class mapping |
Amf/Util/BinaryStream.php 2
Type | Line | Description |
---|---|---|
todo | 100 | Should check that there are enough bytes left in the stream we are about to read. |
todo | 256 | This could use the unpack() w/ S,n, or v |
Amf/Server.php 3
Type | Line | Description |
---|---|---|
todo | 58 | Make the reflection methods cache and autoload. |
todo | 495 | should implement and SPL observer pattern for custom AMF headers |
todo | 495 | DescribeService support |
Amf/Request.php 1
Type | Line | Description |
---|---|---|
todo | 46 | Currently not checking if the object needs to be Type Mapped to a server object. |
Server/Definition.php 1
Type | Line | Description |
---|---|---|
todo | 31 | Implement iterator |
Server/Interface.php 1
Type | Line | Description |
---|---|---|
todo | 117 | Determine how to implement this |
Auth/Adapter/Http.php 3
Type | Line | Description |
---|---|---|
todo | 44 | Support auth-int |
todo | 44 | Track nonces, nonce-count, opaque for replay protection and stale support |
todo | 44 | Support Authentication-Info header |