Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7172947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:43:17+00:00 2026-05-28T15:43:17+00:00

I need to execute kdiff3 command in my desktop machine (localhost) from PHP script

  • 0

I need to execute kdiff3 command in my desktop machine (localhost) from PHP script (using browser, not command line). I’ve given permission for the user www-data that is executing the scripts to execute kdiff3 using visudo. In fact, if I log in as www-data I can execute it without problems (sudo kdiff3 …, it’s configured to not ask for a password at all).

The problem is when I try to execute this command from a PHP script. I’ve tried this:

$output = shell_exec("sudo kdiff3 -m $file.def.old $file $file.def -o $file");

and nothing happens (output is NULL). If I try a non interactive command, like ls it works:

$output = shell_exec("ls");

What’s happening? Why cannot execute an interactive command?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:43:18+00:00Added an answer on May 28, 2026 at 3:43 pm

    kdiff3 is an interactive graphical user interface program, so it use KDE and Qt and requires an X11 server.

    And within a web server (i.e. in PHP running for Apache or Lighttpd) you don’t have any X11 server.

    So there is no way to use kdiff3 from inside a PHP script (unless the web server is running on your desktop Linux machine; and then you need to set appropriately the environment, notably DISPLAY and probably XAUTHORITY environment variable). However you could run a command line program like diff3 … (using the popen tricks).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to execute MDX query from command line (MS AS 2005). I have
I need to execute a command line from a .NET windows application. I tried
I need to execute a shell command from my .NET application, not unlike os.execute
I need to execute a SELECT ... from Sybase's command line tool, FSQL ,
I need to execute a http web request from Plesk's Task Scheduler (using shared
I need to execute a PowerShell script from within C#. The script needs commandline
I need to execute the less command, with paging, from my Java console application.
I need to execute a Windows find command from a Delphi software. I've tried
I need to execute a command per line of some file. For example: file1.txt
I need to execute from Java a batch script, which does following 1) Once

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.