create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| # Set encoding for file extensions | |
| <IfModule mod_mime.c> | |
| # Plain text files | |
| AddType text/plain .txt .text .def .list .log .in | |
| # Source files | |
| AddType text/x-asm .s .asm | |
| AddType text/x-c .c .cc .cxx .cpp .h .hh .dic | |
| AddType text/x-fortran .f .for .f77 .f90 | |
| AddType text/x-pascal .p .pas | |
| AddType text/x-java-source .java |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
Configure options from ./configure --help is attached, for more information please visit https://www.php.net/manual/en/configure.about.php
Download php source code from https://www.php.net/downloads.php At the time I used PHP 7.3.8 on macOS Mojave 10.14.5:
php-7.3.8.tar.gz (sig) [19,101Kb] 01 Aug 2019
31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Update your Vagrant install before using. | |
| Vagrant.configure("2") do |config| | |
| config.vm.box = "ubuntu/trusty64" | |
| config.vm.network "private_network", ip: "192.168.71.71" |
| <?php | |
| /** | |
| * An helper file for Laravel 4, to provide autocomplete information to your IDE | |
| * Generated for Laravel 4.1.31 on 2019-05-17. | |
| * | |
| * @author Barry vd. Heuvel <barryvdh@gmail.com> | |
| * @see https://github.com/barryvdh/laravel-ide-helper | |
| */ | |
| namespace { |