Buradasın
PHP 7.3 Installation Guide for Windows
herongyang.com/PHP/Introduction-Download-Install-PHP-on-Windows.htmlYapay zekadan makale özeti
- Initial Setup
- Download PHP 7.3 VC15 x64 Thread Safe from windows.php.net
- Extract the file to the \php folder
- Open command window to test PHP functionality
- Visual Studio Installation
- If VCRUNTIME150.dll error occurs, install Visual Studio 2015 x86
- Download Microsoft Visual C++ Redistributable from microsoft.com
- Run vc_redist.x86.exe to complete installation
- Verification
- Test PHP commands again in command window
- Both CLI and CGI interfaces should now work