#
e8c7fd7f |
| 22-Oct-2000 |
Stig Venaas |
Fixed array_type_data_compare(). I want strings to always differ from numbers, but not say 7 and 7.0 to differ. |
#
4edb2100 |
| 21-Oct-2000 |
Stig Venaas |
Made array_unique use array_type_data_compare instead of array_data_compare |
#
508d1993 |
| 21-Oct-2000 |
Stig Venaas |
Added array_type_data_compare which is like array_data_compare but compares type first. Also rewrote array_intersect and array_diff, so that the order is not changed. @- Made array_inters
Added array_type_data_compare which is like array_data_compare but compares type first. Also rewrote array_intersect and array_diff, so that the order is not changed. @- Made array_intersect and array_diff not alter order (Stig Venaas)
show more ...
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
c54047b0 |
| 19-Sep-2000 |
Andi Gutmans |
- Change to Z_BVAL macro |
#
c45b1c2c |
| 19-Sep-2000 |
Zeev Suraski |
- Fix warnings - Fix URL scanner startup crash |
#
5470222d |
| 12-Sep-2000 |
Andrei Zmievski |
Forgot to update proto. |
#
34574352 |
| 12-Sep-2000 |
Andrei Zmievski |
@- Added second argument to array_reverse() that indicatese whether @ the original array keys should be preserved. (Andrei) |
Revision tags: php-4.0.2 |
|
#
d89c5b23 |
| 22-Aug-2000 |
Andrei Zmievski |
@- Updated array_walk() to be able to accept array($obj, 'method') @ syntax for the walk function. (Andrei) |
Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
c1ceeaf8 |
| 18-Aug-2000 |
Hartmut Holzgraefe |
typo fix in array_diff error message, fixes bug #6236 |
#
867160a7 |
| 18-Aug-2000 |
Hartmut Holzgraefe |
minor typo fix in proto |
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
920f6fd1 |
| 04-Aug-2000 |
Hartmut Holzgraefe |
ooops - theese new parameters are optional |
#
6a93f284 |
| 04-Aug-2000 |
Hartmut Holzgraefe |
added new second parameter to osrt functions in the protos |
#
83513d95 |
| 24-Jul-2000 |
David Croft |
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not alr
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
show more ...
|
#
8f96ea6b |
| 17-Jul-2000 |
Andrei Zmievski |
*** empty log message *** |
#
c9c425d6 |
| 11-Jul-2000 |
Andrei Zmievski |
Updated comments. |
#
3ac0ae9d |
| 11-Jul-2000 |
Andrei Zmievski |
@- Improved array_multisort() to be able to specify sort type as well sort @ order. Incidentally, it can be used to sort multi-dimensional arrays @ as well. (Andrei) |
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
cd397361 |
| 04-Jul-2000 |
Egon Schmid |
Not every argument type is mixed. |
#
f2457db5 |
| 04-Jul-2000 |
Egon Schmid |
Missed a two liner. |
Revision tags: php-4.0.1pl1 |
|
#
49365eea |
| 28-Jun-2000 |
Andrei Zmievski |
Oops, didn't mean to commit that. |
#
29e8e565 |
| 28-Jun-2000 |
Andrei Zmievski |
@- Added an optional parameter to preg_replace() that can be used to @ specify how many replacements to make. (Andrei) |
Revision tags: php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
5f98304f |
| 25-Jun-2000 |
Egon Schmid |
The second array_merge() is now array_merge_recursive(). |
#
10b5f748 |
| 18-Jun-2000 |
Andrei Zmievski |
One more place. |
#
789aa480 |
| 18-Jun-2000 |
Andrei Zmievski |
@- Modified in_array() to not touch array pointer. (Andrei) |
#
da662986 |
| 17-Jun-2000 |
Zeev Suraski |
- Fix a couple of wranings in the FTP code and in parsedate.y - Be safer with LC_MESSAGES - Align with the latest Zend change in call_user_function_ex() |
#
2e738b51 |
| 11-Jun-2000 |
Stig Venaas |
Forgot to set_compare_func in the new array functions, had only tested with older source. |