Blog to discuss Midnight Coders products features, ideas and trends in development of Rich Internet Applications

Monday, September 11, 2006

WebORB for PHP 1.1 (now with database query result serialization)

We just released a new build of WebORB for PHP (v 1.1). The release includes:
  • Support for multiple logging channels
  • Ability to configure client/server type mappings
  • Replaced HTTP_RAW_POST_DATA with php://input
  • Fixed warnings caused by allow_call_time_pass_reference = Off. Now the setting can be On or Off
  • Support for database result serialization for AMF0 and AMF3 clients
  • A test for database result serialization (/Services/weborb/tests/DatabaseTestMySql.php).
Before you run the database test in the included Flex client application, make sure to run northwind.sql to setup the database. The database script is located in /Services/weborb/tests

0 Comments:

Post a Comment

<< Home