From 20eca76f51e376f3d85b577513d9de01e801d154 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 8 Sep 2015 08:06:19 -0400 Subject: [PATCH] Document that the minimum PHP version is 5.3.7, but do not require it in the code because it's difficult to ascertain whether PHP has been patched to include the related fix. See http://stackoverflow.com/questions/32349895/warning-in-libraries-phpseclib-crypt-base-php967 Signed-off-by: Marc Delisle --- doc/require.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/require.rst b/doc/require.rst index bb54a1e9ee..42854bd6ed 100644 --- a/doc/require.rst +++ b/doc/require.rst @@ -12,7 +12,7 @@ web server (such as Apache, :term:`IIS`) to install phpMyAdmin's files into. PHP --- -* You need PHP 5.3.0 or newer, with ``session`` support, the Standard PHP Library +* You need PHP 5.3.7 or newer, with ``session`` support, the Standard PHP Library (SPL) extension, JSON support, and the ``mbstring`` extension. * To support uploading of ZIP files, you need the PHP ``zip`` extension.