[PHP-DEV] git conversion proposal

2011-10-23 Thread Stas Malyshev
Hi! ESR proposes his help to OSS projects in converting SVN projects to Git: http://esr.ibiblio.org/?p=3839 Just thought it might be interesting. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Maili

Re: [PHP-DEV] Revisit: Traits requiring composing class to implement interface

2011-10-23 Thread Stefan Marr
Hi Anthony: I will not comment on the original question of this thread, but felt obliged to point out some details where my understanding differs from what I understand from your explanation. On 22 Oct 2011, at 07:25, Anthony Ferrara wrote: > Well, I have a few opinions on this that I think a

Re: [PHP-DEV] PHP 5.3.9 and is_a changes

2011-10-23 Thread Clint Byrum
Excerpts from Hannes Magnusson's message of Sat Oct 22 04:03:50 -0700 2011: > On Fri, Oct 21, 2011 at 22:52, Clint Byrum wrote: > > Hi everyone. I'm trying to plan things for Ubuntu's upcoming 12.04 LTS > > release. LTS stands for Long Term Support, and it will be supported by > > Canonical for 5

Re: [PHP-DEV] Revisit: zend_call_method() - n number of arguments

2011-10-23 Thread Nathan Nobbe
On Sun, Oct 23, 2011 at 12:50 AM, Stas Malyshev wrote: > Hi! > > > On 10/22/11 2:36 AM, Nathan Nobbe wrote: > >> Hi, >> >> Another old issue I'd like to rehash with the upcoming release around the >> corner [1]. >> >> I patched 5.4 alpha2 for review [2]. >> > > I think better idea would be to add

Re: [PHP-DEV] fclose(), file_put_contents(), copy() all fail to return false on error

2011-10-23 Thread Tom Boutell
Slightly different - I agree that it's possible stream_close might need to signal a problem, but note that it is not responsible for flushing the output (because stream_flush is automatically called before stream_close). It would go a long, long, long way to at least respect the return value of st

RE: [PHP-DEV] fclose(), file_put_contents(), copy() all fail to return false on error

2011-10-23 Thread Jared Williams
Raised this 5 years ago.. http://marc.info/?l=php-internals&m=113998880315574&w=2 Jared > -Original Message- > From: Tom Boutell [mailto:t...@punkave.com] > Sent: 21 October 2011 20:40 > To: PHP Internals > Subject: [PHP-DEV] fclose(), file_put_contents(), copy() all > fail to retur