History log of /php-src/ext/standard/array.c (Results 1076 – 1100 of 1118)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# aa09d60d 18-May-2000 Andrei Zmievski

(PHP array_multisort) Fix the array_size test.

# a859e833 18-May-2000 Andrei Zmievski

Update for sort functions - user can now specify sort type.

# fdbea075 09-May-2000 Andrei Zmievski

@- Added array_rand() function. (Andrei)

Revision tags: php-4.0RC2
# 105be151 28-Apr-2000 Andrei Zmievski

Fix an empty arrays condition and optimize a bit.
@ Fixed a crash in array_multisort() that happened when empty arrays
@ were passed to it. (Andrei)

# 9ffd5b55 13-Apr-2000 Andrei Zmievski

@- array_walk() now automatically resets the array. (Andrei)

# c7100c4a 12-Apr-2000 Andrei Zmievski

Added natural comparison/sorting routines using code from Martin Pool.

@- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(),
@ natsort(), and natcasesort(). These a

Added natural comparison/sorting routines using code from Martin Pool.

@- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(),
@ natsort(), and natcasesort(). These are useful for comparing and sorting
@ strings that contain numbers. Based on the code from Martin Pool
@ <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/
@ for more info on natural sorting. (Andrei)

show more ...

# 3e2a1034 04-Apr-2000 Egon Schmid

Return type was missing.

# 68d4298e 29-Mar-2000 Sterling Hughes

#yikes stripes, didn't see that one
#its time to go to bed
Re-fixed return value of min and max

# cc2c9d8f 29-Mar-2000 Sterling Hughes

1. Holy protos Batman.
2. Converted some functions from using "return" to RETURN_FALSE

Revision tags: PHP-4.0-RC1
# 7b02e9fc 24-Mar-2000 Andrei Zmievski

@- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)

# 99e0b363 06-Mar-2000 Stig Bakken

@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single
extension.

# d23e5d83 25-Feb-2000 Stig Bakken

@- Implemented default_charset and default_mimetype config directives (Stig)
Implemented default_charset and default_mimetype configuration directives.
Started implementing ticks in PHP.

# 28449188 24-Feb-2000 Egon Schmid

There are more '|' and should be mixed.

# c401bbe2 24-Feb-2000 Andrei Zmievski

Fix proto.

# fe615efb 24-Feb-2000 Egon Schmid

More protos.

Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time

Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# a60e91b3 11-Feb-2000 Andrei Zmievski

(request_shutdown) Prevent infinite loop on shutdown if there is an error
in shutdown function.
(php_array_walk) Print a warning if the walk function doesn't exist.

(request_shutdown) Prevent infinite loop on shutdown if there is an error
in shutdown function.
(php_array_walk) Print a warning if the walk function doesn't exist.

Split shutdown function call into a separate function that's called with
zend_hash_apply() instead of as destructor to keep hash consistent.

This fixes bug #3419.

show more ...

# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch

# 29280bb9 10-Feb-2000 Andi Gutmans

- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32

Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# c12aa454 05-Feb-2000 Zeev Suraski

Compile fixes

# 3a816341 05-Feb-2000 Zeev Suraski

Cleanup patches

Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# bdefd5da 04-Jan-2000 Andi Gutmans

- Change IS_UNSET -> IS_NULL

# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

# ccb4b183 31-Dec-1999 Zeev Suraski

Happy new year (especially to Thies :)
- Zend branch patches merged in - get the PHP tree uptodate
- Clean

Revision tags: PRE_ISSET_TYPE
# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics

1...<<4142434445