Archive for December, 2008
Integrating Jaxer with WampServer
by Steven Brown on Dec.27, 2008, under Jaxer
WampServer makes it easy to get started with a standard PHP setup, fortunately adding Jaxer to your existing WampServer setup is not too difficult.
Jaxer Bug: Jaxer.File.readline Not Detecting Line Endings Correctly
by Steven Brown on Dec.26, 2008, under Jaxer
Jaxer.File.readline does not correctly detect Windows line endings (\r\n). Instead it will detect this as two lines, one ending in \r and one ending in \n.
Jaxer Bug: Query String Parsing on Rewrite Pages
by Steven Brown on Dec.26, 2008, under Jaxer
Jaxer doesn’t correctly populate Jaxer.request.data when the query string is modified by an Apache rewrite.