Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100263 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34799 invoked from network); 20 Aug 2017 12:08:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2017 12:08:45 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.192.182 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.192.182 mail-pf0-f182.google.com Received: from [209.85.192.182] ([209.85.192.182:34425] helo=mail-pf0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/6C-34801-CCB79995 for ; Sun, 20 Aug 2017 08:08:44 -0400 Received: by mail-pf0-f182.google.com with SMTP id h75so3262916pfh.1 for ; Sun, 20 Aug 2017 05:08:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CaFBFDuoXazaIunZ28gIIpsRFWqSHpIIiNA71DajFuM=; b=u45JPPo5ezcCUKSzWcKqj30U8q4QjlSoFjAqbLNyWPyl99LwcNkngohFuo5Yz1qdgU UV1zPW4EinRcUQtoVL2oW+0c6JiQwL+a0fn++YCpKq7/qo1vdypjzxnBH4ZyZvM4Ku7L bl1l61b7vEAZQp6EXU63Tf3I8KTURBm0/tamAl6o9q9xhp9PwlO01jlIap7Rq3jH6Fo9 I9yU8ZBCTduUTCr4IAxzp7lz6QjIydMnZzyyHA/RcuMGJIeFeC9R87+p9c2zzgb2W0me fEdVaEaOVAOFheeC5wl5lpZv2MMRZueWnoR+dQ4cgKetId2durgShZBh5KJ7E0V7VxL+ 1uPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CaFBFDuoXazaIunZ28gIIpsRFWqSHpIIiNA71DajFuM=; b=mS3EzkfQnWKtmBpMPW+lX2krWK8LKhd5LhK4pjgHi3zSz3QaapYQFQHDYkjf1rBk1E zQ66mnjra+uVCkLSursGMRAGevHvodZo+mqCy3pjZN3ctFj5JUE9aKZldnZFWdLfOl4o hodc6G0gbxl9EliGp7iO5FyuO1qKLJ8caT7aurDsdvmzcdgOPnyJQ6LkCkBZ/3yceIWd PaH4yW4uqnwniJjHj0oWTLs2lO4LjsQwNadkgNWq2rNuYg2a6DC3aw4CgSHKJdxo/JEA eFi0KivGFkXOBasG2OjBzKEEkAQ3sQZOE74kNq7wg+57s0/1MpZF2An4k5G92LlOb9jQ cQcQ== X-Gm-Message-State: AHYfb5hHtByRB9gvYVrvLtXZK3yZat1no2HkIC4aayIC9nZ2JxhF0kt5 776Ajc4ZfgVgDHbFFKK/azu3bLRyIuP6 X-Received: by 10.84.232.12 with SMTP id h12mr658993plk.362.1503230921723; Sun, 20 Aug 2017 05:08:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.180.133 with HTTP; Sun, 20 Aug 2017 05:08:41 -0700 (PDT) X-Originating-IP: [77.99.17.151] In-Reply-To: References: Date: Sun, 20 Aug 2017 13:08:41 +0100 Message-ID: To: Admin NxPoint Cc: "internals@lists.php.net" Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] PHP 8 (or earlier) RFC Proposal From: danack@basereality.com (Dan Ackroyd) On 19 August 2017 at 15:28, Admin NxPoint wrote: > Hi, > > At this moment PHP doesn't know how to use the SWAP memory from linux, Why would it need to 'know' how to use swap memory? My understanding is that the normal way to get a program to use swap memory is to: i) Enable swapping in the operating system. ii) Set the program to use more memory than is physically usable. I think either you've misunderstood how swap works, or haven't explained why that isn't suitable for your use case. cheers Dan