From 1f01e7e721784a1ebd0ee40adab7c316d4c0063a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Wed, 11 May 2005 20:16:37 +0000 Subject: [PATCH] Added a test suite note to PHP. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4151 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/php.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general/prog/php.xml b/general/prog/php.xml index e76183b07a..89b0daf46d 100644 --- a/general/prog/php.xml +++ b/general/prog/php.xml @@ -159,6 +159,8 @@ --disable-libxml && make + To test the results, issue: make test. + Now, as the root user: make install &&