moriyoshi Fri May 15 17:03:03 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
* MFH: Roll it back.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.55&r2=1.308.2.21.2.37.2.56&diff_format=
sixdFri May 15 16:46:23 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array array_multisort_variation11.phpt
Modified files:
/php-src/ext/standard array.c
Log:
MFH: New array_multisort() test and code commen
2009/5/10 Johannes Schlüter :
> On Sun, 2009-05-10 at 16:45 +, Etienne Kneuss wrote:
>> colder Sun May 10 16:45:21 2009 UTC
>>
>> Modified files: (Branch: PHP_5_3)
>> /php-src/ext/standard array.c
>> Log:
>> MFB: Fix #48224 (Remove incorrect shuffle)
>
On Sun, 2009-05-10 at 16:45 +, Etienne Kneuss wrote:
> colderSun May 10 16:45:21 2009 UTC
>
> Modified files: (Branch: PHP_5_3)
> /php-src/ext/standard array.c
> Log:
> MFB: Fix #48224 (Remove incorrect shuffle)
Any chance to cover this in a test? -
colder Sun May 10 16:45:21 2009 UTC
Modified files: (Branch: PHP_5_3)
/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.308.2.21.2.37.2.53&r2=1.308.2.21.2.37.2.54&d
andrei Fri Feb 13 22:34:15 2009 UTC
Modified files: (Branch: PHP_5_3)
/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.308.2.21.2.37.2.52&r2=1.308.2.21.2.37.2.53&diff_format=
moriyoshi Thu Feb 12 18:57:55 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
* MFH: Fix bug #47370 (BC breakage of array_unique())
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.51&r2=
lbarnaudSat Dec 27 03:06:57 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array bug46873.phpt
Modified files:
/php-src/ext/standard array.c
Log:
MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'
Easy, there. I realized that there were 4 tests that broke after committing it. The issue
is that I made SORT_REGULAR to be the default, which is not what the tests were expecting.
The easiest way to fix the tests is to make them pass SORT_STRING to array_unique(), I
guess.
The rest is coming
Could you maybe fix the at-least-four-tests that broke, and maybe add
a new test for this feature? :)
And NEWS entry, [DOC], update the wiki...
-Hannes
On Fri, Dec 12, 2008 at 20:20, Andrei Zmievski wrote:
> andrei Fri Dec 12 19:20:49 2008 UTC
>
> Modified files: (Branch:
andrei Fri Dec 12 19:20:49 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.47&r2=1.308.2.21.2.37.2.48&diff_format=u
Index: php-src/ext/stan
lbarnaudWed Nov 26 00:59:41 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array extract_variation10.phpt
extract_variation11.phpt
Modified files:
/php-src/ext/standard
On 25.11.2008 12:15, Stanislav Malyshev wrote:
> Hi!
>
>> All these tests fail after your patch:
...
> These tests expect BC breakage, which this patch fixes. So they need to
> be fixed, I guess.
Does this mean you didn't run the tests before applying the patch?
Or does this mean you've just ign
Hi!
All these tests fail after your patch:
/local/qa/5_3.zts/ext/standard/tests/array/array_key_exists.phpt
/local/qa/5_3.zts/ext/standard/tests/array/array_key_exists_object1.phpt
/local/qa/5_3.zts/ext/standard/tests/array/array_key_exists_object2.phpt
/local/qa/5_3.zts/ext/standard/tests/arra
On 24.11.2008 21:12, Stanislav Malyshev wrote:
> stas Mon Nov 24 18:12:17 2008 UTC
>
> Modified files: (Branch: PHP_5_3)
> /php-src/ext/standard array.c basic_functions.c
> Log:
> restore BC for arrays
> [DOC] natsort, natcasesort, usort, uasort, uksort, arra
stasMon Nov 24 18:12:17 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c basic_functions.c
Log:
restore BC for arrays
[DOC] natsort, natcasesort, usort, uasort, uksort, array_flip, array_unique
still won't work with objects
script is 100% right. Please
always look to the code first to check if the initialization is really
needed.
Thanks,
Nuno
- Original Message -
From: "Arnaud Le Blanc" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, October 21, 2008 11:08 PM
Subject: [PHP-CVS] cvs: ph
lbarnaudTue Oct 21 22:08:39 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c assert.c basic_functions.c browscap.c
crypt.c file.c filestat.c head.c html.c
http.c info.
felipe Sun Aug 17 22:14:15 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
/php-src/ext/standard/tests/array array_merge.phpt
array_merge_error.phpt
a
felipe Sun Aug 10 17:50:45 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
/php-src/ext/standard/tests/array max.phpt max_error.phpt min.phpt
min_error.phpt
Log:
- MFH: New parameter par
johannesThu Jul 31 20:18:17 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests array_replace.phpt
Modified files:
/php-src/ext/standard array.c basic_functions.c php_array.h
Log:
MFH (DOC] Add array_replace/arr
felipe Thu Jul 24 03:07:23 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
- MFH: Improved parameter handling
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.36&r2=1.308.2.21.2.37.2.37&diff_f
felipe Wed Jul 23 16:28:46 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
- MFH: Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2
colder Wed Jul 9 21:29:53 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH: Fix resolution rule of count vs. handler
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.34&r2=1.308.2.21.2.37.2.3
mattwil Mon Jun 2 11:20:59 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH: Initialize with length instead of 0
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.33&r2=1.308.2.21.2.37.2.34&dif
Please do not forget to run Valgrind when you commit patches like this (i.e.
affecting the basics of the engine).
If you're a Windows user, you can either wait for gcov.php.net reports or ask
me about it (I do valgrind runs every day anyway).
On 27.05.2008 14:29, Matt Wilmas wrote:
mattwil
tony2001Mon Jun 2 10:27:55 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
fix uninitialized variable
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.32&r2=1.308.2.21.2.37.2.33&diff_f
mattwil Fri May 30 10:55:15 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH: 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)
-
felipe Sun May 18 15:42:09 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
/php-src/ext/standard/tests/array array_slice_variation6.phpt
Log:
- Making compatible with 64bit plataform
http://cvs.php.net/viewvc.cgi/php-src/
tony2001Sun May 4 11:26:51 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
fix compile warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.28&r2=1.308.2.21.2.37.2.29&diff_format=
felipe Wed Mar 12 19:18:42 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array bug42177.phpt
Modified files:
/php-src/ext/standard array.c
Log:
MFB: Fixed bug #42177 (Warning "array_merge_recursive(): recursion
felipe Fri Feb 22 13:28:40 2008 UTC
Modified files: (Branch: PHP_5_3)
/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.308.2.21.2.37.2.25&
tony2001Fri Feb 15 09:33:09 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH: recursion protection in count()
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.24&r2=1.308.2.21.2.37.2
felipe Thu Feb 14 14:08:22 2008 UTC
Modified files: (Branch: PHP_5_3)
/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.308.2.21.2.37.2.23&r2=1.308.
dmitry Thu Feb 14 08:46:25 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
Fixed memory leak
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.22&r2=1.308.2.21.2.37.2.23&diff_format=u
Index: ph
Em Ter, 2008-02-12 às 18:50 +0100, Hannes Magnusson escreveu:
> On Feb 12, 2008 2:31 AM, Felipe Pena <[EMAIL PROTECTED]> wrote:
> > felipe Tue Feb 12 01:31:12 2008 UTC
> >
> > Modified files: (Branch: PHP_5_3)
> > /php-src/ext/standard array.c
> > Log:
> > arra
On Feb 12, 2008 2:31 AM, Felipe Pena <[EMAIL PROTECTED]> wrote:
> felipe Tue Feb 12 01:31:12 2008 UTC
>
> Modified files: (Branch: PHP_5_3)
> /php-src/ext/standard array.c
> Log:
> array_slice() - Fixed behavior when NULL is given in third parameter (BC)
This
felipe Tue Feb 12 01:31:12 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
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.308.2.21.2.37
tony2001Mon Feb 11 13:34:42 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.20&r2=1.308.2.21.2.37.2.21&diff_format=u
Index: php-src/
iliaa Tue Feb 5 15:58:28 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
Fixed bug #44046 (crash inside array_slice() function with an invalid
by-ref offset).
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.
dmitry Tue Jan 29 10:45:07 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array bug43505.phpt
Modified files:
/php-src/ext/standard array.c
Log:
Fixed bug #43505 (Assign by reference bug)
http://cvs.php.ne
tony2001Tue Jan 29 00:39:46 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH: 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.308.2.21.2
rrichards Fri Jan 25 15:52:48 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH: fix zts build
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.16&r2=1.308.2.21.2.37.2.17&diff_format=u
Ind
tony2001Fri Jan 25 13:42:36 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFH: endless loop (and stack overflow) protection in compact()
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37
tony2001Wed Jan 23 12:09:52 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array
array_merge_recursive_variation5.phpt
/php-src/ext/standard array.c
Log:
MFH: fix #43559 (array_mer
shire Mon Jan 14 22:09:52 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array bug42850.phpt
Modified files:
/php-src/ext/standard array.c
Log:
MFH: Fix bug #42850 array_walk_recursive() leaves references, refi
---
From: "Jani Taskinen" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, December 11, 2007 9:47 AM
Subject: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c
/ext/standard/tests/array array_slice.phpt bug43541.phpt
jani Tue Dec 11 09:47:21 2007 UTC
Added files: (Branch
janiTue Dec 11 09:47:21 2007 UTC
Added files: (Branch: PHP_5_3)
/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:
MFH: - F
iliaa Wed Dec 5 19:55:32 2007 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array bug43495.phpt
Modified files:
/php-src/ext/standard array.c
Log:
Fixed bug #43495 (array_merge_recursive() crashes with recursive a
iliaa Mon Dec 3 14:13:27 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MFB: Fixed bug #43482 (array_pad() does not warn on very small pad
numbers).
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.
iliaa Sun Nov 25 15:56:07 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
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.308.2.21.2.37.2.8&r
janiTue Nov 6 13:26:59 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
/php-src/ext/standard/tests/array array_intersect_assoc_error.phpt
array_intersect_assoc_variation1.phpt
iliaa Mon Nov 5 23:53:23 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
Fixed bug #43197 (array_intersect_assoc() does not emit warning messages for
error inputs)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/arra
janiWed Oct 31 13:39:26 2007 UTC
Modified files: (Branch: PHP_5_3)
/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_
scottmacThu Oct 18 14:33:14 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
Fixed bug #43020 (Warning message is missing with shuffle() and more than one
argument)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/arr
tony2001Tue Oct 2 10:04:38 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c
Log:
MF5_2: improved recursion detection in array_walk()
fixes #42752, though the leaks are still there
http://cvs.php.net/viewvc.cgi/php-src/e
janiMon Oct 1 12:34:19 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c php_var.h
Log:
MFH: sync (adds php_prefix_varname() API function)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37&r2=1.308.2.21
57 matches
Mail list logo