Re: [PHP-DEV] PHP compiler

2003-08-14 Thread Andrey Hristov
] Andrey - Original Message - From: "Sebastian Bergmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 6:40 PM Subject: Re: [PHP-DEV] PHP compiler > Wez Furlong wrote: > > more technical issues actually related to the internals

Re: [PHP-DEV] PHP compiler

2003-08-14 Thread Simeon Koptelov
Hello Jeremy, Wednesday, August 6, 2003, 7:50:57 PM, you wrote: JSJ> After seeing the conversation on the PHP archive idea (having a PHP JSJ> equivalent of a jar file), it reminded me of an idea I had a long time JSJ> ago. Has anyone ever thought of writing a PHP compiler which would JSJ> compile

Re: [PHP-DEV] PHP compiler

2003-08-14 Thread Sebastian Bergmann
Wez Furlong wrote: > more technical issues actually related to the internals of PHP ? :-) Like how to use the Streams API to implement the JAR-like functionality? SCNR, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP

Re: [PHP-DEV] PHP compiler

2003-08-12 Thread Sebastian Bergmann
John Coggeshall wrote: > I began work on that project. It's called PASM You might want to call it differently as PASM is very confusing. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung

Re: [PHP-DEV] PHP compiler / Converter?

2003-08-07 Thread Jeraimee Hughes
Related to the current topic, I'm the Project Manager for a project called BinaryPHP. A PHP to C++ conversion tool. We've just released our proof of concept and would love feedback from the more advanced user-base as well as input from others thinking along the same lines. http://binaryphp.source

Re: [PHP-DEV] PHP compiler

2003-08-06 Thread rblack
I would have thought the big thing against a compiler which produced native machine code is that sooner or later differences between Operating Systems and the library functions they provide would mean that the language would no longer be machine independent. >Which for me (and a lot of other devel

Re: [PHP-DEV] PHP compiler

2003-08-06 Thread Per Lundberg
On Wed, 2003-08-06 at 15:50, Jeremy S. Johnstone wrote: > After seeing the conversation on the PHP archive idea (having a PHP > equivalent of a jar file), it reminded me of an idea I had a long time > ago. Has anyone ever thought of writing a PHP compiler which would > compile a PHP script into nat

Re: [PHP-DEV] PHP compiler

2003-08-06 Thread John Coggeshall
I began work on that project. It's called PASM http://www.coggeshall.org/projects/ John On Wed, 2003-08-06 at 09:50, Jeremy S. Johnstone wrote: > After seeing the conversation on the PHP archive idea (having a PHP > equivalent of a jar file), it reminded me of an idea I had a long time > ago. H

Re: [PHP-DEV] PHP compiler

2003-08-06 Thread Andrey Hristov
Even there is "bcompiler" in PEAR. Andrey - Original Message - From: "Simeon Koptelov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 6:07 PM Subject: Re: [PHP-DEV] PHP compiler > Hello Jeremy, > > Wednesd