[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array bug48854.phpt

2009-07-08 Thread Felipe Pena
felipe Wed Jul 8 18:21:13 2009 UTC Added files: /php-src/ext/standard/tests/array bug48854.phpt Modified files: /php-src/ext/standard array.c Log: - Fixed bug #48854 (array_merge_recursive modifies arrays after first one)

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_multisort_variation11.phpt

2009-05-15 Thread Christopher Jones
sixdFri May 15 16:44:51 2009 UTC Added files: /php-src/ext/standard/tests/array array_multisort_variation11.phpt Modified files: /php-src/ext/standard array.c Log: New array_multisort() test and code comment fix (Simon

[PHP-CVS] cvs: php-src /ext/standard array.c

2009-05-15 Thread Moriyoshi Koizumi
moriyoshi Fri May 15 17:02:35 2009 UTC Modified files: /php-src/ext/standard array.c Log: * Roll it back then. I wonder if defaulting it to SORT_REGULAR would work well and I think allowing user-supplied comparator should make more sense when it

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

2009-05-15 Thread Christopher Jones
Are there any tests for this? Chris Moriyoshi Koizumi wrote: moriyoshi Fri May 15 17:02:35 2009 UTC Modified files: /php-src/ext/standard array.c Log: * Roll it back then. I wonder if defaulting it to SORT_REGULAR would work well and I think

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

2009-05-15 Thread Moriyoshi Koizumi
Christopher Jones wrote: Are there any tests for this? Do we really need one? Moriyoshi Chris Moriyoshi Koizumi wrote: moriyoshiFri May 15 17:02:35 2009 UTC Modified files: /php-src/ext/standardarray.c Log: * Roll it back then. I wonder if

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

2009-05-15 Thread Hannes Magnusson
On Fri, May 15, 2009 at 20:40, Moriyoshi Koizumi m...@mozo.jp wrote: Christopher Jones wrote: Are there any tests for this? Do we really need one? Yes. -Hannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-05-15 Thread Christopher Jones
Hannes Magnusson wrote: On Fri, May 15, 2009 at 20:40, Moriyoshi Koizumi m...@mozo.jp wrote: Christopher Jones wrote: Are there any tests for this? Do we really need one? Yes. -Hannes Tests would help bring to attention any future change, making it easier to analyze the impact. We

[PHP-CVS] cvs: php-src /ext/standard array.c

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 16:45:30 2009 UTC Modified files: /php-src/ext/standard array.c Log: MFB: Fix #48224 (Remove incorrect shuffle) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.475r2=1.476diff_format=u Index: php-src/ext/standard/array.c

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

2009-02-18 Thread Andrei Zmievski
Moriyoshi Koizumi wrote: I got a bug report, then I fixed it. That's just an normal procedure for bugfixing. Isn't it? Am I supposed to have a written permission from you whenever I fix a part you did ever touch? And the old behavior is strange, but not *broken*. It just doesn't work for your

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

2009-02-17 Thread Andrei Zmievski
Moriyoshi Koizumi wrote: Whatever reasoning, I don't think it's a good idea to revert someone else's patch before discussing anything. Aside from this, I agree with you the old behavior is that stupid, but BC should always be honored. Moriyoshi, You committed your fix and updated my NEWS

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

2009-02-17 Thread Moriyoshi Koizumi
On 火, 2009-02-17 at 10:07 -0800, Andrei Zmievski wrote: Moriyoshi Koizumi wrote: Whatever reasoning, I don't think it's a good idea to revert someone else's patch before discussing anything. Aside from this, I agree with you the old behavior is that stupid, but BC should always be

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

2009-02-13 Thread Andrei Zmievski
Don't do this please. Why did you feel the need to go back and change my patch including the NEWS entry? I knew what I was doing when I set the default behavior to SORT_REGULAR and this was discussed with both 5.3 and 5.2 RMs. With your change it'l back to the stupid old behavior of: $array

[PHP-CVS] cvs: php-src /ext/standard array.c

2009-02-13 Thread Andrei Zmievski
andrei Fri Feb 13 22:35:18 2009 UTC Modified files: /php-src/ext/standard array.c Log: Revert bogus fix for #47370. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.472r2=1.473diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2009-02-12 Thread Moriyoshi Koizumi
moriyoshi Thu Feb 12 18:29:15 2009 UTC Modified files: /php-src/ext/standard array.c Log: * Fix bug #47370 (BC breakage of array_unique()) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.471r2=1.472diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2009-02-09 Thread Dmitry Stogov
dmitry Mon Feb 9 10:47:19 2009 UTC Modified files: /php-src/ext/standard array.c Log: Fixed bug #47329 (Crash in garbage collector) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.470r2=1.471diff_format=u Index:

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

2008-12-26 Thread Arnaud Le Blanc
lbarnaudSat Dec 27 03:06:16 2008 UTC Added files: /php-src/ext/standard/tests/array bug46873.phpt Modified files: /php-src/ext/standard array.c Log: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)

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

2008-12-15 Thread Andrei Zmievski
Where do I edit the doc stuff again? Kalle Sommer Nielsen wrote: 2008/12/12 Andrei Zmievski and...@php.net: andrei Fri Dec 12 19:19:04 2008 UTC Modified files: /php-src/ext/standard array.c Log: Add sort flags parameter to array_unique().

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

2008-12-15 Thread Kalle Sommer Nielsen
2008/12/15 Andrei Zmievski and...@gravitonic.com: Where do I edit the doc stuff again? Do a checkout of the 'phpdoc' repo, inside the /en/ directory theres the english translation files. /en/language/ -- for language specific features /en/reference/ -- for references for extensions, eg. array,

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

2008-12-12 Thread Kalle Sommer Nielsen
2008/12/12 Andrei Zmievski and...@php.net: andrei Fri Dec 12 19:19:04 2008 UTC Modified files: /php-src/ext/standard array.c Log: Add sort flags parameter to array_unique(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.467r2=1.468diff_format=u

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

2008-11-25 Thread Arnaud Le Blanc
lbarnaudWed Nov 26 00:59:14 2008 UTC Added files: /php-src/ext/standard/tests/array extract_variation10.phpt extract_variation11.phpt Modified files: /php-src/ext/standard array.c Log:

[PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c

2008-11-24 Thread Stanislav Malyshev
stasMon Nov 24 19:24:09 2008 UTC Modified files: /php-src/ext/standard array.c basic_functions.c Log: MFB: restore BC for arrays http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.465r2=1.466diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c assert.c basic_functions.c browscap.c crypt.c file.c filestat.c head.c html.c info.c mail.c proc_open.c rand.c streamsfuncs.c string.c type.c versioning.c

2008-10-21 Thread Arnaud Le Blanc
lbarnaudTue Oct 21 22:06:50 2008 UTC Modified files: /php-src/ext/standard array.c assert.c basic_functions.c browscap.c crypt.c file.c filestat.c head.c html.c info.c mail.c proc_open.c

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_merge.phpt array_merge_error.phpt array_merge_recursive_error.phpt array_push.phpt array_push_error1.phpt array_push_varia

2008-08-17 Thread Felipe Pena
felipe Sun Aug 17 22:11:22 2008 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_merge.phpt array_merge_error.phpt

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array max.phpt max_error.phpt min.phpt min_error.phpt

2008-08-10 Thread Felipe Pena
felipe Sun Aug 10 17:49:30 2008 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array max.phpt max_error.phpt min.phpt min_error.phpt Log: - New parameter parsing API (for min()

[PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c php_array.h /ext/standard/tests array_replace.phpt

2008-07-31 Thread Johannes Schlüter
johannesThu Jul 31 20:17:07 2008 UTC Added files: /php-src/ext/standard/tests array_replace.phpt Modified files: /php-src/ext/standard array.c basic_functions.c php_array.h Log: - Add array_replace/array_replace_recursive

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-07-23 Thread Felipe Pena
felipe Wed Jul 23 16:27:16 2008 UTC Modified files: /php-src/ext/standard array.c Log: - Fixed bug #45605 (array_uintersect_assoc gives incorrect error message) (patch by ilewis at uk dot ibm dot com)

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

2008-07-23 Thread Jani Taskinen
Did you read my comment in that bug report? --Jani Felipe Pena wrote: felipe Wed Jul 23 16:27:16 2008 UTC Modified files: /php-src/ext/standard array.c Log: - Fixed bug #45605 (array_uintersect_assoc gives incorrect error message) (patch by ilewis at uk

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

2008-07-23 Thread Felipe Pena
Em Qua, 2008-07-23 às 20:11 +0300, Jani Taskinen escreveu: Did you read my comment in that bug report? Yes, but after the commit. --Jani Felipe Pena wrote: felipe Wed Jul 23 16:27:16 2008 UTC Modified files: /php-src/ext/standard array.c

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

2008-07-23 Thread Jani Taskinen
Felipe Pena kirjoitti: Em Qua, 2008-07-23 às 20:11 +0300, Jani Taskinen escreveu: Did you read my comment in that bug report? Yes, but after the commit. ...and? :) --Jani -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2008-07-23 Thread Felipe Pena
Em Qua, 2008-07-23 às 22:53 +0300, Jani Taskinen escreveu: Felipe Pena kirjoitti: Em Qua, 2008-07-23 às 20:11 +0300, Jani Taskinen escreveu: Did you read my comment in that bug report? Yes, but after the commit. ...and? :) --Jani I'll fix it again in some minutes... (goto home;)

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-07-23 Thread Felipe Pena
felipe Thu Jul 24 03:06:17 2008 UTC Modified files: /php-src/ext/standard array.c Log: - Improved parameter handling http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.456r2=1.457diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 21:29:39 2008 UTC Modified files: /php-src/ext/standard array.c Log: Fix resolution rule of count vs. handler http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.454r2=1.455diff_format=u Index: php-src/ext/standard/array.c

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-06-02 Thread Antony Dovgal
tony2001Mon Jun 2 10:27:42 2008 UTC Modified files: /php-src/ext/standard array.c Log: fix uninitialized variable http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.452r2=1.453diff_format=u Index: php-src/ext/standard/array.c diff

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-06-02 Thread Matt Wilmas
mattwil Mon Jun 2 11:20:17 2008 UTC Modified files: /php-src/ext/standard array.c Log: Initialize with length instead of 0 (and thanks Antony for finding) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.453r2=1.454diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-05-30 Thread Matt Wilmas
mattwil Fri May 30 10:54:17 2008 UTC Modified files: /php-src/ext/standard array.c Log: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior) - Also, use new

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-05-18 Thread Felipe Pena
felipe Sun May 18 15:52:43 2008 UTC Modified files: /php-src/ext/standard array.c Log: - MFB: Making compatible with 64bit platform http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.449r2=1.450diff_format=u Index:

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

2008-03-12 Thread Felipe Pena
felipe Wed Mar 12 19:21:30 2008 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array bug42177.phpt Log: MFB: Fixed bug #42177 (Warning array_merge_recursive(): recursion detected comes again...)

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-02-22 Thread Felipe Pena
felipe Fri Feb 22 13:48:02 2008 UTC Modified files: /php-src/ext/standard array.c Log: Fixed Bug #44212 (array_diff_assoc not reporting missing arguments) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.446r2=1.447diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-02-15 Thread Antony Dovgal
tony2001Fri Feb 15 09:33:00 2008 UTC Modified files: /php-src/ext/standard array.c Log: recursion protection in count() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.445r2=1.446diff_format=u Index: php-src/ext/standard/array.c

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-02-14 Thread Dmitry Stogov
dmitry Thu Feb 14 08:46:42 2008 UTC Modified files: /php-src/ext/standard array.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.443r2=1.444diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-02-14 Thread Felipe Pena
felipe Thu Feb 14 14:17:32 2008 UTC Modified files: /php-src/ext/standard array.c Log: MFB: Fixed Bug #42838 (Wrong results in array_diff_uassoc) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.444r2=1.445diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-02-11 Thread Antony Dovgal
tony2001Mon Feb 11 13:34:26 2008 UTC Modified files: /php-src/ext/standard array.c Log: this is integer, not pointer http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.441r2=1.442diff_format=u Index: php-src/ext/standard/array.c

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-02-11 Thread Felipe Pena
felipe Tue Feb 12 01:49:43 2008 UTC Modified files: /php-src/ext/standard array.c Log: MFB: array_slice() - Fixed behavior when NULL is given in third parameter (BC) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.442r2=1.443diff_format=u

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

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

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-01-28 Thread Antony Dovgal
tony2001Tue Jan 29 00:39:27 2008 UTC Modified files: /php-src/ext/standard array.c Log: fix #43596 (array_slice(): $length arg ignored when it is 0) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.438r2=1.439diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-01-25 Thread Rob Richards
rrichards Fri Jan 25 15:52:00 2008 UTC Modified files: /php-src/ext/standard array.c Log: fix zts build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.437r2=1.438diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-01-25 Thread Antony Dovgal
tony2001Fri Jan 25 13:42:24 2008 UTC Modified files: /php-src/ext/standard array.c Log: endless loop (and stack overflow) protection in compact() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.436r2=1.437diff_format=u Index:

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

2008-01-25 Thread Antony Dovgal
On 25.01.2008 18:52, Rob Richards wrote: rrichards Fri Jan 25 15:52:00 2008 UTC Modified files: /php-src/ext/standard array.c Log: fix zts build Thanks! -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-01-23 Thread Antony Dovgal
tony2001Wed Jan 23 11:20:00 2008 UTC Modified files: /php-src/ext/standard array.c Log: fix #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values) patch by Felipe

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array bug42850.phpt

2008-01-14 Thread Brian Shire
shire Mon Jan 14 22:08:00 2008 UTC Added files: /php-src/ext/standard/tests/array bug42850.phpt Modified files: /php-src/ext/standard array.c Log: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_slice.phpt bug43541.phpt

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 08:30:46 2007 UTC Added files: /php-src/ext/standard/tests/array bug43541.phpt Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_slice.phpt Log: - Fixed bug #43541

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

2007-12-05 Thread Ilia Alshanetsky
iliaa Wed Dec 5 19:57:09 2007 UTC Modified files: /php-src/ext/standard/tests/array bug43495.phpt /php-src/ext/standard array.c Log: MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays)

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-12-03 Thread Ilia Alshanetsky
iliaa Mon Dec 3 14:13:45 2007 UTC Modified files: /php-src/ext/standard array.c Log: MFB: Fixed bug #43482 (array_pad() does not warn on very small pad numbers).

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-11-25 Thread Ilia Alshanetsky
iliaa Sun Nov 25 15:56:58 2007 UTC Modified files: /php-src/ext/standard array.c Log: MFB : Fixed bug #43386 (array_globals not reset to 0 properly on init) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.429r2=1.430diff_format=u

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_intersect_assoc_error.phpt array_intersect_assoc_variation1.phpt array_intersect_assoc_variation2.phpt

2007-11-06 Thread Jani Taskinen
janiTue Nov 6 13:26:24 2007 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_intersect_assoc_error.phpt array_intersect_assoc_variation1.phpt

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-11-05 Thread Ilia Alshanetsky
iliaa Mon Nov 5 23:55:21 2007 UTC Modified files: /php-src/ext/standard array.c Log: MFB: Fixed bug #43197 (array_intersect_assoc() does not emit warning messages for error inputs)

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

2007-11-02 Thread Jani Taskinen
Sorry, and thanks. :) I tried to commit stuff separate from other changes and this happened.. --Jani On Fri, 2007-11-02 at 12:03 +, Antony Dovgal wrote: tony2001 Fri Nov 2 12:03:25 2007 UTC Modified files: /php-src/ext/standard array.c Log:

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-11-02 Thread Jani Taskinen
janiFri Nov 2 11:48:35 2007 UTC Modified files: /php-src/ext/standard array.c Log: - Fix the fix for bug #41686 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.424r2=1.425diff_format=u Index: php-src/ext/standard/array.c diff -u

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

