Hello,
Where are u watching the output of phpinfo()? In the browser? If so, this is probably not the same php.ini as in the command line. You can create a file with that content: "<? echo php_ini_loaded_file(); ?>" execute it via command line and see where is your php.ini :)
i did that and it was the php.ini file i edited earlier , it was suggested on stack overflow that i should remove the extension=php_mcrypt.dll and that solve the problem . thanks for your contribution
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community