|
From: johncowen <joh...@us...> - 2003-08-01 16:03:47
|
CVS commit by johncowen: Recordsets now function properly although with large recordsets data seems to be lost sometimes when a large amount of data needs to be received quickly in small amounts...?? 1. The pageable recordsets are now stored in separate array keys in the one single session instead of in various sessions 2. The pages of recordsets are gradually removed as they are collected 3. The release function now works cleaning up any recordset keys that are empty, other deletion of unused data should be taken care of by phps garbage collection 4. Beginning of implementation of the extra debugging features of the NetConnection Debugger 5. Minor formatting changes M +1 -1 sources/flashservices/io/AMFDeserializer.php 1.9 M +23 -10 sources/flashservices/io/AMFSerializer.php 1.25 |