restore open_basedir hint

This commit is contained in:
Carla Schroder
2015-08-20 16:18:40 -07:00
parent fc1d22d95c
commit a01b37bbb0

View File

@@ -36,6 +36,9 @@ The random number generation also tries to request random numbers from
``/dev/urandom``, thus it is highly recommended to configure your setup in such
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``.
Enable hardening modules such as SELinux
****************************************