Roadsend PHP compiler?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gilles Ganault

    #1

    Roadsend PHP compiler?

    Hello

    I'd like to send someone a ready-to-use PHP application (using SQLite
    as the database) in Windows so that the user doesn't have to manually
    install a web browser and the PHP scripts, and happened upon this
    open-source PHP compiler:



    Has someone tried it, and could tell me how good it is?

    Thank you.
  • Gilles Ganault

    #2
    Re: Roadsend PHP compiler?

    On Wed, 06 Feb 2008 19:24:28 -0200, Manuel Lemos <mlemos@acm.org >
    wrote:
    >It is great. You should try it.
    On my way then. Thanks :-)

    Comment

    • Betikci Boris

      #3
      Re: Roadsend PHP compiler?

      On Feb 6, 10:48 pm, Gilles Ganault <nos...@nospam. comwrote:
      Hello
      >
      I'd like to send someone a ready-to-use PHP application (using SQLite
      as the database) in Windows so that the user doesn't have to manually
      install a web browser and the PHP scripts, and happened upon this
      open-source PHP compiler:
      >

      >
      Has someone tried it, and could tell me how good it is?
      >
      Thank you.
      Use;
      SHTTPD - an embeddable Web server
      SHTTPD is lightweight, easy to use, embeddable web server.
      shttpd.sourcefo rge.net/

      Needs no installation just double click, php files exes and dlls must
      be shipped together, i use it its very useful for live-cds etc.

      If you want to protect your code use bamcompile or roadsend, however i
      used roadsend but i didn't satisfied...

      Comment

      • Gilles Ganault

        #4
        Re: Roadsend PHP compiler?

        On Thu, 7 Feb 2008 04:16:08 -0800 (PST), Betikci Boris
        <pardust@gmail. comwrote:
        >SHTTPD - an embeddable Web server
        OK, I'll see if I can whip up an installer with Inno to pack SHTTPD +
        PHP and my scripts. Thanks.

        Comment

        Working...