2007-11-02 Thread Antony Dovgal
On 02.11.2007 15:22, Jani Taskinen wrote: Sorry, and thanks. :) I tried to commit stuff separate from other changes and this happened.. No worries, Jani. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2007-11-02 Thread Jani Taskinen
janiFri Nov 2 10:50:34 2007 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array bug41686.phpt Log: MFB52: Fixed bug #41686

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-11-02 Thread Antony Dovgal
tony2001Fri Nov 2 12:03:25 2007 UTC Modified files: /php-src/ext/standard array.c Log: fix typo and silence compile warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.425r2=1.426diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array max.phpt min.phpt /ext/standard/tests/file fgetc_basic.phpt fgetc_variation4.phpt

2007-10-31 Thread Jani Taskinen
janiWed Oct 31 13:39:01 2007 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array max.phpt min.phpt /php-src/ext/standard/tests/filefgetc_basic.phpt fgetc_variation4.phpt

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-10-02 Thread Antony Dovgal
tony2001Tue Oct 2 10:06:15 2007 UTC Modified files: /php-src/ext/standard array.c Log: MF5_2: improved recursion detection in array_walk() fixes #42752, though the leaks are still there

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-09-29 Thread Jani Taskinen
janiSun Sep 30 05:15:35 2007 UTC Modified files: /php-src/ext/standard array.c Log: - ws+cs (prepare syncing some parts to PHP_5_3) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.419r2=1.420diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-09-21 Thread Dmitry Stogov
dmitry Fri Sep 21 13:11:16 2007 UTC Modified files: /php-src/ext/standard array.c Log: Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_map_001.phpt

