This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
Releases: xp-framework/scriptlet
Releases · xp-framework/scriptlet
8.2.4: Development webserver fix
8.2.3: POST parameters fix
- Fixed code in XP webserver to merge POST and GET parameters in the same
way that PHP's SAPIs do.
(@thekid)
8.2.2: RDBMS library compatibility
- Add compatibility with
xp-framework/rdbms
8.0-SERIES - @thekid
8.2.1: Command line arguments flexibility
8.2.0: Development webserver
8.1.2: DateChecker fixes
8.1.1: BC
8.1.0: Web config
8.0.2: Form parameters fix
8.0.1: I/O handling
- Deprecated
Request::getInputStream()
in favor of newin()
method.
The interface hasn't changed though, retaining BC until the next major
release!
(@thekid) - Deprecated
Response::getOutputStream()
in favor of newout()
method.
The interface hasn't changed though, retaining BC until the next major
release!
(@thekid) - Changed ScriptletOutputStream's close method to only flush response
if not previously done. Callingclose()
multiple times shouldn't be a
problem and streams typically don't mind.
(@thekid)