-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15975 from phalcon/5.0.x
5.0.0RC1
- Loading branch information
Showing
1,099 changed files
with
29,752 additions
and
52,837 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,10 +75,20 @@ runs: | |
cache_dir: ${{ env.CACHE_DIR }} | ||
|
||
- name: Configure Developer Command Prompt for MSVC compiler | ||
uses: ilammy/msvc-dev-cmd@v1.9.0 | ||
uses: ilammy/msvc-dev-cmd@v1.10.0 | ||
with: | ||
arch: ${{ inputs.arch }} | ||
|
||
# Workaround for | ||
# PHP Warning: PHP Startup: Can't load module 'C:\tools\php\ext\php_zephir_parser.dll' | ||
# as it's linked with 14.29, but the core is linked with 14.16 in Unknown on line 0 | ||
- name: Configure Developer Command Prompt for MSVC compiler | ||
uses: ilammy/[email protected] | ||
if: ${{ inputs.php_version }} == '7.4' | ||
with: | ||
arch: ${{ inputs.arch }} | ||
toolset: 14.16 | ||
|
||
- name: Getting Details About Installed PHP | ||
shell: powershell | ||
run: | | ||
|
@@ -90,37 +100,6 @@ runs: | |
.\.github\actions\build-phalcon-win\Expand-Item7zip.ps1 "${{ inputs.pecl }}" "${env:TEMP}" | ||
.\.github\actions\build-phalcon-win\Expand-Item7zip.ps1 "${env:TEMP}\phalcon-pecl.tar" "${{ env.PHP_PECL_PATH }}\phalcon" | ||
- name: PSR extension | init, phpize | ||
shell: powershell | ||
run: | | ||
git clone https://github.com/jbboehr/php-psr.git ${{ env.PHP_PECL_PATH }}\psr\psr-${{ env.PSR_VERSION }} | ||
if (-not (Test-Path "${{ env.PHP_DEVPACK }}\include\ext\psr")) { | ||
mkdir "${{ env.PHP_DEVPACK }}\include\ext\psr" | ||
} | ||
Set-Location "${{ env.PHP_PECL_PATH }}\psr\psr-${{ env.PSR_VERSION }}" | ||
phpize | ||
- name: PSR extension | configure | ||
working-directory: '${{ env.PHP_PECL_PATH }}\psr\psr-${{ env.PSR_VERSION }}' | ||
shell: powershell | ||
run: | | ||
echo "::group::Configure" | ||
.\configure.bat --enable-psr | ||
echo "::endgroup::" | ||
- name: PSR extension | build | ||
working-directory: '${{ env.PHP_PECL_PATH }}\psr\psr-${{ env.PSR_VERSION }}' | ||
shell: powershell | ||
run: | | ||
nmake | ||
nmake install | ||
- name: PSR extension | Inspecting Extension DLL File | ||
shell: powershell | ||
run: | | ||
php --ri psr | ||
Get-PhpExtension "${{ env.PHP_PECL_PATH }}\psr\psr-${{ env.PSR_VERSION }}\${{ env.RELEASE_FOLDER }}\php_psr.dll" | ||
- name: Phalcon | phpize | ||
working-directory: '${{ env.PHP_PECL_PATH }}\phalcon\phalcon-${{ env.PHALCON_VERSION }}' | ||
shell: powershell | ||
|
@@ -131,8 +110,7 @@ runs: | |
working-directory: '${{ env.PHP_PECL_PATH }}\phalcon\phalcon-${{ env.PHALCON_VERSION }}' | ||
shell: powershell | ||
run: | | ||
.\configure.bat --enable-phalcon ` | ||
--with-extra-libs="${{ env.PHP_PECL_PATH }}\psr\psr-${{ env.PSR_VERSION }}\${{ env.RELEASE_FOLDER }}" | ||
.\configure.bat --enable-phalcon | ||
- name: Phalcon | Build Project | ||
working-directory: '${{ env.PHP_PECL_PATH }}\phalcon\phalcon-${{ env.PHALCON_VERSION }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ ext/run-tests.php | |
*.la | ||
*.log | ||
*.loT | ||
*.dep | ||
*.gch | ||
*.h.ghc | ||
*.phc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.