Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

php.ini


sunnybrook

Recommended Posts

If you have more than one php.ini, you should find out which one (if any of them) are really being used if trial and error doesn't work. You can find this by creating a file called info.php:

 

<?php phpinfo(); ?>

And running it from your browser. It will give you the full path to the php.ini file. If it doesn't give you a path to a file, then it is using internal defaults.

Contributions

 

Discount Coupon Codes

Donations

Link to comment
Share on other sites

If you have more than one php.ini, you should find out which one (if any of them) are really being used if trial and error doesn't work. You can find this by creating a file called info.php:

 

<?php phpinfo(); ?>

And running it from your browser. It will give you the full path to the php.ini file. If it doesn't give you a path to a file, then it is using internal defaults.

 

 

Thanks for that :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...