php - Cannot find a full php5.ini example file -
i trying change php configuration settings on webserver , need set values in php5.ini file. have been told need "full" php5.ini file. take mean needs have settings in there , not ones want change. cannot find example of "full" 1 anywhere. have been looking through google no avail.
can point me in correct direction? thanks
can view recent php.ini
@ location http://svn.php.net/viewvc/php/php-src/trunk/php.ini-production?view=co
or
you can view http://svn.php.net/viewvc/php/php-src/trunk/
scroll down until find php.ini file. there two, 1 meant development , other production choose 1 want. there can older versions of .ini
file.
or
you may want download .ini
specific version first going here http://svn.php.net/viewvc/php/php-src/branches/ because latest may not work version. view version echo phpinfo()
on site.
click version of php
using find .ini
edit: update links svn github
seeing got downvoted broken links after on year. i'll update links new repos on github.
you can view recent php.ini
@ location https://github.com/php/php-src/blob/master/php.ini-production
or
you can view https://github.com/php/php-src
scroll down until find php.ini file. there two, 1 meant development , other production choose 1 want. there can older versions of .ini
file.
or
you may want download .ini
specific version first going here https://github.com/php/php-src/branches because latest may not work version. view version echo phpinfo()
on site.
click version of php
using find .ini
Comments
Post a Comment