Edit report at https://bugs.php.net/bug.php?id=63848&edit=1
ID: 63848 Updated by: krak...@php.net Reported by: ajeenaa dot shanmugan at gmail dot com Summary: Unable to execute batch file in php -Status: Open +Status: Not a bug Type: Bug Package: Program Execution Operating System: windows PHP Version: 5.3.20 Block user comment: N Private report: N New Comment: You cannot change this behavior from within PHP. Previous Comments: ------------------------------------------------------------------------ [2012-12-24 11:14:20] ajeenaa dot shanmugan at gmail dot com Description: ------------ I have one batch file with start command , if i execute that batch file from php it is not ending it is showing loading. But when i try with command promt it is working. @echo off echo start first start parallel.bat start parallel_x.bat echo end of first But if i replace the start command with call it is working, but ibn command promt both are working. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63848&edit=1