Releases: ingenerator/php-utils
Releases · ingenerator/php-utils
v2.5.1
Compare
Sorry, something went wrong.
No results found
Fix MysqlSession to immediately return false (without database check) if session ID does not match the pattern of IDs generated by the application.
v2.5.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v2.4.0...v2.5.0
v2.4.0
Compare
Sorry, something went wrong.
No results found
Fix ObjectPropertyRipper to handle stdClass objects
v2.3.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v2.3.0...v2.3.1
v2.3.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Support CSV column headers written unquoted by @craig410 in #63
Full Changelog : v2.2.0...v2.3.0
v2.2.0
Compare
Sorry, something went wrong.
No results found
What's Changed
feature: Add ago() and future() helpers to RealtimeClock by @acoulton in #62
Full Changelog : v2.1.1...v2.2.0
v2.1.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Support specifying unescaped-slashes in JSON::encode()
Don't escape / in JSON-encoded log payloads from StackdriverApplicationLogger
Ensure StackdriverApplicationLogger can always log even with invalid UTF8 characters anywhere in payload
Fix session & logging bugs when incoming user-agent contains invalid UTF8 or escape characters
Full Changelog : v2.1.0...v2.1.1
v2.1.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v2.0.0...v2.1.0
v2.0.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v1.20.0...v2.0.0
Fix session persistence bug, add more date helpers
Compare
Sorry, something went wrong.
No results found
Add DateIntervalUtils to stringify a DateInterval, and DateIntervalFactory for shorthand creation
Add DateTimeImmutableFactory::zeroMicros() to create / modify a DT with microseconds truncated to zero
Add DateTimeImmutableFactory::fromIso() to strictly parse ISO 8601 / RFC 3339 date-time strings
Fix bug where devices with long user agents generated a database exception when attempting to create a session.