Merge pull request #1688 from RealRancor/fix_urandom_info

Add /dev/urandom not /dev to open_basedir
This commit is contained in:
Carla Schroder
2015-09-24 09:01:33 -07:00

View File

@@ -39,7 +39,7 @@ The random number generation also tries to request random numbers from
a way that PHP is able to read random data from it.
.. note:: When having an ``open_basedir`` configured within your ``php.ini`` file,
make sure to include the folder ``/dev``.
make sure to include ``/dev/urandom``.
Enable hardening modules such as SELinux
****************************************