[PHP-DEV] Debugging internal array corruption

2011-12-21 Thread Steve Hanselman
Hi all, Looking for a pointer on internals layout. I've an issue whereby php is seg faulting during a print_r, I can see that the corruption has already occurred in the hash at the start of the print_r, so now I want to set a breakpoint at the point that an entry is added to an array (so I ca

[PHP-DEV] str_getcsv

2008-10-20 Thread Steve Hanselman
Can anybody suggest a reason why this has never moved from main to php_5_2 or php_5_3? It was added to MAIN in dec '06 Steve The information contained in this email is intended for the personal and confidential use of the addressee only. It may also be privileged information. If you are not

RE: [PHP-DEV] str_getcsv

2008-10-20 Thread Steve Hanselman
e disclaimer! Steve From: Hannes Magnusson [mailto:[EMAIL PROTECTED] Sent: Mon 20/10/2008 9:46 To: Steve Hanselman Cc: internals@lists.php.net Subject: Re: [PHP-DEV] str_getcsv On Mon, Oct 20, 2008 at 22:43, Steve Hanselman <[EMAIL PROTECTED]> wrote: > Can anybody suggest a re

RE: [PHP-DEV] str_getcsv

2008-10-21 Thread Steve Hanselman
> The "main" branch? PHP_5_X are the "stable" branches, "HEAD" is the > development branch (at least in theory ...) So stuff is added to HEAD > and merged bacxk when it's stable enough and need (and somebody cares) > > +1 from me, though... > > johannes Now, if we could work the phrase "namespaces

[PHP-DEV] zip stream looping issue

2013-01-03 Thread Steve Hanselman
Before I look into this further, can someone confirm that fopen on a zip stream should return something other than a null? I've a zip called test.zip which contains 5 files, a.txt,b.txt,c.txt,d.txt and yes, e.txt The zip is valid and can be unzipped using unzip on linux. Running the follow