Re: [PHP-CVS] cvs: php4 /ext/standard proc_open.c /main php_variables.c

2003-03-24 Thread Jani Taskinen
I guess it's better be broken in PHP 5. :) So forget the MFH.. --Jani On Mon, 24 Mar 2003, Shane Caraveo wrote: >This changes behaviour and could break BC if people have written >work-arounds into their scripts for this (ie removing slashes), which is >why I did not MFH.

Re: [PHP-CVS] cvs: php4 /ext/standard proc_open.c /main php_variables.c

2003-03-24 Thread Shane Caraveo
This changes behaviour and could break BC if people have written work-arounds into their scripts for this (ie removing slashes), which is why I did not MFH. On the other hand, it is the correct behaviour, and in the vast majority of cases it will only be win32 that is effected. The primary rea

Re: [PHP-CVS] cvs: php4 /ext/standard proc_open.c /main php_variables.c

2003-03-24 Thread Jani Taskinen
MFH? --Jani On Sun, 23 Mar 2003, Shane Caraveo wrote: >shane Sun Mar 23 14:30:31 2003 EDT > > Modified files: >/php4/main php_variables.c >/php4/ext/standard proc_open.c > Log: > The environment should *never* be magic quoted. > > >Inde