mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-10-31 08:28:54 +01:00
Update PHP source repository since PHP's git site was hacked.
This commit is contained in:
parent
c514141c00
commit
377516f0f5
@ -106,7 +106,7 @@ php_display_startup_errors: "Off"
|
||||
|
||||
# Install PHP from source (instead of using a package manager) with these vars.
|
||||
php_install_from_source: false
|
||||
php_source_repo: "https://git.php.net/repository/php-src.git"
|
||||
php_source_repo: "https://github.com/php/php-src.git"
|
||||
php_source_version: "master"
|
||||
php_source_clone_dir: "~/php-src"
|
||||
php_source_clone_depth: 1
|
||||
|
Loading…
Reference in New Issue
Block a user