We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7010a8 commit b3dc6bcCopy full SHA for b3dc6bc
appveyor.yml
@@ -40,7 +40,7 @@ install:
40
- ps: New-Item -Path $Env:php_directory -ItemType 'directory'
41
- ps: cd $Env:php_directory
42
- ps: 7z x $php_version_file
43
- - ps: Copy-Item php.ini-production -Destination php.init
+ - ps: Copy-Item php.ini-production -Destination php.ini
44
- ps: Add-Content -Path php.ini -Value 'date.timezone="UTC"'
45
- ps: Add-Content -Path php.ini -Value 'extension_dir=ext'
46
- ps: Add-Content -Path php.ini -Value 'extension=php_curl.dll'
0 commit comments