[PHP-DEV] Separation anxiety

2007-01-04 Thread Edsko de Vries
Hi, In her excellent book, Sara Golemon describes how PHP's refcount/is_ref mechanism works, and the situations in which this leads to problems (section separation anxiety). One of the examples is $a = 1; $b = $a; $c = $a; Since $a is a real reference, $c cannot be made a copy-on-write

[PHP-DEV] CVS Account Request: joeaccord

2007-01-04 Thread Jaroslaw Glowacki
My name is Jaroslaw Glowacki. I would like translate PHP documentation to my nationality Polish language and get CVS account. I have already translated many articles from http://en.wikipedia.org to http://pl.wikipedia.org about databases, macromedia(adobe) flash. I have compiled already PHP

Re: [PHP-DEV] The new printf implementation

2007-01-04 Thread Matt Wilmas
Hi Andrei, No, not really... :-) I agree with what you said. Even in non-Unicode mode or 5.2, it doesn't seem like making things locale aware which weren't before is a good idea (3rd party code that's relying on behavior, etc. which I think was mentioned elsewhere). Matt - Original

Re: [PHP-DEV] The new printf implementation

2007-01-04 Thread Andrei Zmievski
So we should remove locale-awareness then? -Andrei On Jan 4, 2007, at 5:15 AM, Matt Wilmas wrote: Hi Andrei, No, not really... :-) I agree with what you said. Even in non-Unicode mode or 5.2, it doesn't seem like making things locale aware which weren't before is a good idea (3rd party

[PHP-DEV] PHP 5.2.1RC2 Released

2007-01-04 Thread Ilia Alshanetsky
The 2nd release candidate for PHP 5.2.1 is now available for download. The tarballs can be found here: http://downloads.php.net/ilia/php-5.2.1RC2.tar.bz2 (cc6024531e3d4058e32cf740e2fe535f) http://downloads.php.net/ilia/php-5.2.1RC2.tar.gz (3f89c31687762a39f1360b380dd315b4) and the Win32

[PHP-DEV] PHP 5.2.1RC2 Released

2007-01-04 Thread Ilia Alshanetsky
The 2nd release candidate for PHP 5.2.1 is now available for download. The tarballs can be found here: http://downloads.php.net/ilia/php-5.2.1RC2.tar.bz2 (cc6024531e3d4058e32cf740e2fe535f) http://downloads.php.net/ilia/php-5.2.1RC2.tar.gz (3f89c31687762a39f1360b380dd315b4) and the Win32

Re: [PHP-DEV] PHP 5.2.1RC2 Released

2007-01-04 Thread Edin Kadribasic
The windows build can be downloaded from: http://downloads.php.net/edink/php-5.2.1RC2-Win32.zip (aaabe7eda5cef1be6f9c51c621fbbfd3) http://downloads.php.net/edink/pecl-5.2.1RC2-Win32.zip (6f97b2365bfa56874801fa5053d387e0) http://downloads.php.net/edink/php-debug-pack-5.2.1RC2-Win32.zip

[PHP-DEV] [PATCH] New functions: array_key_index(), array_first(), array_last()

2007-01-04 Thread John Bafford
Hello, Attached is a patch and corresponding test file I would like to submit for inclusion in PHP. I would like this patch to be included in PHP 5.2.1, as it is entirely new code (and thus shouldn't cause regressions), but as RC2 was just released earlier today, I understand if it must

[PHP-DEV] Re: [PATCH] New functions: array_key_index(), array_first(), array_last()

2007-01-04 Thread Sara Golemon
Attached is a patch and corresponding test file I would like to submit for inclusion in PHP. I would like this patch to be included in PHP 5.2.1, as it is entirely new code (and thus shouldn't cause regressions), but as RC2 was just released earlier today, I understand if it must wait until PHP