From: <php...@li...> - 2010-10-18 18:38:29
|
> Any clue why 5.5.4.1 works in the same circumstances? The new code has been introduced in version 5.5.4 to prevent PHP from interpreting paths which contain special characters. Windows sometimes uses short paths which contain unusual characters. Since PHP/Java Bridge version 6.x we use it on Unix, too. > That's weird. It's hapenning in two different PHP versions, two different > Linux distribution and two different platforms (Intel and OS390-zLinux). I am sorry if this causes problems. But these issues appear as part of the "normal" PHP development process: It's a PHP problem, not a PHP/Java Bridge problem. It might be possible to work around this bug, I think we check the PHP version during startup. Regards, Jost Bökemeier |