MacASP is a cgi that provides server-side processing to Macintosh web servers. MacASP language is NOT compatible with Microsoft ASP. What's New: Version 1.2 adds the following: [New] Internal compiler changes (parameters storage) [Opt] Internal implementation change for arrays [Bug] Mail.Open() didn't correctly returned the error to Error.Message() [Opt] Selected console messages can be copied to the clipboard with the Edit menu (option key will copy the entire messages, control key all messages) [New] Arrays are now multi-dimensional. ex: myArray(1, 2, 3) = "value" [New] Arrays are now associative arrays. ex:myArray("fruit") = "apple" [Bug] fixed a crash with MacHTTP [Bug] fixed some potential crashes when working with graphics in low memory conditions [Bug] static pages bigger than 64k where truncated [Opt] HTMLEncode() now encode just the bare minimum (&") [New] UBound, Dump() extended to exploit the new multi-dimensional arrays [New] Auto-Restore option for native databases [Opt] Dump() output is now HTML Encoded [New] Webstar V FCGI support [Opt] the DIRE parameter is now relayed to spawned processes [Opt] Now correctly handles sites not located on the system disk on OS X [Bug] Fixed a potential crash when no system file name was entered in the prefs [New] ResizeImage method [New] ZDeflate and ZInflate methods [New] deflate HTML compression (note: gzip is still the prefered mode, and deflate mode is disabled for MSIE Windows, since it doesn't seem to handle it correctly) [New] MacASP automatically precompiles files at launch (most requested or bigger files first) [Bug] Fixed a off-by-one error in readFileLn occuring whith a one line file (just one EOL separator at the end) [Bug] Session.Set didn't create the array if needed, as noted in the documentation. [Opt] MacASP now fixes Header lines incorrectly ending with LF, instead of CRLF (as it already did with CR) [Bug] Potential crash fixed in UBound when used with incorrect parameters. [New] optional Step par |  |
|