]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Mon, 17 Jul 2000 13:37:26 +0000 (13:37 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 17 Jul 2000 13:37:26 +0000 (13:37 +0000)
NEWS
ext/standard/array.c

diff --git a/NEWS b/NEWS
index 76c6e644bd081f873a00f1a71380c4c52ab7baa3..25cc03043896baa76b9fd277b20affb60b56a2b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ PHP 4.0                                                                    NEWS
   parameter was specified.
 - Use dashes and short day name in cookies since some browsers seem picky
   about this (Rasmus)
-- Making pspell compile as a shared module
+- Added pspell module. (Vlad)
 - Added 3 additional arguments to the user-defined error handler - the file
   name and line number in which the error occured, and the context (local
   variables) of the code in which the error occured (Zeev, Zend Engine)
index cc2b1b844e947d24a330ec92aee58ead9b20b9b8..63c936279888c8df19d5ae16753ddfd725c83033 100644 (file)
@@ -2425,7 +2425,7 @@ int multisort_compare(const void *a, const void *b)
        efree(args);                                                    \
        RETURN_FALSE;
 
-/* {{{ proto bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC] [, array ar2 [, SORT_ASC|SORT_DESC], ...])
+/* {{{ proto bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]], ...])
    Sort multiple arrays at once similar to how ORDER BY clause works in SQL */
 PHP_FUNCTION(array_multisort)
 {