Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104477 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 91132 invoked from network); 20 Feb 2019 17:25:46 -0000 Received: from unknown (HELO mail-it1-f174.google.com) (209.85.166.174) by pb1.pair.com with SMTP; 20 Feb 2019 17:25:46 -0000 Received: by mail-it1-f174.google.com with SMTP id g137so6392464ita.0 for ; Wed, 20 Feb 2019 06:10:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=QUuigpC1gq+r1zQuygZ22Dx0gTOn2J2HrCQ8TWjb3TM=; b=kFvsb7t4yaJHHT46lPIO/y1QuDVMhHKfsxoWBOgOh0iLwXamWylL4ixj51e5w0zjy7 ZuJFu6WsV1MXXzKmKnxziC4kq5TbH57DZQZ/mv1nuokbScu9CFQ7NcoTQi08OwmHxp6h dULNC288sPK8bysoO83LSNvY11S/H0awEFGOSkPVZhljyR55qYknPdzMi92s9ifG9dOa 3c/fpfc7zjuZe5B6C3GWOFC8iwL8qtkyhD0PlHL3XJBAjPhL8BzPZZ7gllOf206sz7YI HGoFpBkkoPO5QC8vGr8ykZI0pIT267jHt/FCA7+WLgpGtoSZ5xHN2iq5rNAV1nF7IgFd LDWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QUuigpC1gq+r1zQuygZ22Dx0gTOn2J2HrCQ8TWjb3TM=; b=aDHTz167vboc0uIEyMYy1lDWe/zGMuWS6rS1Mt9uHb+TNbd+ornQg1YyUf/CtnQfMu AY5CoI0tGlkc572/+ubv8Fv61wR7LCqtF5RDy4lx1SOlVogSdftPq28vzitM2YL2uZux 5SWy2/s2rNpq81wlZ+SYH9Gy0HPBX3CwosiVLRvqe5cBB+d10PS/VxbTWjys85OInCxX 0Yz1/hnPY7oY8fFEYTzpHSo7YXw3dgKzSvuB3PTCGnOEJyq9aTX3fCS8rd8Z+YF8/M6r fvNYG4n67bYpx7YGM4jPj8iTOTkEyYSIYfZ0laYqhSG40bs5mxM7Fv4kqoF8DzGIKf/W 8hgw== X-Gm-Message-State: AHQUAuY9weRgJ5iEOTzydIKWhm8PQ4VmVji8L2hB+A6cNtfcIepQxzjA sGMBuOzajNB/Y8zhT0eR2ydrlHYzB+08LvRpPk7d4Gwm/PQ= X-Google-Smtp-Source: AHgI3Iby3DOXRvyAALcdHqdhmZyKYBWz3zhGkbKM/qKeGOrjku8H6qUeNfTl09UtLdsp9533WwUMCuXXRwVWs/jcTR0= X-Received: by 2002:a5d:9a08:: with SMTP id s8mr6093299iol.99.1550671839864; Wed, 20 Feb 2019 06:10:39 -0800 (PST) MIME-Version: 1.0 Date: Wed, 20 Feb 2019 16:10:11 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary="0000000000002db020058253ec07" Subject: Setup dev environment for contributing to php From: drealecs@gmail.com (=?UTF-8?Q?Alexandru_P=C4=83tr=C4=83nescu?=) --0000000000002db020058253ec07 Content-Type: text/plain; charset="UTF-8" Hi, Maybe it's my fault but I find it hard to find a documented way of how to setup your local environment for contributing to php. Maybe I'm too used with having a Vagrantfile that I'm searching things too specifically. I can help with setting it up if you wish and the need is real for more than just me. We can have a Vagrantfile with multiple VM with different distros, or one with docker and multiple Dockerfiles from different distro. Thanks, Alex --0000000000002db020058253ec07--