Q&A about ExeOutput for PHP

On the CONSOLE part of ExeOutput, it would be really nice if ExeOutput for PHP could use either

php_ncurses.dll

or

php_winbinder.dll

Both of which has to be compiled into PHP before they can be used. Ncurses is a lot better in that it runs on any/all versions of PHP (ie: Linux, Mac, Windows). WinBinder would allow PHP to do things via Windows. Some other consideractions are:

php_wxwidgets.dll

or

php_gtk.dll

and others. These can still run under the console version or act as stand alone examples.

Just a thought. :slight_smile:

Yes, we’ll study these possibilities.