Skip to content
Advertisement

Tag: command-line-interface

Symfony Console tab completion

I have an application with a Symfony Console based CLI. The application does not use the Symfony framework, just the Symfony Console component. When I execute I get the usual overview with the name, version, options and registered commands shown. Suppose I just have one command, called “displaykittens”. What I want to be able to do is And have it

How to change the path to php.ini in PHP CLI version

The php that run on the webserver and the CLI version is not using the same php.ini file. If I do a command php –ini, it show this while my web version uses the php.ini in C:wampbinapacheApache2.2.21binphp.ini. This is probably very common for people using wamp. How do I change the Loaded Configuration File to read from C:wampbinapacheApache2.2.21binphp.ini so I

Advertisement