[PHP-DEV] Re: [VOTE] Argon2id in Password Hash

2018-06-19 Thread Charles Portwood
Hi Christoph, Yes, https://github.com/php/php-src/pull/3311 is the correct merge request. --- Charles R. Portwood II On Jun 19, 2018, 10:28 AM -0500, Christoph M. Becker , wrote: > On 19.06.2018 at 17:12, Charles Portwood wrote: > > > The RFC has been accepted 17-0 in favor of ad

[PHP-DEV] Re: [VOTE] Argon2id in Password Hash

2018-06-19 Thread Charles Portwood
Hello Internals, The RFC has been accepted 17-0 in favor of adding this to PHP 7.3. A merge request with the implementation is available at  https://github.com/php/php-src/pull/1997 for review and merging into 7.3 when ready. Thanks, --- Charles R. Portwood II On Jun 6, 2018, 5:54 PM -0500

[PHP-DEV] [VOTE] Argon2id in Password Hash

2018-06-06 Thread Charles R. Portwood II
Hello Internals, The RFC for including Argon2id in password_* functions is now open for a vote. The RFC is available at https://wiki.php.net/rfc/argon2_password_hash_enhancements. Voting will be open until June 18th, 2018. Thank you. --- Charles R. Portwood II

[PHP-DEV] Re: [RFC][DISCUSSION] Argon2id in Password Hash

2018-05-22 Thread Charles R. Portwood II
On Feb 5, 2018, 9:43 AM -0600, Charles R. Portwood II , wrote: > Hello Internals, > > I would like to propose adding Argon2id to the password_* functions in PHP > 7.3. > > An RFC[1] has been prepared which covers implementation details, and some > common questions &

[PHP-DEV] [RFC][DISCUSSION] Argon2id in Password Hash

2018-02-05 Thread Charles R. Portwood II
ttps://wiki.php.net/rfc/argon2_password_hash_enhancements [2]: https://github.com/php/php-src/compare/master... charlesportwoodii:argon2_password_hash_enhancements?expand=1 --- Charles R. Portwood II

[PHP-DEV] Re: [RFC][VOTE]: Argon2 Password Hash (Reopened)

2016-09-08 Thread Charles R. Portwood II
On Thu, Sep 8, 2016 at 10:09 AM, Christoph M. Becker wrote: > On 08.09.2016 at 16:26, Charles R. Portwood II wrote: > > > On Wed, Aug 24, 2016 at 10:49 AM, Charles R. Portwood II wrote: > > > >> The RFC for introducing Argon2 as an alternative hashing algorit

[PHP-DEV] Re: [RFC][VOTE]: Argon2 Password Hash (Reopened)

2016-09-08 Thread Charles R. Portwood II
On Wed, Aug 24, 2016 at 10:49 AM, Charles R. Portwood II wrote: > Hello, > > The RFC for introducing Argon2 as an alternative hashing algorithm for the > password_* functions is now re-open. The RFC is available at > https://wiki.php.net/rfc/argon2_password_hash > > > >

[PHP-DEV] Re: [RFC][VOTE]: Argon2 Password Hash (Reopened)

2016-09-07 Thread Charles R. Portwood II
On Wed, Aug 24, 2016 at 10:49 AM, Charles R. Portwood II wrote: > Hello, > > The RFC for introducing Argon2 as an alternative hashing algorithm for the > password_* functions is now re-open. The RFC is available at > https://wiki.php.net/rfc/argon2_password_hash > . > > V

[PHP-DEV] [RFC][VOTE]: Argon2 Password Hash (Reopened)

2016-08-24 Thread Charles R. Portwood II
previously voted you will need to vote again, as the original vote was closed shortly after opening due to an issue with the original RFC language. Thanks! *Charles R. Portwood II*

