[PHP-WIN] EncPHP, turns PHP scripts into EXEs

2003-08-14 Thread Adam Zey
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

[PHP-WIN] Re: embedding php to an application

2003-08-14 Thread Adam Zey
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:

Re: [PHP-WIN] RegEx help needed

2003-08-14 Thread Adam Zey
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

[PHP-WIN] Re: How to compile a win32 php extension module ???

2003-08-09 Thread Adam Zey
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