1. 18 Jun, 2019 1 commit
    • Leonard Hecker's avatar
      php: Fix formatting of Duration (#6155) · 43307d4d
      Leonard Hecker authored
      * php: Fixed php notices for unknown enum indices
      
      * php: Fixed formatting of Duration
      
      This fixes:
      * Missing nanoseconds. The nanoseconds where divided as a float and
        implicitly converted to a string before being passed to bcadd.
        This can result in a float formatted in scientific/exponential notation,
        which bcmath doesn't understand.
      * Durations are supposed to be formatted without trailing zeroes.
      43307d4d
  2. 17 Jun, 2019 3 commits
  3. 16 Jun, 2019 1 commit
  4. 13 Jun, 2019 1 commit
  5. 12 Jun, 2019 2 commits
  6. 11 Jun, 2019 4 commits
  7. 10 Jun, 2019 4 commits
  8. 06 Jun, 2019 5 commits
  9. 05 Jun, 2019 2 commits
  10. 01 Jun, 2019 1 commit
  11. 31 May, 2019 8 commits
  12. 30 May, 2019 1 commit
  13. 29 May, 2019 1 commit
  14. 28 May, 2019 2 commits
  15. 24 May, 2019 4 commits