Skip to content

Cannot pull dependencies on PHP 8.4 souce branch #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Bilge opened this issue Mar 30, 2024 · 1 comment
Closed

Cannot pull dependencies on PHP 8.4 souce branch #11

Bilge opened this issue Mar 30, 2024 · 1 comment

Comments

@Bilge
Copy link

Bilge commented Mar 30, 2024

Current version of php-src@master fails when running phpsdk_deps -u with the following:

Fatal error: Uncaught SDK\Exception: Unsupported branch '8.4' in D:\php-sdk\lib\php\libsdk\SDK\Config.php:183
Stack trace:
#0 D:\php-sdk\bin\phpsdk_deps.php(105): SDK\Config::setCurrentBranchName('8.4')
#1 {main}
  thrown in D:\php-sdk\lib\php\libsdk\SDK\Config.php on line 183

It appears to be because the definition for 8.4 is absent from http://downloads.php.net/~windows/php-sdk/deps/series/.

@Bilge Bilge changed the title Cannot build PHP 8.4 Cannot pull dependencies on PHP 8.4 souce branch Mar 30, 2024
@cmb69
Copy link
Member

cmb69 commented Jul 15, 2024

This has been resolved about a week ago. Note though that so far we only made the series files for a new PHP minor/major release available shortly before the respective first alpha releases, i.e. basically what we did for PHP 8.4. I don't see any need to change that, because even now, there is no PHP-8.4 branch, and master should be detected and work fine.

@cmb69 cmb69 closed this as completed Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants