Re: [PHP-DEV] Request: Prevention of FPD in Fatal/Parse/Other Errors

2016-07-07 Thread Niklas Keller
Ted Phillips schrieb am Do., 7. Juli 2016, 21:37: > Right, so I think the only issue would be when we hide the path to {main} > and anything relative to that. The trade-off would be that the developer > will need to be familiar with his/her own directory structure. After > thinking about it some

RE: [PHP-DEV] Request: Prevention of FPD in Fatal/Parse/Other Errors

2016-07-07 Thread Ted Phillips
Right, so I think the only issue would be when we hide the path to {main} and anything relative to that. The trade-off would be that the developer will need to be familiar with his/her own directory structure. After thinking about it some more, there is the possibility that there are multiple sc

Re: [PHP-DEV] Request: Prevention of FPD in Fatal/Parse/Other Errors

2016-07-04 Thread Rowan Collins
Hi Ted, On 30/06/2016 17:17, Ted Phillips wrote: - Include a new ini directive for fpd_prevention, defaulting to On or a string for replacement, like the ever-popular [path] [...] - Automatically register the containing path of PHP_SELF at initialization. This will deal will fatal errors occ