Re: [PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash

2016-08-17 Thread Charles R. Portwood II
On Sat, Aug 6, 2016 at 12:55 PM, Charles R. Portwood II < charlesportwoo...@erianna.com> wrote: > > > I think there's a bunch of ways we can tweak this. As there's no "bad" > values for any of these cost factors per the spec, it may just be easy to > se

[PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash

2016-08-08 Thread Charles R. Portwood II
o verify Argon2 hashes created with a hash key and associated data without changing the PHP API for that function. *Charles R. Portwood II*

Re: [PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash

2016-08-06 Thread Charles R. Portwood II
On Sat, Aug 6, 2016 at 11:37 AM, Lauri Kenttä wrote: > On 2016-08-06 17:47, Charles R. Portwood II wrote: > >> Absolutely. What are your thoughts on the following cost factors? >> >> time_cost = 3 >> memory_cost = 12 >> threads = 1 >> >> The refe

Re: [PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash

2016-08-06 Thread Charles R. Portwood II
On Sat, Aug 6, 2016 at 6:09 AM, Niklas Keller wrote: > 2016-08-05 22:51 GMT+02:00 Lauri Kenttä : > >> On 2016-08-05 21:20, Charles R. Portwood II wrote: >> >>> On Fri, Aug 5, 2016 at 12:12 PM, Tom Worster wrote: >>> >>>> >>>> I can u

Re: [PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash

2016-08-05 Thread Charles R. Portwood II
On Fri, Aug 5, 2016 at 12:12 PM, Tom Worster wrote: > > I can understand an argument that it's too much to expect a user to > provide an options array when using Argon2. But I don't understand how my > suggestion breaks BC. In my idea, a future RFC would propose default cost > constants. Changing

Re: [PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash

2016-08-05 Thread Charles R. Portwood II
hind not providing defaults. A separate RFC would be needed for 7.4 to make PASSWORD_ARGON2I = PASSWORD_DEFAULT). If the supplied constants need to be changed for that, I think that would be the time to do so. I think for now something needs to be provided to ensure the password_hash API doesn'

[PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash

2016-08-05 Thread Charles R. Portwood II
On Fri, Aug 5, 2016 at 9:49 AM, Charles R. Portwood II < charlesportwoo...@erianna.com> wrote: > On Fri, Aug 5, 2016 at 9:19 AM, Tom Worster wrote: > >> On 8/5/16 8:47 AM, Charles R. Portwood II wrote: >> >> The RFC is available at: https://wiki.ph

[PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash

2016-08-05 Thread Charles R. Portwood II
On Fri, Aug 5, 2016 at 9:19 AM, Tom Worster wrote: > On 8/5/16 8:47 AM, Charles R. Portwood II wrote: > > The RFC is available at: https://wiki.php.net/rfc/argon2_password_hash >> >> . >> > > Hi Charles, > > Thanks for doing this. I'm glad Argon2

[PHP-DEV] [RFC][DISCUSSION] Argon2 Password Hash

2016-08-05 Thread Charles R. Portwood II
ly to discuss the matter on Monday, and for your feedback on these changes. *Charles R. Portwood II*

Re: [PHP-DEV] [RFC][VOTE]: Argon2 Password Hash

2016-08-01 Thread Charles R. Portwood II
On Mon, Aug 1, 2016 at 3:27 PM, Charles R. Portwood II < charlesportwoo...@erianna.com> wrote: > On Mon, Aug 1, 2016 at 3:16 PM, Davey Shafik wrote: > >> On Mon, Aug 1, 2016 at 1:13 PM, Charles R. Portwood II < >> charlesportwoo...@erianna.com> wrote: >> &g

Re: [PHP-DEV] [RFC][VOTE]: Argon2 Password Hash

2016-08-01 Thread Charles R. Portwood II
On Mon, Aug 1, 2016 at 2:41 PM, Davey Shafik wrote: > On Mon, Aug 1, 2016 at 12:35 PM, Davey Shafik wrote: > >> On Mon, Aug 1, 2016 at 10:46 AM, Charles R. Portwood II < >> charlesportwoo...@erianna.com> wrote: >> >>> Hello, >>>> >>>&g

[PHP-DEV] [RFC][VOTE]: Argon2 Password Hash

2016-08-01 Thread Charles R. Portwood II
those need to be adjusted please let me know. Thanks! *Charles R. Portwood II*

[PHP-DEV] [RFC][DISCISSION]: Argon2 in Password Hash

2016-07-18 Thread Charles R. Portwood II
Hello Internals, I'd like to propose the implementation of the Argon2 hashing library into the password_* functions, and would like to open this RFC to further discussion. RFC: https://wiki.php.net/rfc/argon2_password_hash Thank you, *Charles R. Portwood II*

Re: [PHP-DEV] Request for wiki karma

2016-07-10 Thread Charles R. Portwood II
; > On Sun, Jul 10, 2016 at 1:24 AM, Pierre Joye wrote: > >> >> On Jul 10, 2016 2:38 AM, "Charles R. Portwood II" < >> charlesportwoo...@erianna.com> wrote: >> > >> > Hello Internals, >> > >> > I'd like to improve th

[PHP-DEV] Request for wiki karma

2016-07-09 Thread Charles R. Portwood II
password_* functions. I would handle implementation of this enhancement, and would like to gather your feedback before formally proposing an RFC. My wiki username is: charlesportwoodii Thank you! *Charles R. Portwood II* [1] <https://github.com/P-H-C/phc-winner-argon2> [2] <https://passwo

[PHP-DEV] SplFileObject::__toString potentially returns false

2013-02-04 Thread Charles Sprayberry
There was a previous discussion on the return value of SplFileObject::__toString being an alias to SplFileObject::current() but that was about the design decision why and not really suggesting any kind of change or a technical error. In the discussion it was established that: (1) Changing this wou

Re: [PHP-DEV] echo new SplFileObject(__FILE__);

2013-01-29 Thread Charles PHP
This feels like a bug to me. Why would SplFileObject::__toString return the current line while SplFileInfo::__toString returns file path? On Tue, Jan 29, 2013 at 5:51 PM, Ferenc Kovacs wrote: > On Tue, Jan 29, 2013 at 11:29 PM, hakre wrote: > > > Can somebody shed some light why: > > > >

[PHP-DEV] Re: [PATCH] Implementation of #35638 [include update timestamp in imapoverview data]

2010-04-13 Thread Charles Duffy
This patch has been awaiting review for over a month. Is there anything I can do to help hurry things along? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] Implementation of #35638 [include update timestamp in imap overview data]

2010-03-09 Thread Charles Duffy
imap_fetch_overview() presently does not include any information on when the remote store has last been updated. Not having this information can force IMAP clients to make more requests than should strictly be necessary, and a ticket requesting it has been open since 2006. (As an aside -- my em

[PHP-DEV] New function: pg_get_socket

2009-01-24 Thread Charles
(); usage: $db=pg_connect(...); $db_socket = pg_get_socket($db); pg_send_query("select 1,pg_sleep(3)"); stream_select($db_socket, ...); pg_get_result($db); feature was requested Jan 2005 on the pg_get_result page of the main English manual. -Charles diff -c pgsql_old/php_pgsql.h pgsql/p

[PHP-DEV] CVS Account Request: cbrunet

2008-05-03 Thread Charles Brunet
submit and maintain packages on PEAR (I have HTML_Entities finished, and File_Sitemap proposed) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Wow..Mens Love This

2008-01-29 Thread Randal Charles
VOur team of Sci my enti xze sts spent years developing a pr wv od vfw uct that will safely and effe wkg ctiv fp ely add le odn ng dx th, wi ty dt pzr h, and st umo ren nu gth to any man's p bof en gfo is. The work has created a pr mz od mw uct that has been shown to sig st nifi av can ev tly in

[PHP-DEV] CVS Account Request: c01234

2007-10-25 Thread Charles Woodcock
Contributing to PEAR package 'Date' -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] big reference bug in (at least) PHP 5.0.5

2005-09-16 Thread Matthew Charles Kavanagh
Ron Korving wrote: >The last item in the array is replaced, not by the first one of the second >foreach, but by the item before the last item. That just doesn't make sense >at all. > > This is where you're going wrong (and where I was going wrong in thinking about this before Antony's message).

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Matthew Charles Kavanagh
Enjoy your presumptions, I'm sure they're great fun at parties. Robert Cummings wrote: > Also, >quite probably unlike you, many of us programmer try to make our code >perfectly clean from notices and warnings > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: h

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Matthew Charles Kavanagh
Either way, I really don't think it's worth any fuss. It's just a notice, and whether it is there or not shouldn't really matter that much. This doesn't deserve all the attention it's been getting on this list. Robert Cummings wrote: >My soul didn't curdle and fall out of my ears before the notic

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Matthew Charles Kavanagh
It's a notice. Your soul won't curdle and fall out of your ears just because your code produces a notice which you can easily prevent from being output. Robert Cummings wrote: >I think the reference notice stuff is a bit ridiculous. I mean I can >understand the concern behind: > >function &fo

Re: [PHP-DEV] Bringing the 'include' discussion to an end

2005-06-30 Thread Matthew Charles Kavanagh
I can't say I'm quite sure why anyone is continuing to argue against something that's already been denied, especially in a thread about ending the argument. David Zülke wrote: Fookin' Jaysus man. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.

Re: [PHP-DEV] dl() shutdown bug fix

2005-03-06 Thread Matthew Charles Kavanagh
Jacques Marneweck wrote: I think the mailling lists strip attachments? Attaching a file to this message to test the theory. For the list of people who've put work into PHP, please see http://www.php.net/credits.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt

Re: [PHP-DEV] PHP 5.0.3 losing $this

2005-03-05 Thread Matthew Charles Kavanagh
Yermo Lamers wrote: I've not had alot of luck with reporting bugs through the bug tracker; For instance see http://bugs.php.net/31508 where the guy claims PHP can't do recursion without crashing ... Ummm? To be fair, he is correct in what he says; PHP cannot do recursion beyond a certain level,

Re: [PHP-DEV] Encryption Routines and PHP 5.1+

2005-03-04 Thread Matthew Charles Kavanagh
Christian Schneider wrote: Matthew Charles Kavanagh wrote: Perhaps you're not seeing my point, or perhaps you don't care about users? I speak as a developer, not as some guy with a crap webhost, and So according to you every single extension should be put bundled and installed by d

Re: [PHP-DEV] Encryption Routines and PHP 5.1+

2005-03-04 Thread Matthew Charles Kavanagh
Derick Rethans wrote: On Fri, 4 Mar 2005, Matthew Charles Kavanagh wrote: The issue in my mind is one of portability. It would be nice, as a developer working in PHP, to be able to rely on functionality like encryption (and other unrelated goodies) being available on Joe User's $5/month we

Re: [PHP-DEV] Encryption Routines and PHP 5.1+

2005-03-04 Thread Matthew Charles Kavanagh
(earlier message, sending to list) Derick Rethans wrote: This is definitely not planned - we rather not bundle any library, and definitely not an LGPL library. Reinventing the wheel by providing encryption routines in PHP does not make sense really. PHP is meant to be a glue to provide access to li

Re: [PHP-DEV] PHP 5.1

2005-02-06 Thread Matthew Charles Kavanagh
David Zülke wrote: Guys, I'm sure I'll annoy the heck out of some on this list, but there's still the question whether PHP should prevent any case of dumbness on the developer side. Whatever we do, some developers out there will be way more idiotic than we can ever imagine. And if any company chose