O4D opened a new issue, #8465: URL: https://github.com/apache/netbeans/issues/8465
### Apache NetBeans version Apache NetBeans 25 ### What happened On a new PHP project, when I "Run file", php is not lauch : On the console window I have this : > "C:\Program Files\PHP\php.exe" "-S" "localhost:8000" > [Mon Apr 28 13:29:23 2025] PHP Warning: 'C:\Program Files\Java\jdk-22\bin\VCRUNTIME140.dll' 14.36 is not compatible with this PHP build linked with 14.43 in Unknown on line 0 > Done. `php -i | findstr "Architecture Compiler"` Compiler => Visual C++ 2022 Architecture => x64 `php -v` PHP 8.4.6 (cli) (built: Apr 9 2025 09:45:13) (NTS Visual C++ 2022 x64) ### Language / Project Type / NetBeans Component PHP ### How to reproduce Install NetBeans 25 Create a new PHP Project Add a index.php file Right click > Run file NB : if I launch "php -S localhost:8000" from CMD in the project folder everything is fine. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 11 Professional ### JDK JDK22 and JDK24 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists