Re: [PHP-DEV] Streams constify API change in master leads to compilation warning for extensions

2013-10-02 Thread William Bartlett
the extensions to not emit warnings? I would be concerned if there were compilation errors rather than warnings. -- William Bartlett College of Engineering | Cornell University '14 240-432-5189 On Wed, Oct 2, 2013 at 2:41 PM, Jakub Zelenka bu...@php.net wrote: Hi, I was wondering why stream API has

Re: [PHP-DEV] [VOTE] Change crypt() behavior w/o salt

2013-09-24 Thread William Bartlett
I think BC (like requiring salt) are unnecessary given that password_* functions already exist with salt enabled by default. But an E_NOTICE isn't a bad idea. -- William Bartlett College of Engineering | Cornell University '14 240-432-5189 On Mon, Sep 23, 2013 at 10:47 PM, Pierre Joye pierre

Re: [PHP-DEV] Re: Allowing is_* functions to accept multiple parameters

2013-09-18 Thread William Bartlett
be weird for that behavior to suddenly crop up. users who want lazy evaluation can write it the traditional way (with ). PS - hi, this is my first post on php-internals though i've been reading for like a month. -Will Bartett -- William Bartlett College of Engineering | Cornell University '14 240-432