1. 31 Jan, 2016 1 commit
  2. 22 Jan, 2016 1 commit
    • Franco Fichtner's avatar
      rc: improve the php config write · 29dc0b5e
      Franco Fichtner authored
      o Don't clobber manually installed extensions
      o Remove the XDebug enable in favour of an autoload if available
      o No longer install XDebug by default
      
      Adds long overdue copyrights, been handling this file since 2014.
      29dc0b5e
  3. 13 Jan, 2016 1 commit
    • Franco Fichtner's avatar
      pkg: remove tokenizer, was used for style checker · cf7b3c11
      Franco Fichtner authored
      The style checking is done in the build system, so there's no need
      to keep this here.  A more dynamic way needs to be devised at some
      point that allows plugging PHP modules into the code, but it's not
      overly important.
      
      Suggested by: @fabianfrz
      cf7b3c11
  4. 11 Jan, 2016 1 commit
  5. 13 Dec, 2015 1 commit
    • Franco Fichtner's avatar
      php: remove obsolete mbstring module · 3da643e0
      Franco Fichtner authored
      This module was used in the old XMLRPC client code, but is no longer
      needed.  Removal was escalated by FreeBSD when the oniguruma4 dependency
      of the php56-mbstring module was marked BROKEN.
      3da643e0
  6. 18 Oct, 2015 1 commit
  7. 08 Jul, 2015 2 commits
  8. 28 Jun, 2015 1 commit
  9. 26 Jun, 2015 1 commit
  10. 01 Jun, 2015 1 commit
  11. 31 May, 2015 2 commits
  12. 29 May, 2015 1 commit
  13. 15 May, 2015 1 commit
  14. 05 May, 2015 2 commits
  15. 01 May, 2015 1 commit
  16. 01 Apr, 2015 5 commits
  17. 24 Mar, 2015 2 commits
  18. 03 Mar, 2015 2 commits
    • Franco Fichtner's avatar
      rc: change PHP error reporting a bit more · c94b5c6d
      Franco Fichtner authored
      * We can now see the errors we suppress.  E_WARNING is the one that
        should be zapped as soon as possible.
      
      * According to the manual, display_startup_errors should not be enabled.
      
      * Add ignore_repeated_errors to avoid multiple reports in e.g. loops.
      c94b5c6d
    • Franco Fichtner's avatar
      crash_reporter: tweak the error reporting · fd370c57
      Franco Fichtner authored
      * add E_PARSE to show proper info about parse errors
      * remove PHP 5.5 support, we've never shipped it
      * fix textarea display width and disable send button
      fd370c57
  19. 02 Mar, 2015 1 commit
  20. 28 Dec, 2014 3 commits
  21. 10 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      src: move all files (again) · 727453c0
      Franco Fichtner authored
      Make "src" the implicit "/usr/local" so that nobody can
      sneak in weird files in the base file system or potentially
      overwrite them.
      
      This is the last time, I swear...  :)
      727453c0
  22. 08 Dec, 2014 2 commits
  23. 09 Dec, 2014 4 commits
  24. 16 Nov, 2014 1 commit
  25. 10 Nov, 2014 1 commit