Skip to content

Commit ffaf5d4

Browse files
error debug on build php/exe
1 parent 1e3961d commit ffaf5d4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.idea/workspace.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appveyor/build_task.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ setlocal enableextensions enabledelayedexpansion
6464
echo ---------------------------------------------------------------------------------------------------------------------------------------------
6565
echo Make ini reference to download res dll
6666
type nul > "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
67+
echo error_reporting=E_ALL > "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
6768
echo extension_dir=".\ext" > "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
6869
echo extension=php_win32std.dll >> "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
6970

0 commit comments

Comments
 (0)