Amfphp 1.9 beta – Get it now

Posted on

Well I’ve been working on the new version of amfphp for about a week now, and it’s ready for a test-drive. I’ve had the feedback I needed from the alpha, and I am fairly convinced this new version works like a charm. You can download it here. This time it should work with PHP4.

About the new Service Browser

Posted on

The new Service Browser rocks. Try it out here if you like. A thing I want to point out is that if you have a fatal error in your service file, it will catch it and not NetConnection.Call.BadVersion on you. That’s because it’s writing and reading its own amf packets and will do some sanity checking (try calling Read More …

About JSON support

Posted on

Before people start crying about feature bloat, let me put things in perspective. There are two files in the json directory, totaling 5k. That’s it. Amfphp has had a JSON parser in it since amfphp 1.2 (the PEAR version, for the service browser), so it didn’t need a lot to get it to support JSON.