#
61b3d5cc |
| 26-Nov-2002 |
Moriyoshi Koizumi |
Fixed incorrect error messages of array_walk() in case the callback is specified in an array form |
Revision tags: RELEASE_1_0b2 |
|
#
44c98c7e |
| 23-Nov-2002 |
Moriyoshi Koizumi |
Fixed some odd behaviours of range() |
Revision tags: BEFORE_RENAMING |
|
#
fb20eae7 |
| 15-Nov-2002 |
Moriyoshi Koizumi |
Fixed bug #20381 |
Revision tags: php-4.3.0RC1 |
|
#
92df58da |
| 14-Nov-2002 |
Jon Parise |
@- Added an optional "step" parameter to range(). (Jon) |
#
253cecd4 |
| 13-Nov-2002 |
John Coggeshall |
Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob() function. Modified the layout and some minor logic in the experimental webHarness() test class Added
Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob() function. Modified the layout and some minor logic in the experimental webHarness() test class Added Whitespace accidently to array.c :)
show more ...
|
#
6d57337c |
| 05-Nov-2002 |
Ilia Alshanetsky |
Fixed a memory leak in array_fill(). The refcount hack is now done for ZE1 only and is slightly faster then the original. After this patch array_fill() can consistently create arrays with
Fixed a memory leak in array_fill(). The refcount hack is now done for ZE1 only and is slightly faster then the original. After this patch array_fill() can consistently create arrays with >65k elements.
show more ...
|
Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1 |
|
#
f61889e7 |
| 10-Oct-2002 |
Sterling Hughes |
revert patch |
#
2c4aa71d |
| 09-Oct-2002 |
Sterling Hughes |
clean these functions up using zend_parse_parameters and nuke the use of HASH_OF() which is inappropriate in these cases... |
#
521a9bda |
| 09-Oct-2002 |
Sterling Hughes |
small cleanups... |
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
9ee1ce15 |
| 21-Sep-2002 |
Andrey Hristov |
ws fixes. #hope not to be flamed :) what a wonderful day. |
#
a920f004 |
| 21-Sep-2002 |
Andrey Hristov |
New function added - array_intersect_assoc() similar to array_intersect() but the keys are also used in the comparison. So the result is a subset of the result of array_intersect(). Test
New function added - array_intersect_assoc() similar to array_intersect() but the keys are also used in the comparison. So the result is a subset of the result of array_intersect(). Test will be committed too.
show more ...
|
#
23d3cd79 |
| 12-Sep-2002 |
Andrey Hristov |
Fixing my zts fix. #Sorry Edin |
#
ad924346 |
| 12-Sep-2002 |
Andrey Hristov |
Removed magic numbers about the behavior of php_array_diff - proposed by Andi and Jon Parise. #It is strange that I commited ZTS code but after that Edin fixed ZTS build #when I updated -
Removed magic numbers about the behavior of php_array_diff - proposed by Andi and Jon Parise. #It is strange that I commited ZTS code but after that Edin fixed ZTS build #when I updated - it wasn't ZTS. hmmm. anyway fixing ZTS build.
show more ...
|
#
705e72f3 |
| 11-Sep-2002 |
Edin Kadribasic |
Fix ZTS build. |
#
aaf920f9 |
| 11-Sep-2002 |
Derick Rethans |
- Little whitespace changes |
#
afdfe38e |
| 11-Sep-2002 |
Andrey Hristov |
New function added : array_diff_assoc() . Like array_diff() but does additional checks on key values. Test script will be added too. #My first patch . it feels strange :) |
#
333b01b0 |
| 10-Sep-2002 |
Edin Kadribasic |
Fixed ZTS build. |
#
dd7cf224 |
| 10-Sep-2002 |
Andrei Zmievski |
@- Fixed array_merge_recursive() to avoid problems with merging cyclical @ arrays (bug #16064). (Andrei) |
Revision tags: RELEASE_0_91 |
|
#
2c6154d7 |
| 09-Sep-2002 |
Andrei Zmievski |
@- Added ability to extract() variables as references via OR'able EXTR_REFS @ flag. (Andrei) |
Revision tags: php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2 |
|
#
149ad05b |
| 24-Aug-2002 |
Marcus Boerger |
php_error_docref #New conversion available at: http://docref.txt.marcus-boerger.de |
Revision tags: php-4.2.3RC1 |
|
#
95e933fc |
| 21-Aug-2002 |
Marcus Boerger |
Fixes array test 004.phpt. Nice copy paste error. |
#
dee21adc |
| 15-Aug-2002 |
Dan Kalowsky |
Fix for bug #18401, makes shuffle() properly generate all possibilities. Patch provided by Adam Trachtenberg <adam@trachtenberg.com> |
Revision tags: dev |
|
#
c90764d7 |
| 03-Aug-2002 |
Brad LaFountain |
one last fix for array_shift |
#
9b0553c3 |
| 01-Aug-2002 |
Brad LaFountain |
array_pop wasnt setting next index |
#
922b7596 |
| 01-Aug-2002 |
foobar |
That was not correct.. |