Re: [PHP] Re: Compiling php like C

2001-09-17 Thread Yasuo Ohgaki

Andrew Perevodchik wrote:
Has anyone done this to date?? I was thinking
of compiling my programs for better perfomance,
and of course, protect the source code. Anyone
have any ideas on this issue?

 
 Another question: is it possible to compile PHP
 script in COM or EXE file?


PHP Compiler is probably what you want.

http://phpuser.com/download/files/dev-tool/phpcompiler/

I think this URL isn't a home site, search php-general archive for the 
home site. (2001-02 to 2001-04. I've posted the URL once there) It was 
dead when I checked few months ago, though...

Yasuo Ohgaki


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Re: Compiling php like C

2001-09-17 Thread Webmaster Lexel

You can make an compiled file with a program like zend optimiser etc... 
because it pre-compile your script to increase the the rapidity and the 
disponibility.

so look at www.zend.net

c you


Andrew Perevodchik wrote:
Has anyone done this to date?? I was thinking
of compiling my programs for better perfomance,
and of course, protect the source code. Anyone
have any ideas on this issue?
Another question: is it possible to compile PHP
script in COM or EXE file?





[PHP] Re: Compiling php like C

2001-09-16 Thread Yasuo Ohgaki

Kunal Jhunjhunwala wrote:
 Hi,
 Has anyone done this to date?? I was thinking of compiling my programs for
 better perfomance, and of course, protect the source code. Anyone have any
 ideas on this issue?
 Regards,
 Kunal Jhunjhunwala
 

There are sevral cache modules. These are cache modules that I know.
  - Alternative PHP Cache (APC): http://apc.communityconnect.com/
  - AfterBuaner Cache (bwcache) : http://bwcache.bware.it/
  - PHP Accelerator : http://www.php-accelerator.co.uk/
  - Zend Cache : http://www.zend.com/zend/products.php#cache

All of them gives 2 - 3 times perfomance improvment in general.

Yasuo Ohgaki


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Re: Compiling php like C

2001-09-16 Thread Andrew Perevodchik

 Has anyone done this to date?? I was thinking
 of compiling my programs for better perfomance,
 and of course, protect the source code. Anyone
 have any ideas on this issue?

Another question: is it possible to compile PHP
script in COM or EXE file?

-- 
Andrew Perevodchik
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]