Skip to content

Releases: coderavine/sparta

`ucwords` function workaround for facebook HHVM

09 Jul 14:48
Compare
Choose a tag to compare

The function ucwords isn't defined correctly (missing param) in facebook HHVM. Per PHP doc, function ucwords accepts two params. However, running it under HHVM with 2 parameters in this setup results in a fatal application error.

1.0.0

09 Jul 10:45
Compare
Choose a tag to compare

Initial Stable Release