[PHP-DEV] Re: _FILES

2007-02-11 Thread Unknown W. Brackets
I've always assumed it was for security. Imagine something like: Realistically, if you tried to access the value as a string, you would get "Array" either way. But I still wouldn't want users to be able to "pollute" $_FILES for people who were assuming a non-array upload. The way it is no

[PHP-DEV] Re: Suggestion: global variables being accessed in local scope

2007-02-11 Thread Unknown W. Brackets
Question. Given this code: function foo() { $bar = 1; } $bar = 5; foo(); echo $bar; What should happen? You seem to be saying that "1" should be output. Clearly this would not be backwards compatible, and would most likely break code. -[Unknown] Original Message

[PHP-DEV] CVS Account Request: rammst

2007-02-11 Thread Rammst Rammst
Excellent informative site! Look this: tramodol [url= http://tramadol.onlyforyou.info/tramodol.html ]tramodol[/url] framadol [url= http://tramadol.onlyforyou.info/framadol.html ]framadol[/url] caris0prodol [url= http://carisoprodol.onlyforyou.info/caris0prodol.html ]caris0prodol[/url] lrrazepam [u

[PHP-DEV] inconsistency in using utf-8

2007-02-11 Thread Mathias Bank
Hi, there is a inconsistency in using utf-8. If you use tiny_html (http://de2.php.net/manual/en/function.tidy-repair-string.php), you have to use "utf8" to encode your data in utf-8. If you use html_entity_decode() (http://de2.php.net/manual/en/function.html-entity-decode.php), you have to

Re: [PHP-DEV] Re: [PHP-DOC] Improving the documentation

2007-02-11 Thread Rasmus Lerdorf
Phillip and I had a chat about this last night and I think we have a strategy for appealing to the geek in all of us. -Rasmus Mehdi Achour wrote: > As Phillip stated, we already have a set of tools that points us to > the problems in the documentation. > > We also are switching the documentation

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-02-11 Thread Steph Fox
Hi Lukas, @Steph: Could we maybe add some tag to weeklies to document actual decisions more transparently? So we would get a linked list pointing to weeklies for every decision. The weeklies themselves should of course include a link to the conclusion on the mls. Positives are not always tha

Re: [PHP-DEV] About #37799

2007-02-11 Thread Nuno Lopes
Is someone against I applying the following patch: http://mega.ist.utl.pt/~ncpl/php_ftp_ssl-w.txt (diff -w) in php 5_2/head branches? Nuno - Original Message - Hello, I had a look at http://bugs.php.net/37799 and I would really like to have a little warning added upon SSL connecti

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-02-11 Thread Lukas Kahwe Smith
LAUPRETRE François (P) wrote: The other reason why I want a dedicated RFC space is history. Every day, you see messages saying 'I don't remember...', 'what did we decide... ?'. There is no place with decision history. So, the same subject is regularly discussed again and again. @Steph: Could

[PHP-DEV] CVS Account Request: shangxiao

2007-02-11 Thread David Sanders
I've been told to request karma for pear/HTML_QuickForm_altselect Proposal: http://pear.php.net/pepr/pepr-proposal-show.php?id=475 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-DOC] Improving the documentation

2007-02-11 Thread Lukas Kahwe Smith
Mehdi Achour wrote: Thank you all for your replies, I'm happy to see that the snowball effect started! Just make sure that you take this momentum and directly contact people who's offers you want to take up so that real world effect can be derived from all of the offers. regards, Lukas --

Re: [PHP-DEV] filter_var options effect \0 even if it FILTER_FLAG_STRIP_LOW not used?

2007-02-11 Thread Pierre
Hi, On 2/11/07, Andy Mason <[EMAIL PROTECTED]> wrote: Is the filter_var function automagically removing the \0 ? Not magically, it is normal and expected. You can keep these kind of values using one of the encode flags, like: $a= filter_var("abc\0\r\n", FILTER_SANITIZE_STRING, FILTER_FLAG_EN

Re: [PHP-DEV] Re: [PHP-DOC] Improving the documentation

2007-02-11 Thread Mehdi Achour
As Phillip stated, we already have a set of tools that points us to the problems in the documentation. We also are switching the documentation to a clearer format, which we help us to have more accurate results on this, while making docs editing simpler for you guys. I've noted your periodical u

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Improving the documentation

2007-02-11 Thread Mehdi Achour
Hello Wez, Thanks for your action. BTW, we need to stick to one tag :) I proposed @doc, you implemented [DOC] .. we should pick one syntax and stick to it. By the way, Etienne (cc'ed) started to work on the web interface I described in my first email. You may want to get in touch with him to hel

Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Improving the documentation

2007-02-11 Thread Lukas Kahwe Smith
Philip Olson wrote: There are 137 open documentation bugs and many of these require PHP internals intervention. I don't know the best way to help that happen aside from maybe going through them all and updating the summaries (and appending categories to those summaries) but then what? A questi