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
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
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
> 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
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