PhpWebStudy
PhpWebStudy copied to clipboard
DNS Error
Hello,
I'm encountering a blocking issue with FlyEnv on Windows (via PhpWebStudy).
After installing PhpWebStudy on a new development machine, it's impossible to download any PHP version from the interface. The app shows "No available version", and no folders are created under PhpWebStudy-Data\server\php.
Investigation results:
- The download system seems to rely on:
cdn.codefly.dev - This domain is currently not resolving:
nslookup cdn.codefly.dev Server failed - The direct download link:
- https://cdn.codefly.dev/flyenv/php/8.3.6/flyenv-php-8.3.6-windows.zip
→ fails with aDNS_PROBE_FINISHED_NXDOMAINerror
- https://cdn.codefly.dev/flyenv/php/8.3.6/flyenv-php-8.3.6-windows.zip
Consequences:
- ❌ PhpWebStudy cannot fetch any versions of:
- PHP
- MariaDB
- Apache
- Nginx
- 🛑 FlyEnv becomes non-functional on a fresh installation
Temporary workaround:
- ✅ I copied the
server/php/folder from another working machine - ✅ PhpWebStudy then detected the versions correctly
- ⚠️ But this is not a sustainable solution
Request:
Would it be possible to:
- 🔁 Restore access to
cdn.codefly.dev, or - 🌐 Provide an updated CDN or mirror, or
- ⚙️ Allow custom download sources (URL override or manual import)
Thank you very much for your great project 🙏
Looking forward to your feedback.
Johan
Also facing this
It got fixed largely, only composer versions are not working.
Hello,
I'm encountering a blocking issue with FlyEnv on Windows (via PhpWebStudy).
After installing PhpWebStudy on a new development machine, it's impossible to download any PHP version from the interface. The app shows "No available version", and no folders are created under
PhpWebStudy-Data\server\php.Investigation results:
The download system seems to rely on:
cdn.codefly.devThis domain is currently not resolving: nslookup cdn.codefly.dev Server failed
The direct download link:
- https://cdn.codefly.dev/flyenv/php/8.3.6/flyenv-php-8.3.6-windows.zip → fails with a
DNS_PROBE_FINISHED_NXDOMAINerrorConsequences:
❌ PhpWebStudy cannot fetch any versions of:
- PHP
- MariaDB
- Apache
- Nginx
🛑 FlyEnv becomes non-functional on a fresh installation
Temporary workaround:
- ✅ I copied the
server/php/folder from another working machine- ✅ PhpWebStudy then detected the versions correctly
- ⚠️ But this is not a sustainable solution
Request:
Would it be possible to:
- 🔁 Restore access to
cdn.codefly.dev, or- 🌐 Provide an updated CDN or mirror, or
- ⚙️ Allow custom download sources (URL override or manual import)
Thank you very much for your great project 🙏 Looking forward to your feedback.
Johan
Is the issue that no available versions are displayed in the version management, or that versions are displayed but cannot be downloaded? The PHP download links are official and do not involve any domains related to cdn.codefly.dev. Try reinstalling by downloading the latest version from the GitHub release again.