You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: "empty" (0, "0" and 0.0) values were considered false in ifs (and conditions like: foo ? result1 : result2;) when in many situations they should be accepted as values
Fixed Inphinit\Experimental\Negotiation headers
New method: Inphinit\Experimental\Negotiation::fromString(string $str), eg.: parse an HTTP response in string
Fixed Inphinit\Cache when system/storage/cache/ folder does not exist
Improved several ifs to improve reading and gain some performance
Great performance improvement in Inphinit\Experimental\Dir class