2007-09-21 Thread Antony Dovgal
tony2001Fri Sep 21 13:50:47 2007 UTC Added files: /php-src/ext/standard/tests/array array_map_001.phpt Modified files: /php-src/ext/standard array.c Log: plug leak on error (coverity issue #405)

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-09-20 Thread Dmitry Stogov
dmitry Thu Sep 20 09:23:11 2007 UTC Modified files: /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 10 elements)

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-08-10 Thread Antony Dovgal
tony2001Fri Aug 10 13:20:22 2007 UTC Modified files: /php-src/ext/standard array.c Log: empty/invalid names are not allowed (empty prefixes are) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.415r2=1.416diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-08-10 Thread Antony Dovgal
tony2001Fri Aug 10 12:54:38 2007 UTC Modified files: /php-src/ext/standard array.c Log: allow empty prefix (restore 5_2 behavior) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.414r2=1.415diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array bug42233.phpt

2007-08-10 Thread Jani Taskinen
janiFri Aug 10 12:23:16 2007 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array bug42233.phpt Log: MFB: Fixed the fix for bug #42233 and added test for it.

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-08-08 Thread Jani Taskinen
janiWed Aug 8 07:46:01 2007 UTC Modified files: /php-src/ext/standard array.c Log: MFB: Fix bug #42233 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.411r2=1.412diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-08-08 Thread Johannes Schl
johannesWed Aug 8 14:52:41 2007 UTC Modified files: /php-src/ext/standard array.c Log: - Fix build (patch by Ulf Wendel) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.412r2=1.413diff_format=u Index: php-src/ext/standard/array.c

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-07-09 Thread Dmitry Stogov
dmitry Mon Jul 9 14:32:59 2007 UTC Modified files: /php-src/ext/standard array.c Log: wrong condition http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.410r2=1.411diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-06-28 Thread Antony Dovgal
tony2001Thu Jun 28 16:06:23 2007 UTC Modified files: /php-src/ext/standard array.c Log: synchronized range() behaviour in HEAD with 5_2 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.409r2=1.410diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-06-05 Thread Antony Dovgal
tony2001Tue Jun 5 12:17:15 2007 UTC Modified files: /php-src/ext/standard array.c Log: fix folding http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.408r2=1.409diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-05-18 Thread Antony Dovgal
tony2001Fri May 18 14:11:12 2007 UTC Modified files: /php-src/ext/standard array.c Log: fix #41432 (extract() does not accept empty prefix) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.406r2=1.407diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2007-03-18 Thread Wez Furlong
wez Sun Mar 18 20:23:51 2007 UTC Modified files: /php-src/ext/standard array.c Log: MFB, #40848 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.405r2=1.406diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_user_key_compare.phpt

