You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by mb...@apache.org on 2023/02/23 22:05:44 UTC

[netbeans-website] branch master updated: Update configure-php-environment-ubuntu.adoc

This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 204753b03 Update configure-php-environment-ubuntu.adoc
     new 8622bc016 Merge pull request #639 from corrigentia/patch-1
204753b03 is described below

commit 204753b03ccb6798cfaaea95817921b9a545f76d
Author: corrigentia <ec...@gmail.com>
AuthorDate: Thu Feb 23 12:08:29 2023 +0000

    Update configure-php-environment-ubuntu.adoc
    
    Add missing new line in configure-php-environment-ubuntu.adoc
---
 .../src/content/kb/docs/php/configure-php-environment-ubuntu.adoc      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/php/configure-php-environment-ubuntu.adoc b/netbeans.apache.org/src/content/kb/docs/php/configure-php-environment-ubuntu.adoc
index 5d2815f46..e13ee61f3 100644
--- a/netbeans.apache.org/src/content/kb/docs/php/configure-php-environment-ubuntu.adoc
+++ b/netbeans.apache.org/src/content/kb/docs/php/configure-php-environment-ubuntu.adoc
@@ -110,7 +110,8 @@ The following are some frequently encountered problems when checking the install
 [source,bash]
 ----
 
-apt-get --purge remove php5-commonapt-get install php5 phpmyadmin
+apt-get --purge remove php5-common
+apt-get install php5 phpmyadmin
 ----
 
 === Specifying the Document Root for the Apache2 HTTP Server


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists