Re: [PHP-DEV] Re: Re: PHP Crypt functions - security audit

2013-09-21 Thread Nikita Popov
On Sat, Sep 21, 2013 at 10:18 PM, Daniel Lowrey wrote: > Hello security-conscious internals people! > > I've got (what believe to be) a pretty good working solution for the > problem of insecure-by-default stream encryption. I need to do some more > thorough testing before pushing it upstream to

[PHP-DEV] Re: Re: PHP Crypt functions - security audit

2013-09-21 Thread Daniel Lowrey
Honestly that didn't even occur to me. I'd *much* rather kill the additional functions like you suggest. As long as I am not forced to use a PHP.ini to run I'm happy. ini_set() works fine for this and unless someone has a compelling reason not to I'll nix the functions. On Saturday, September 21,

Re: [PHP-DEV] Re: Re: PHP Crypt functions - security audit

2013-09-21 Thread Daniel Lowrey
Hello security-conscious internals people! I've got (what believe to be) a pretty good working solution for the problem of insecure-by-default stream encryption. I need to do some more thorough testing before pushing it upstream to a public fork but here's the quick and dirty: --- Summary --- -

Re: [PHP-DEV] Re: Performance update involving zval containers. Why not possible?

2013-09-21 Thread Johannes Schlüter
On Fri, 2013-09-20 at 17:01 +0200, ruben wrote: > >> I found out some cases where I think that some Variable Containers > >> copies could be skipped, thus saving memory and improving performance > >> relying in the copy-on-write principle. I wrote a PDF trying to explain > >> what I mean. It is not

Re: [PHP-DEV] Re: Performance update involving zval containers. Whynot possible?

2013-09-21 Thread ruben
Paul Taulborg wrote: On Fri, Sep 20, 2013 at 10:01 AM, ruben wrote: Pascal Chevrel wrote: Le 20/09/2013 14:06, ruben a écrit : Hi, first of all I want to say that I am just a newbie in PHP. I am switching to PHP from other languages and I am exploring how PHP manages references. To do tha

[PHP-DEV] Re: Question on XMLReader

2013-09-21 Thread David Soria Parra
John Stokes schrieb: > I'm working on documenting the XMLReader and XMLWriter classes. Is there > someone on the list that can answer some questions about the details of > how XMLReader works? Please don't ask to ask. Sent a mail to this list or to the php.doc mailinglist and just ask your quest

Re: [PHP-DEV] Re: Performance update involving zval containers. Why not possible?

2013-09-21 Thread Paul Taulborg
On Fri, Sep 20, 2013 at 10:01 AM, ruben wrote: > Pascal Chevrel wrote: > >> Le 20/09/2013 14:06, ruben a écrit : >> >>> Hi, >>> >>> first of all I want to say that I am just a newbie in PHP. I am >>> switching to PHP from other languages and I am exploring how PHP manages >>> references. To do th

AW: [PHP-DEV] [RFC] Keywords as identifiers

2013-09-21 Thread Frank Liepert
> Hi! > > This is the (official) RFC thread for the patch proposed in > http://php.markmail.org/message/7rn4mbwkbytqa3ig > > https://wiki.php.net/rfc/keywords_as_identifiers > > Any feedback about the RFC or the implementation? There is still an open request, see https://bugs.php.net/bug.php?id

[PHP-DEV] Question on XMLReader

2013-09-21 Thread John Stokes
I'm working on documenting the XMLReader and XMLWriter classes. Is there someone on the list that can answer some questions about the details of how XMLReader works? Thanks. -John -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php