2007-03-16 Thread Stanislav Malyshev
stasFri Mar 16 20:16:05 2007 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_user_key_compare.phpt Log: Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)

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

2007-01-22 Thread Antony Dovgal
tony2001Mon Jan 22 08:16:36 2007 UTC Added files: /php-src/ext/standard/tests/array bug40191.phpt Modified files: /php-src/ext/standard array.c Log: fix #40191 (use of array_unique() with objects triggers segfault)

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array bug30074.phpt

2006-12-19 Thread Brian Shire
shire Tue Dec 19 08:02:48 2006 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array bug30074.phpt Log: -Fixed bug #30074 (apparent symbol table error with extract($blah, EXTR_REFS)) # appoligies, I did this in

[PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c basic_functions.h

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 17:42:47 2006 UTC Modified files: /php-src/ext/standard array.c basic_functions.c basic_functions.h Log: fix import_request_variables() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.396r2=1.397diff_format=u

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

2006-11-22 Thread Antony Dovgal
tony2001Wed Nov 22 10:58:11 2006 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array bug39576.phpt Log: fix #39576 (array_walk() doesn't separate userdata zval)

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_pad.phpt

2006-11-15 Thread Antony Dovgal
tony2001Wed Nov 15 22:09:25 2006 UTC Added files: /php-src/ext/standard/tests/array array_pad.phpt Modified files: /php-src/ext/standard array.c Log: fix memory leak and typo in zend_parse_parameters(), which caused

[PHP-CVS] cvs: php-src /ext/standard array.c

2006-11-15 Thread Antony Dovgal
tony2001Wed Nov 15 22:43:19 2006 UTC Modified files: /php-src/ext/standard array.c Log: fix array_key_exists() with NULL key in Unicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.392r2=1.393diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c

2006-11-13 Thread Ilia Alshanetsky
iliaa Mon Nov 13 15:34:49 2006 UTC Modified files: /php-src/ext/standard array.c Log: MFB: php_splice() optimization http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.390r2=1.391diff_format=u Index: php-src/ext/standard/array.c diff -u

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

2006-11-11 Thread Hannes Magnusson
bjori Sun Nov 12 01:11:58 2006 UTC Added files: /php-src/ext/standard/tests/array bug36975.phpt Modified files: /php-src/ext/standard array.c Log: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave)

