recipe PHP5 and PHP7 on Linux Who is this for? Linux user Prefer to compile official php7 source code rather than use a docker container or a ppa Want to have both php5 and php7 installed on your system
symfony Symfony2 lazy dependencies Service dependencies injectionSymfony2 service container handles services in a kind of lazyness. A service is never registered until it is invoked. But what about service dependencies? Well, when a service is invoked for