| Programming C# C++ (7) Delphi (618) Java (8) JavaScript (30) perl (9) php (4) GTK (2) VBScript (1) Visual Basic (1)
|
Where is my configuration file php.ini ?
Question: Where can I find my configuration file php.ini?Answer: Call phpinfo() as shown below. It should show you the location of php.ini with a full path qualifying it. If it just says 'php.ini' (without a path), then that means that php works with the default settings and there is no php.ini on your system.
Comments:
|