Skip to content

Latest commit

Β 

History

History
85 lines (62 loc) Β· 3.31 KB

File metadata and controls

85 lines (62 loc) Β· 3.31 KB

ru

🐘 PHP & Extensions Pack Build Repository

PHP Windows GitHub Actions OSPanel

Automated PHP and extensions build for OSPanel


✨ Features

πŸš€ Optimized builds for Windows 10+ with SSE4.2 support
πŸ”§ Automated build via GitHub Actions
πŸ“¦ Full set of extensions for web development
🎯 Specially for OSPanel – ready-to-use builds

⚠️ Important Compatibility Notice

βœ… Compatible ❌ Not compatible
Windows 10+ Windows 7/8.1
CPU with SSE4.2+ Older processors
OSPanel Official PHP builds

πŸ” Compatibility details:

  • All builds are generated for Windows 10 and newer
  • CPU optimizations use SSE4.2 instructions
  • Binaries are not compatible with official php.net builds

πŸ“‹ System Requirements

πŸ’» Minimum Requirements πŸš€ Recommended Requirements
OS: Windows 10 (version 1903+) OS: Windows 11
Architecture: x86_64 (64-bit) CPU: Intel Core i5 / AMD Ryzen 5
CPU: Intel Core i3 / AMD Ryzen 3 RAM: 8GB+
Instructions: SSE4.2 support SSD: For optimal performance

πŸ§ͺ Testing

Test type Command Description
Syntax php -l script.php Syntax check
Modules php -m List of loaded modules
Configuration php --ini Configuration files
Info php -i Full PHP information

πŸ” Diagnostics

🚨 Common Issues

Problem Cause Solution
"VCRUNTIME140.dll not found" Missing Visual C++ Redistributable Install VC++ Redist
"Illegal instruction" CPU does not support SSE4.2 Use a compatible build
"Extension not loaded" Missing extension DLL Ensure the file exists in ext/

πŸ“Š Comparison with Official Builds

Feature Our Builds Official
⚑ Optimizations SSE4.2 Generic x86_64
πŸ“¦ Extensions Preinstalled Basic set
πŸ”§ OSPanel βœ… Ready to use βš™οΈ Requires setup
πŸš€ Performance +15% Baseline
πŸ“₯ Size Larger (~50MB) Smaller (~30MB)

πŸ™ Acknowledgements

πŸ† Team & Community

Project Contribution Link
PHP Project Core programming language php.net
OSPanel Development environment ospanel.io
PECL PHP extensions pecl.php.net
Microsoft Build Tools and Runtime visualstudio.microsoft.com

Made with ❀️ for the PHP developers and OSPanel users community