[VOTE] [RFC] Slim POST data

php.internals

Mike

12 years ago
I opened the vote on the "Slim POST data" RFC: https://wiki.php.net/rfc/slim_post_data#vote Voting will end Tuesday, December 17th 2013.
-- Regards, Mike

Christopher Jones

12 years ago
On 12/10/13 7:40 AM, Mike wrote:
> I opened the vote on the "Slim POST data" RFC: > https://wiki.php.net/rfc/slim_post_data#vote > > Voting will end Tuesday, December 17th 2013. >
Mike, Is this really ready for voting? The RFC doesn't look too complete, IMHO. For example, the section "SAPIs Impacted" just contains the text "Web-SAPIs." Which ones have you identified? How are they affected? The RFC needs to be complete enough that an outsider can understand the implications. Another example: the RFC doesn't distinguish between internal default INI settings and php.ini-* values, not even to mention if they are to be kept in sync. Chris
-- christopher.jones@oracle.com http://twitter.com/ghrd Free PHP & Oracle book: http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html

Mike

12 years ago
On Dec 10, 2013 6:38 PM, "Christopher Jones" <christopher.jones@oracle.com> wrote:
> The RFC doesn't look too complete, IMHO.
Well, probably, because I don't even know why I had to write an RFC for this kind of stuff.
> For example, the section > "SAPIs Impacted" just contains the text "Web-SAPIs." Which ones have > you identified? How are they affected?
None are affected in a direct way. It's just that POST data will probably only exist with web SAPIs or to be more explicit, SAPIs providing a read_post handler. Actually, no web SAPI had to be changed, just the CLI server hack needed attention.
> The RFC needs to be complete > enough that an outsider can understand the implications.
How about there are not many implications? Did you notice the BC recovering userland code? There's really not much about it. I'm very bad with talking much about nothing...
> Another example: the RFC doesn't distinguish between internal default > INI settings and php.ini-* values, not even to mention if they are to > be kept in sync.
### From "Changes to PHP-5.6": * Change always_populate_raw_post_data INI setting to accept three values instead of two. * -1: The behavior of master; don't ever populate $GLOBALS[HTTP_RAW_POST_DATA] * 0/off/whatever: BC behavior * 1/on/yes/true: BC behavior INI-default was not touched, I just changed the *commented* value in php.ini to -1, the value providing future proof behavior. ### From "Backward Incompatible Changes to master": $HTTP_RAW_POST_DATA and always_populate_raw_post_data were removed. Nothing more to add here, or is removed non-obvious? Cheers, Mike, who would have loved to talk about all that nearly *three* months ago.

Mike

12 years ago
On Tue, 2013-12-10 at 16:40 +0100, Mike wrote:
> I opened the vote on the "Slim POST data" RFC: > https://wiki.php.net/rfc/slim_post_data#vote > > Voting will end Tuesday, December 17th 2013. >
One day left, so keep your yays or nays coming. A big "thank you" to the web team for the (visual) upgrade of the wiki, that is higly appreciated!
-- Regards, Mike

Tjerk Meesters

12 years ago
On Mon, Dec 16, 2013 at 4:55 PM, Mike <mike.php.net@gmail.com> wrote:
> On Tue, 2013-12-10 at 16:40 +0100, Mike wrote: > > I opened the vote on the "Slim POST data" RFC: > > https://wiki.php.net/rfc/slim_post_data#vote > > > > Voting will end Tuesday, December 17th 2013. > > > > One day left, so keep your yays or nays coming. > > A big "thank you" to the web team for the (visual) upgrade of the wiki, > that is higly appreciated! >
Except that the edit and delete icons are broken ;-) https://wiki.php.net/lib/images/pencil.png https://wiki.php.net/lib/images/del.png
> > -- > Regards, > Mike > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
-- -- Tjerk

Mike

12 years ago
On Mon, 2013-12-16 at 17:11 +0800, Tjerk Meesters wrote:
> > > > On Mon, Dec 16, 2013 at 4:55 PM, Mike <mike.php.net@gmail.com> wrote: > On Tue, 2013-12-10 at 16:40 +0100, Mike wrote: > > I opened the vote on the "Slim POST data" RFC: > > https://wiki.php.net/rfc/slim_post_data#vote > > > > Voting will end Tuesday, December 17th 2013. > > > > > One day left, so keep your yays or nays coming. > > A big "thank you" to the web team for the (visual) upgrade of > the wiki, > that is higly appreciated! > > > Except that the edit and delete icons are broken ;-) > > > https://wiki.php.net/lib/images/pencil.png > https://wiki.php.net/lib/images/del.png >
Not sure, I can follow... I apparently don't have any 404s browsing around and clicking the edit symbol?
-- Regards, Mike

Ferenc Kovacs

12 years ago
On Mon, Dec 16, 2013 at 11:01 AM, Mike <mike.php.net@gmail.com> wrote:
> On Mon, 2013-12-16 at 17:11 +0800, Tjerk Meesters wrote: > > > > > > > > On Mon, Dec 16, 2013 at 4:55 PM, Mike <mike.php.net@gmail.com> wrote: > > On Tue, 2013-12-10 at 16:40 +0100, Mike wrote: > > > I opened the vote on the "Slim POST data" RFC: > > > https://wiki.php.net/rfc/slim_post_data#vote > > > > > > Voting will end Tuesday, December 17th 2013. > > > > > > > > > One day left, so keep your yays or nays coming. > > > > A big "thank you" to the web team for the (visual) upgrade of > > the wiki, > > that is higly appreciated! > > > > > > Except that the edit and delete icons are broken ;-) > > > > > > https://wiki.php.net/lib/images/pencil.png > > https://wiki.php.net/lib/images/del.png > > > > Not sure, I can follow... I apparently don't have any 404s browsing > around and clicking the edit symbol? > > -- > Regards, > Mike > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
it seems Hannes removed those files when upgrading the wiki the other day. I've put back the missing icons: http://git.php.net/?p=web/wiki.git;a=commit;h=5226c7ce6acdc64a4f0f7a16a33d531be08702d3
-- Ferenc Kovács @Tyr43l - http://tyrael.hu

Mike

12 years ago
Hi! I closed the poll a munite ago. https://wiki.php.net/rfc/slim_post_data#vote Result: 17 yay, nil nay. Thank you.
-- Regards, Mike