Skip to content

Releases: tamagokun/rackem

0.5.2

10 Jul 01:40
Compare
Choose a tag to compare
  • [Server] Header keys should be parsed as case-insensitive.

0.5.1

18 Mar 13:45
Compare
Choose a tag to compare
  • Ignore strict host checking in URLMap since it seems to cause more issue than prevent.

0.5

15 Nov 01:37
Compare
Choose a tag to compare
0.5
  • Normalize $_FILES super global when PHP doesn't have a choice.

0.4.13

14 Nov 19:06
Compare
Choose a tag to compare
  • Servers that provide PHP with $_POST and $_FILE should be merged recursively in Rackem.

0.4.12

14 Nov 18:15
Compare
Choose a tag to compare
  • Fixed a bug when parsing multipart data.

0.4.11

11 Sep 02:34
Compare
Choose a tag to compare

Minor stability improvements for the development server.

0.4.10

02 Apr 12:41
Compare
Choose a tag to compare
  • Fixed a bug in JsonCsrf that made requests with a different referrer from the host get rejected.

0.4.9 Server rewrite

23 Jan 01:54
Compare
Choose a tag to compare
  • Code improvements and bug fixes across the board.
  • The local Rack'em server has been completely re-built and is now incredibly more faster and stable. Makes local development even better!
  • the Logger class has been re-vamp to conform to PHP's psr-3 logger interface. This will allow for better compatibility with using Rack'em with other logging libraries.

Request improvements

26 Nov 23:52
Compare
Choose a tag to compare

A few improvements to the way some information is parsed in \Rackem\Request.

minor bug fix

26 Nov 14:19
Compare
Choose a tag to compare

Fixed a minor bug where if you were running Rackem without an app, it wouldn't work properly.