2

I have a program in PHP using ncurses (installed with pecl), I wanted too compile it into as binary with roadsend-php, but it'd seem ncurses isn't included into it. Is there a way I could add it?

-- EDIT --

If it can't be done with roadsend-php, is there another compiler I could use that could achieve this capability?

Jared Allard
  • 873
  • 10
  • 34

1 Answers1

1

Don’t know if you can do it with Roadsend PHP, but you should know that Roadsend PHP is discontinued as of 2010.

Try out another PHP compiler, e.g. Phalanger that compiles PHP to .NET CIL and originated at my university. You can find a list in the accepted answer to Can you compile PHP code? question here on SO. I updated it a moment ago.

Community
  • 1
  • 1
Palec
  • 12,743
  • 8
  • 69
  • 138