Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31885 invoked by uid 1010); 16 Nov 2003 10:45:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31858 invoked by uid 1007); 16 Nov 2003 10:45:40 -0000 Message-ID: <20031116104540.31827.qmail@pb1.pair.com> To: internals@lists.php.net Date: Sun, 16 Nov 2003 12:46:10 +0200 Lines: 24 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 80.221.24.110 Subject: Opcode compiler into php internals? From: finesp@hotmail.com ("John Smith") Hello, I'm a developer, and trying to think of the programming language for the next web development project. Requirements: The ability to compile the sources into bytecode/opcode format so that the source code is protected. I know that one can achieve this by using additional software, but using additional software in a project where the product is going to be distributed widely, is very difficult. For me, this should be built-in. Some other languages offer this by default. Don't you think it would be good for PHP language if it could do this without the need for installing additional software, by anyone who wishes to take advantage of such a feature? I suppose it would even speed up the "compiling" phase. JS