[PHP-CVS] cvs: php-src /ext/standard array.c

2006-10-03 Thread Hannes Magnusson
bjori Tue Oct 3 16:36:57 2006 UTC Modified files: /php-src/ext/standard array.c Log: compact() doesnt throw wrong param count http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.386r2=1.387diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard array.c streamsfuncs.c string.c

2006-10-03 Thread Ilia Alshanetsky
iliaa Tue Oct 3 17:45:16 2006 UTC Modified files: /php-src/ext/standard string.c streamsfuncs.c array.c Log: MFB: optimize zend_hash_init() with known hash table sizes.

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

2006-10-03 Thread Andrei Zmievski
Please use zend_parse_parameters() API. -Andrei On Oct 3, 2006, at 9:36 AM, Hannes Magnusson wrote: bjori Tue Oct 3 16:36:57 2006 UTC Modified files: /php-src/ext/standard array.c Log: compact() doesnt throw wrong param count

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

2006-09-19 Thread Antony Dovgal
tony2001Tue Sep 19 09:02:39 2006 UTC Added files: /php-src/ext/standard/tests/array bug34066.phpt bug34066_1.phpt Modified files: /php-src/ext/standard array.c Log: fix #34066 (recursive array_walk causes segfault) add

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_walk.phpt array_walk_objects.phpt array_walk_rec_objects.phpt array_walk_recursive1.phpt

