https://issues.apache.org/bugzilla/show_bug.cgi?id=51194
--- Comment #4 from Ben Johnson <[email protected]> --- This bug affects me, too. Here are two workarounds that can be employed until the proposed patch is integrated. 1.) Use the 8.3 file name, for example: #Path to php-cgi FcgidWrapper "C:/Progra~1/php/php-cgi.exe" .php (Thanks to http://www.php.net/manual/en/install.windows.apache2.php#96529 ) 2.) Create an NTFS junction point using the Windows Command Prompt, for example: mklink /J "C:\php" "C:\Program Files\php" -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
