Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93747 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88776 invoked from network); 3 Jun 2016 13:50:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2016 13:50:30 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wm0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:34918] helo=mail-wm0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/10-22497-42B81575 for ; Fri, 03 Jun 2016 09:50:28 -0400 Received: by mail-wm0-f52.google.com with SMTP id a136so277349270wme.0 for ; Fri, 03 Jun 2016 06:50:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=5N/XPyXqmNwLR38f8Q/zMLPYyT3TWdc0czfnBLzDylw=; b=PuznLQccraPJMIF3Hjbc9qneXEpXazYqX1BHgFrEZIAdhLQeiD7rS9l4p8yDvXwgeS VRLMKBcOgCZZiurVTqQYInn3XRTs0DpbESrv83xRR93gFJXKaAPxlEyrGrM+/xVuaxer rmxinFX9nOKBd4xlGMJPOiG9QNrX8zTd0GWy5HsPRoKh1GdELqxXlLy3xUgPmaW8XNCD wFQpjBaFFzrM2sBl/mJu1Tagi3qlqMpxqW/UBPaCjz90LQLbteYV/oJvx48/pd24DfwN hnz6WgVXLtENA+dYI/6yKTh5wovsBcBqAFqhXFwTKzO7T0HAVjjcZFteVuA94cJHvgZG hFHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=5N/XPyXqmNwLR38f8Q/zMLPYyT3TWdc0czfnBLzDylw=; b=XWe2GfKk/P34glrk8tPIliSwosRUthXNAbjnLMOSAYCXDhYLBeeDfMJTac7hotq1YB tNnle66ocPApG1PWVHR2CBDFQ34P5SXI1FPoysla/6MxAY/X7qNoibbYI9j/t1oB498A cO/msaKKsPRl4IdEECrXJQJy5Hk5bAHsFYwz4lC2RU/YTz278nF/GP0ibt/ke5mm8MSs V7S4iULeua8/cNzBJsnGeOMaW1XIgWSXVQB+FfepB3fBFT76XoQNV9RF6H4mkqCRXbgG /mu6eqVgvy8w+34TQ3zpYxsyQO/LBORi5TQpZ5F+rV+Cr0yctlMOXpPwhz2lUL04fMMf RAwQ== X-Gm-Message-State: ALyK8tIooHnBuWzs3dGG8gvXUPOP33Vc08N5ocb3MgQBRO8AHUq4xcEu6NsvmyoOJk3sBC3LZWDLHC6kT6bW+A== X-Received: by 10.28.157.23 with SMTP id g23mr33086760wme.34.1464961825346; Fri, 03 Jun 2016 06:50:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.163.106 with HTTP; Fri, 3 Jun 2016 06:50:05 -0700 (PDT) In-Reply-To: <07264e27-2120-3e80-79d0-1a1115bb391b@telia.com> References: <295c09d5-01af-1528-8e61-00dc6ee6c69e@fleshgrinder.com> <92b594e7-630e-d7ed-df67-04bdbb105762@fleshgrinder.com> <07264e27-2120-3e80-79d0-1a1115bb391b@telia.com> Date: Fri, 3 Jun 2016 15:50:05 +0200 Message-ID: To: =?UTF-8?Q?Bj=C3=B6rn_Larsson?= Cc: Fleshgrinder , Ronald Chmara , PHP internals Content-Type: multipart/alternative; boundary=001a114ba6e4359e77053460019c Subject: Re: [PHP-DEV] [RFC] Libsodium - Discussion From: ocramius@gmail.com (Marco Pivetta) --001a114ba6e4359e77053460019c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 3 June 2016 at 11:19, Bj=C3=B6rn Larsson wro= te: > One could add that not all development / debugging is done through > an advanced IDE. Logging in to production server with SSH ending up > with a terminal window, only having Emacs or Vi at your disposal is > still valid today. > s/valid/inconsiderate You do this sort of stuff to quickly check something, not for developing. Not on a staging/prod environment for sure. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --001a114ba6e4359e77053460019c--