when i use php -v in terminal showing
PHP 5.3.6-13ubuntu3.9 with Suhosin-Patch (cli) (built: Sep 12 2012 19:02:11)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
But when i print phpinfo in file and execute that script in browser
I got “PHP Version 5.2.17”.
My main problem is soap is not showing in browser but soap is showing in terminal.
How to resolve this problem in ubuntu 11.10.
Thanks in Advance.
They use the different
php.inifiles.Check them.
For the CLI, use
php -i | grep php.iniFor the phpinfo printed in browser, find the
Loaded Configuration File.