• Igor Wiedler's avatar
    Fix PHP 5.4 built-in webserver front controller · 197d2400
    Igor Wiedler authored
    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.
    
    Funny part: We are almost lying now, because the webserver now requires
    some sort of configuration (via code), but I will leave it in the docs
    for marketing reasons. It's not a big lie after all.
    197d2400
Name
Last commit
Last update
..
cookbook Loading commit data...
providers Loading commit data...
changelog.rst Loading commit data...
conf.py Loading commit data...
contributing.rst Loading commit data...
index.rst Loading commit data...
internals.rst Loading commit data...
intro.rst Loading commit data...
phar.rst Loading commit data...
providers.rst Loading commit data...
services.rst Loading commit data...
testing.rst Loading commit data...
usage.rst Loading commit data...
web_servers.rst Loading commit data...