Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74414 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97162 invoked from network); 21 May 2014 14:49:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 May 2014 14:49:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.48 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.48 mail-qg0-f48.google.com Received: from [209.85.192.48] ([209.85.192.48:44182] helo=mail-qg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/4A-24198-1ECBC735 for ; Wed, 21 May 2014 10:49:05 -0400 Received: by mail-qg0-f48.google.com with SMTP id i50so3405233qgf.35 for ; Wed, 21 May 2014 07:49:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=ZDScvfQNFTnJknckcNCKAAvvjucnjm2GXo/pqUmv2nQ=; b=B1GeA0IW+XlMnkZBvgydEEpa0CDIWEEWXMmguML4B08r1ZHchB45AKXYN7tA/bUvo/ /ahqM9en/svsMzuGYvAI1cQ2OvHALUk4Pw6NKpEhGtDhkOTu2SPb7bY/wg6AFmtjMk8A nTs1TZT92izBnhyf7O6tJn3o7FxE6G4WG2Rz6vc6EtdVu2Ml7vRwfhtOB2VH1opjb3hO CeF1HVkR4cOCNE3EOrxCN6Uiv+e4NFLqcaqEcI8KPn9kJXTyS6IZtuuT0MvbJXTFjOa/ D1E3s126fQMfVATkZzQDHhTG7xlIt7anEu6Ab/d2O7grbcQEZc2rZzI1030H+1a4lU2q LfSQ== MIME-Version: 1.0 X-Received: by 10.224.13.72 with SMTP id b8mr56253037qaa.4.1400683741868; Wed, 21 May 2014 07:49:01 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Wed, 21 May 2014 07:49:01 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Wed, 21 May 2014 07:49:01 -0700 (PDT) Date: Wed, 21 May 2014 16:49:01 +0200 Message-ID: To: Nicolai Scheer Cc: PHP internals , Kevin Ingwersen , Andrea Faulds Content-Type: multipart/alternative; boundary=047d7bf0e204e079c104f9ea1812 Subject: Re: [PHP-DEV] encode php scripts with opcache compatibility From: pierre.php@gmail.com (Pierre Joye) --047d7bf0e204e079c104f9ea1812 Content-Type: text/plain; charset=UTF-8 On May 21, 2014 4:28 PM, "Nicolai Scheer" wrote: > > Hi, > > yes, we are shipping code to customers and they should not read the source. > The level of protection gained from obfuscated code is not enough, but just > delivering the opcodes would be ok. > > I know that the opcode array might be dumped, this is just to raise the > bar. If I just obfuscate the code there's still the possibilty left to edit > the code directly. > Php does not support that. There are solutions out there (like in pecl) but I have no idea about their state or support. --047d7bf0e204e079c104f9ea1812--