Hey,
I've written a program to encapsulate a PHP script inside an EXE, along with
everything the script needs to run. The net result is to make a PHP script
completely portable, without the need for the client PC to have PHP
installed.
The website is a bit of a mess (Not done yet), so I point you
I've never heard of this library before, however I point you towards EncPHP
(http://www.sourceforge.net/projects/encphp), which will allow you to
encapsulate a PHP script inside an EXE along with everything needed to run
it.
Regards, Adam.
"Ariz Jacinto" <[EMAIL PROTECTED]> wrote in message
news:
Commenting on the replacing-numbers part, the simplest solution is probably
to do a regex replace to replace 0-9 with a blank string. This would cut the
entire search-replace to one line of code.
Regards, Adam.
"Bob Hall" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Wed, Aug 1
I've never done it, but I'd imagine you'd be able to get a copy of gcc for
windows and compile it.
Regards, Guspaz.
"Ika Oscaos" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I have developed a php extension module. I can compile it with Linux. I
can
> build a module.so