2006-09-19 Thread Antony Dovgal
tony2001Tue Sep 19 09:33:02 2006 UTC Added files: /php-src/ext/standard/tests/array array_walk_objects.phpt array_walk_rec_objects.phpt Modified files: /php-src/ext/standard array.c

Re: [PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_walk.phpt array_walk_objects.phpt array_walk_rec_objects.phpt array_walk_recursive1.phpt

2006-09-19 Thread Andrei Zmievski
Why do we want to continue treating objects as arrays? Can't people simply pass get_object_vars($obj) result to array_walk? In any case, does the error message make sense though? + php_error_docref(NULL TSRMLS_CC, E_WARNING, The argument should be an array); -Andrei On Sep 19, 2006, at

Re: [PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_walk.phpt array_walk_objects.phpt array_walk_rec_objects.phpt array_walk_recursive1.phpt

2006-09-19 Thread Michael Wallner
Andrei Zmievski wrote: Why do we want to continue treating objects as arrays? Can't people simply pass get_object_vars($obj) result to array_walk? That won't work because array_walk() takes a reference. -- Michael -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_walk.phpt array_walk_objects.phpt array_walk_rec_objects.phpt array_walk_recursive1.phpt

2006-09-19 Thread Andrei Zmievski
So assign it to a variable. -Andrei On Sep 19, 2006, at 8:52 AM, Michael Wallner wrote: Andrei Zmievski wrote: Why do we want to continue treating objects as arrays? Can't people simply pass get_object_vars($obj) result to array_walk? That won't work because array_walk() takes a reference.

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

2006-09-06 Thread Ilia Alshanetsky
iliaa Wed Sep 6 17:31:47 2006 UTC Modified files: /php-src/ext/standard/tests/array bug38464.phpt /php-src/ext/standard array.c Log: MFB: Fixed bug #38464 (array_count_values() mishandles numeric strings).

[PHP-CVS] cvs: php-src /ext/standard array.c

2006-08-08 Thread Antony Dovgal
tony2001Tue Aug 8 18:06:43 2006 UTC Modified files: /php-src/ext/standard array.c Log: fix logic and memleak http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.381r2=1.382diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2006-08-01 Thread Andrei Zmievski
andrei Wed Aug 2 02:11:57 2006 UTC Modified files: /php-src/ext/standard array.c Log: Fix leaks. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.377r2=1.378diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2006-07-21 Thread Dmitry Stogov
dmitry Fri Jul 21 07:34:18 2006 UTC Modified files: /php-src/ext/standard array.c Log: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.371r2=1.372diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c basic_functions.h

2006-07-21 Thread Andrei Zmievski
andrei Fri Jul 21 23:29:25 2006 UTC Modified files: /php-src/ext/standard array.c basic_functions.c basic_functions.h Log: Remove references to BG(user_compare_fnnc_name). # Less bickering, more coding!

[PHP-CVS] cvs: php-src /ext/standard array.c

2006-07-21 Thread Andrei Zmievski
andrei Fri Jul 21 23:47:40 2006 UTC Modified files: /php-src/ext/standard array.c Log: Apply Matt W's patch (with a fix) for array_combine() binary key safety. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.374r2=1.375diff_format=u

  1   2   3   >