Saturday 20 March 2010 1:51:41 am
Step 1: Find the correct php.ini http://www.wampserver.com/en/faq.php#q3 or use
<?php
phpinfo();
?> or if you use the current Apache 2.2.11 the default file is located here: "C:\wamp\bin\apache\Apache2.2.11\bin\php.ini" Step 2: Change the file:
variables_order = "GPCS" to
variables_order = "EGPCS"
|