Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65503 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98570 invoked from network); 30 Jan 2013 14:47:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2013 14:47:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.219.46 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.219.46 mail-oa0-f46.google.com Received: from [209.85.219.46] ([209.85.219.46:54479] helo=mail-oa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/C0-09318-B9239015 for ; Wed, 30 Jan 2013 09:47:56 -0500 Received: by mail-oa0-f46.google.com with SMTP id k1so1754715oag.33 for ; Wed, 30 Jan 2013 06:47:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:references:in-reply-to:mime-version:x-mailer :thread-index:date:message-id:subject:to:cc:content-type :x-gm-message-state; bh=XbpTPt0SqaxIPwi9JfFiSboNUoQj9uoya8CMOATeiys=; b=hmNWRaCE3Clex3/u1znxUw2mWBPvmQvEwNtbOVrxhBHsAlfLaIiuywXGoP+vzKGAkO c+utRrz85GFRT8B42fr0VMNuhFjwyUSMUcGNbzygwZvINGOXavF9UMqRcX2Amq+Rw0d3 tsHfW88xJ31EacLIidaiEGKXacHtgupfd20xhJFPXyYX/NwxGUfhgv4oW7eQiaRyc+L0 c/w/TqHHRNgzgizXvDpvat0zI1NpMDZXKlTwSJXQ0a2aLPrhUQrlrGi9FWjKXIfK4Qun M29hL435ZuWv9H/sR+uWDJ36HKf9gXpRRlOT9C1PV4cr3UuuH6wXQZWQhDfxYTB3SD5Q v9rQ== X-Received: by 10.182.182.101 with SMTP id ed5mr3817858obc.23.1359557273302; Wed, 30 Jan 2013 06:47:53 -0800 (PST) References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> <51078485.30107@rotorised.com> <11e1ccc6eca996d9d94ae9a3bff0bbab@mail.gmail.com> <5108667C.1030901@oracle.com> <510868DE.7010408@lerdorf.com> <5108749D.8090608@oracle.com> In-Reply-To: <5108749D.8090608@oracle.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIqL8waXVttbugrqkVxisGQEOzMkQHRgNAlAWVktVQB8hlHcAKgcleRAjdBEz+XWYwyUA== Date: Wed, 30 Jan 2013 16:47:52 +0200 Message-ID: <20d0caac77a46de19086bb6ab622be6f@mail.gmail.com> To: Christopher Jones Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn7oZavP5T+nPimGEjbd2j3r6elQquire+Vh8gMsYAXRFDLQ9W4PJHAGK9UzlaWT3LM8BmDiKcAHreCxSGEroeqpHd+q9w4jq/8Fz5yVVHtcRVx9+yi3eCXQAWYVHm8kKhZMyee Subject: RE: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: zeev@zend.com (Zeev Suraski) > This is the kind of info the RFC (and then user doc) should have. I updated the RFC with two extra sections - 'what's an opcode cache', and 'interaction with other plugins'. https://wiki.php.net/rfc/optimizerplus Zeev