1. 25 Jul, 2012 1 commit
  2. 22 Jul, 2012 2 commits
  3. 20 Jul, 2012 1 commit
  4. 19 Jul, 2012 1 commit
  5. 18 Jul, 2012 2 commits
  6. 15 Jul, 2012 6 commits
  7. 13 Jul, 2012 7 commits
  8. 12 Jul, 2012 1 commit
  9. 11 Jul, 2012 4 commits
  10. 10 Jul, 2012 3 commits
  11. 09 Jul, 2012 2 commits
  12. 07 Jul, 2012 2 commits
  13. 06 Jul, 2012 5 commits
  14. 05 Jul, 2012 2 commits
  15. 04 Jul, 2012 1 commit
    • Fabien Potencier's avatar
      merged branch igorw/php54-webserver (PR #415) · 75ad4dee
      Fabien Potencier authored
      Commits
      -------
      
      197d2400 Fix PHP 5.4 built-in webserver front controller
      
      Discussion
      ----------
      
      Fix PHP 5.4 built-in webserver front controller
      
      The problem is that with `php -S localhost:8080 -t web` it will only route
      one level of paths to index.php. This is stupid, but requires us to use
      a router script, which means that we must specify `index.php` and have
      that script return false when the web server should serve from disk.
      
      Thanks to @schokocappucino for the hints.
      75ad4dee