Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969384353 php.internals:67430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14352 invoked from network); 15 May 2013 13:55:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2013 13:55:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.54 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.54 mail-vb0-f54.google.com Received: from [209.85.212.54] ([209.85.212.54:52755] helo=mail-vb0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/51-03867-9C393915 for ; Wed, 15 May 2013 09:55:21 -0400 Received: by mail-vb0-f54.google.com with SMTP id f12so453715vbg.41 for ; Wed, 15 May 2013 06:55:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=lHkkgyA1zL3Z9Cr06nGjA3iLtQwFRbLLEsfAdGgjlNg=; b=zEaVdJTHKjIOCUSiaWcQH7TwEIBKnZ5J6DXXe2lqwXJX1FduozSA6W91ulSYort+3C IQVDlyjA6d9kpWj1QphpLIh5wEq3Ti/oXzwGUodWYXuueywVDLhhFKqzzCDp2E8z0Jat g5SjYo/B/nC2ONnzhaXz7H+lCZIdJI30Hk9p/1hnS7lA+y5Q8rC7ssODQVNmb4SjX6n2 UALbgsOKZQh1jbsdG3ZEaPBvZvCOfCDv3HSTGcH10fXeg7mRNTpinbajGz0iAU/Ir9/G 9U3tGxeqIs1ZfkTOdqCXgH3AXHxl5smkP/uxb40e49c8zT7yGnrP6heJr+qkYsE+hhUL Zhfw== X-Received: by 10.58.220.129 with SMTP id pw1mr25019153vec.32.1368626118221; Wed, 15 May 2013 06:55:18 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.154.78 with HTTP; Wed, 15 May 2013 06:54:38 -0700 (PDT) Date: Wed, 15 May 2013 15:54:38 +0200 X-Google-Sender-Auth: PU_Wc_Kc5AytF51-ea2PbqhOd0s Message-ID: To: PHP Internals , PHP Documentation ML , Dmitry Stogov , Laruence , Hannes Magnusson Content-Type: multipart/alternative; boundary=047d7bd6a8ce9d017a04dcc21942 Subject: OPCache documentation From: jpauli@php.net (Julien Pauli) --047d7bd6a8ce9d017a04dcc21942 Content-Type: text/plain; charset=ISO-8859-1 Hi all, As you know, 5.5 final is coming soon. We are in RC, so mainly stabilizing stuff and preparing the final release for anyone to setup 5.5 on their servers. I see the documentation migration guide has already been commited, that's a good new. I also see that new features we ship in 5.5 are online in the documentation, great ! But a crucial feature is missing doc : OPCache. As this feature is a very big step in PHP's life (we finally have a recommanded, bundled opcode cache system, and I'm very proud of this personnaly), I think it is crucial to have a good documentation about it. Has anyone started to write some doc about OPCache ? Another subject is APC. We have its doc on php.net, all right. What I would like is we patch APC doc when 5.5 final gets released, to clearly show our mind about it. That way, any people using 5.5 should be able to read in the doc that APC has support has been interrupted, that APC should never be used together with OPCache, and that OPCache is now the standard recommanded OPCode caching solution for 5.5, 5.4 and 5.3. It is crucial to communicate one this point for our users. Then will come the "User cache" debate Thank you. Julien.Pauli --047d7bd6a8ce9d017a04dcc21942--