[PHP-DEV] Re: RE : Extending include path to support stream wrappers

2006-07-14 Thread bertrand Gugger
Greg Beaver wrote: There may be a language barrier issue here, as I see you are in France and I am not in France and we are speaking English. Don't use that I don't blame you (or anyone) for not knowing things about phar that are not available (documentation, etc.), all I was saying is that the

[PHP-DEV] Re: RE : Extending include path to support stream wrappers

2006-07-14 Thread Greg Beaver
LAUPRETRE François (P) wrote: > Greg Beaver wrote : > > >>Allowing stream wrappers in include_path will open a potentially gigantic >>security hole, making sure that it is closed will be a huge challenge, and >>introduce a bit of overhead. > > > I don't understand where the security hole would

Re: [PHP-DEV] E_STRICT

2006-07-14 Thread Greg Beaver
Sean Coates wrote: > Ilia Alshanetsky wrote: > >>Why not just define your own custom error handler and have it filter out >>the error messages that you don't want to see... To me this would seem >>like a easier approach, i would be against adding a in-language filter >>for this. > > > Inability

Re: [PHP-DEV] Re: Tiny pathinfo() patch

2006-07-14 Thread Tobias Schlitt
On 07/14/2006 10:09 PM Christian Schneider wrote: > Tobias Schlitt wrote: >> using string manipulation, I now patched pathinfo() to provide the >> filename without extension per default with key "filename". >> >> Find the patch here: http://schlitt.info/misc/pathinfo.patch > If the patch is consi

[PHP-DEV] Re: Tiny pathinfo() patch

2006-07-14 Thread Christian Schneider
Tobias Schlitt wrote: using string manipulation, I now patched pathinfo() to provide the filename without extension per default with key "filename". Find the patch here: http://schlitt.info/misc/pathinfo.patch If the patch is considered then I would propose to also return the key "filename" i

[PHP-DEV] Tiny pathinfo() patch

2006-07-14 Thread Tobias Schlitt
Hi all! It occured several times in the past weeks, where I needed the filename without extension as well as the file extension extracted from a pathname. Since first calling pathinfo() and then basename() again, or using string manipulation, I now patched pathinfo() to provide the filename withou

[PHP-DEV] CVS Account Request: syra

2006-07-14 Thread as_syra83 ariffin
no account -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] E_STRICT

2006-07-14 Thread Sean Coates
Ilia Alshanetsky wrote: > Why not just define your own custom error handler and have it filter out > the error messages that you don't want to see... To me this would seem > like a easier approach, i would be against adding a in-language filter > for this. Inability to easily determine which error

Re: [PHP-DEV] FW: Help needed in benchmarking memory patch

2006-07-14 Thread Michael Vergoz
Will you able to test it? Of course ! ;) Michael -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FW: Help needed in benchmarking memory patch

2006-07-14 Thread Michael Vergoz
Salut Dmitry, Thank you for your confirmation. I also have a remark about the last_error_message i don't understand why it should live between request ? In fact it's possible that my patch wasn't very good but it's necesary to free the buffer in other place which will be executed at the end of

[PHP-DEV] [PATCH] array_fill_keys

2006-07-14 Thread Matt W
Hi, Here's a patch to add the array_fill_keys() function instead of extending array_fill(). I left the bit of cleanup/tweaks I had done to array_fill. Can someone please review and let me know if anything needs changing? I have a feeling something will still be wrong it -- works fine, but with r