[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 16:45:03 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c Log: Fix #48224 (Remove incorrect shuffle) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1496&r2=1.2027.2.547.2.1497&di

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2009-02-13 Thread Andrei Zmievski
andrei Fri Feb 13 22:26:47 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-srcNEWS Log: Revert bogus fix for #47370. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.64&r2=1.308.2.21.2.65&

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug46873.phpt

2008-12-26 Thread Arnaud Le Blanc
lbarnaudSat Dec 27 03:07:46 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug46873.phpt Modified files: /php-src/ext/standard array.c /php-srcNEWS Log: MFH: Fixed bug #46873 (extract($foo)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array array_unique_error.phpt array_unique_variation1.phpt array_unique_variation2.phpt array_unique_variation6.phpt

2008-12-12 Thread Andrei Zmievski
andrei Sat Dec 13 00:38:31 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_unique_error.phpt array_unique_variation1.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array extract_variation10.phpt extract_variation11.phpt

2008-11-25 Thread Arnaud Le Blanc
lbarnaudWed Nov 26 01:00:37 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array extract_variation10.phpt extract_variation11.phpt Modified files: /php-src/ext/standard

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug45312.phpt

2008-06-19 Thread Dmitry Stogov
dmitry Thu Jun 19 12:09:22 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug45312.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #45312 (Segmentation fault on seco

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug42177.phpt

2008-03-12 Thread Felipe Pena
felipe Wed Mar 12 19:13:01 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug42177.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #42177 (Warning "array_merge_recur

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array array_merge_recursive_variation5.phpt

2008-02-26 Thread Felipe Pena
felipe Wed Feb 27 02:04:09 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_merge_recursive_variation5.phpt /php-srcNEWS Log: MFB: Fixed b

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2008-02-14 Thread Felipe Pena
felipe Thu Feb 14 14:02:02 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-srcNEWS Log: Fixed Bug #42838 (Wrong results in array_diff_uassoc) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2008-02-05 Thread Ilia Alshanetsky
iliaa Tue Feb 5 16:01:22 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-srcNEWS Log: MFB: Fixed bug #44046 (crash inside array_slice() function with an invalid by-ref offset). http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug43505.phpt

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 10:44:54 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug43505.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #43505 (Assign by reference bug)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug43495.phpt

2007-12-05 Thread Ilia Alshanetsky
iliaa Wed Dec 5 20:04:14 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug43495.phpt Modified files: /php-src/ext/standard array.c /php-srcNEWS Log: MFB: Fixed bug #43495 (array_merge_recursiv

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-12-03 Thread Ilia Alshanetsky
iliaa Mon Dec 3 14:11:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-srcNEWS Log: Fixed bug #43482 (array_pad() does not warn on very small pad numbers). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/arr

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-11-25 Thread Ilia Alshanetsky
iliaa Sun Nov 25 15:56:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-srcNEWS Log: MFB: Fixed bug #43386 (array_globals not reset to 0 properly on init) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/ar

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array array_intersect_assoc_variation1.phpt array_intersect_assoc_variation2.phpt

2007-11-06 Thread Jani Taskinen
Depends what you think is critical? Passing anything but an array to this function makes it go boom.. --Jani On Tue, 2007-11-06 at 08:55 -0500, Ilia Alshanetsky wrote: > Is this a critical fix? > > > On 6-Nov-07, at 8:28 AM, Jani Taskinen wrote: > > > janiTue Nov 6 13:28:22 2

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-11-06 Thread Antony Dovgal
On 06.11.2007 16:55, Ilia Alshanetsky wrote: > Is this a critical fix? I believe a crash is critical enough to be merged into 5_2. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array array_intersect_assoc_variation1.phpt array_intersect_assoc_variation2.phpt

2007-11-06 Thread Ilia Alshanetsky
Is this a critical fix? On 6-Nov-07, at 8:28 AM, Jani Taskinen wrote: janiTue Nov 6 13:28:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS /php-src/ext/standardarray.c /php-src/ext/standard/tests/array

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array array_intersect_assoc_variation1.phpt array_intersect_assoc_variation2.phpt

2007-11-06 Thread Jani Taskinen
janiTue Nov 6 13:28:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_intersect_assoc_variation1.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-10-18 Thread Scott MacVicar
scottmacThu Oct 18 14:39:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c Log: MFB53: Fixed bug #43020 (Warning message is missing with shuffle() and more than one argument) http://cvs.php.net/viewvc

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-09-21 Thread Dmitry Stogov
dmitry Fri Sep 21 13:11:00 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c Log: Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc(). http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-09-20 Thread Dmitry Stogov
dmitry Thu Sep 20 09:23:00 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c Log: Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-08-09 Thread Jani Taskinen
Yes, and I'm not gonna fix that broken test that was broken to begin with. Whoever added it should fix it. --Jani On Fri, 2007-08-10 at 02:16 +0400, Antony Dovgal wrote: > ext/standard/tests/array/extract.phpt is broken after this commit. > > On 08.08.2007 11:41, Jani Taskinen wrote: > > jani

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-08-09 Thread Antony Dovgal
ext/standard/tests/array/extract.phpt is broken after this commit. On 08.08.2007 11:41, Jani Taskinen wrote: janiWed Aug 8 07:41:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS /php-src/ext/standard array.c Log: - Fixed bug #42233 (Problem

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-08-08 Thread Jani Taskinen
janiWed Aug 8 07:41:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c Log: - Fixed bug #42233 (Problems with æøå in extract()). http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.883&r2=1.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2007-06-24 Thread Ilia Alshanetsky
iliaa Sun Jun 24 17:37:01 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-srcNEWS Log: Fixed bug #41685 (array_push() fails to warn when next index is already occupied). http://cvs.php.net/viewvc.cgi/php-src/

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug41686.phpt

2007-06-18 Thread Ilia Alshanetsky
iliaa Mon Jun 18 16:53:10 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug41686.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #41686 (Omitting length param in a

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug41121.phpt

2007-04-20 Thread Antony Dovgal
On 04/20/2007 03:21 AM, Ilia Alshanetsky wrote: iliaa Thu Apr 19 23:21:22 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug41121.phpt Modified files: /php-src NEWS /php-src/ext/standard array.c Log: Fixe

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug41121.phpt

2007-04-19 Thread Ilia Alshanetsky
iliaa Thu Apr 19 23:21:22 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug41121.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #41121 (range() overflow handling

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug40709.phpt

2007-03-04 Thread Ilia Alshanetsky
iliaa Sun Mar 4 17:21:16 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug40709.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #40709 (array_reduce() behaves

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug40191.phpt

2007-01-22 Thread Antony Dovgal
tony2001Mon Jan 22 08:17:26 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug40191.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: MFH: fix #40191 (use of array_unique

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug39576.phpt

2006-11-22 Thread Antony Dovgal
tony2001Wed Nov 22 10:42:42 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug39576.phpt Modified files: /php-src/ext/standard array.c /php-srcNEWS Log: MFH: fix #39576 (array_walk() doesn'

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2006-11-13 Thread Matt Wilmas
Hi Ilia, Oh, sorry, didn't know it was a time issue. :-) I thought both branches were mostly always updated together to keep things synced, etc. In that case, if it saves you any time, I've attached the patch for HEAD. - Original Message - From: "Ilia Alshanetsky" Sent: Monday, Novembe

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2006-11-13 Thread Ilia Alshanetsky
Matt, I did a cursory check through ext/ and this seems like the only place the optimization trick can be applied. I will look into writing a patch for HEAD when I have a bit more time. On 12-Nov-06, at 6:20 PM, Matt Wilmas wrote: Hi Ilia, Ah, I had wondered what other places could be c

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2006-11-12 Thread Matt Wilmas
Hi Ilia, Ah, I had wondered what other places could be changed to use the _quick functions (but didn't really check). :-) Anyway, will this be applied to HEAD also? Matt - Original Message - From: "Ilia Alshanetsky" Sent: Sunday, November 12, 2006 > iliaa Sun Nov 12 17:13:23 2006 UTC

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c

2006-11-12 Thread Ilia Alshanetsky
iliaa Sun Nov 12 17:13:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c Log: Optimized array functions utilizing php_splice(). http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.357&r2=1.2027.2

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug36975.phpt

2006-11-11 Thread Hannes Magnusson
bjori Sun Nov 12 01:14:39 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug36975.phpt Modified files: /php-src/ext/standard array.c /php-srcNEWS Log: MFH: Fixed bug#36975 (natcasesort() causes a

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug34066.phpt bug34066_1.phpt

2006-09-19 Thread Antony Dovgal
tony2001Tue Sep 19 09:04:16 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug34066.phpt bug34066_1.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: MFH: fix #34066 (rec

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug38464.phpt

2006-09-06 Thread Ilia Alshanetsky
iliaa Wed Sep 6 17:25:58 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug38464.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #38464 (array_count_values() misha

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array array_fill_keys.phpt

2006-07-15 Thread Marcus Boerger
helly Sat Jul 15 12:14:07 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_fill_keys.phpt Log: - MFH array_fill_keys, better unicode support, use new param parsing A

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c basic_functions.c php_array.h /ext/standard/tests/array array_fill_keys.phpt

2006-07-15 Thread Marcus Boerger
helly Sat Jul 15 10:21:10 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_fill_keys.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c basic_functions.c php_array.h Log: - MFH A