Revision tags: php-4.0RC2 |
|
#
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 ...
|
Revision tags: PHP-4.0-RC1 |
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension. |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE |
|
#
457a13da |
| 13-Dec-1999 |
Andrei Zmievski |
Finished array_multisort() function. Basically it sorts multiple arrays similar to ORDER BY SQL clause. @ Added array_multisort() function. (Andrei) # Docs are coming soon |
Revision tags: RETURN_REF_BP |
|
#
dbaf6c5c |
| 11-Dec-1999 |
Andrei Zmievski |
Added array globals in preparation for multisort() changes. |
Revision tags: PRE_RETURN_REF_PATCH |
|
#
ae1b7bf4 |
| 05-Dec-1999 |
Stig Bakken |
@Fix warnings compiling in maintainer mode. (Stig) Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http
@Fix warnings compiling in maintainer mode. (Stig) Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-)
show more ...
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1 |
|
#
2451ff53 |
| 21-Nov-1999 |
Thies C. Arntzen |
@- Implemented array_flip() function. Returns input-array with key, value @ flipped. (Thies) (PHP array_flip) new function. no clash detection, only works for IS_STRING and IS_LONG datatypes
@- Implemented array_flip() function. Returns input-array with key, value @ flipped. (Thies) (PHP array_flip) new function. no clash detection, only works for IS_STRING and IS_LONG datatypes in src-array.
show more ...
|
Revision tags: php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
438addf3 |
| 13-Nov-1999 |
Andrei Zmievski |
Split array functions into separate module. |