1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 21:52:36 +02:00

ChangeLog update

This commit is contained in:
2004-09-12 00:33:34 +00:00
parent 4bae5cb4d0
commit 49b1208120
2 changed files with 43 additions and 0 deletions

View File

@@ -1,3 +1,26 @@
2004-09-11 Derick Rethans <php@derickrethans.nl>
* ZendEngine2/zend_operators.c
ZendEngine2/zend_operators.h
ext/standard/array.c:
- MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions
which
makes them sort based on the current locale. (Derick)
* (PHP_5_0)
NEWS
ZendEngine2/zend_operators.c
ZendEngine2/zend_operators.h
ext/standard/array.c:
- Added the sorting flag SORT_LOCALE_STRING to the sort() functions which
makes
them sort based on the current locale. (Derick)
2004-09-11 Andi Gutmans <andi@zend.com>
* ZendEngine2/zend_operators.c:
- Resolve undefined behavior (joe at redhat)
2004-09-10 Sara Golemon <php@alphaweb.net>
* main/streams/streams.c:

View File

@@ -1,3 +1,23 @@
2004-09-11 Derick Rethans <php@derickrethans.nl>
* zend_operators.c
zend_operators.h:
- MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions
which
makes them sort based on the current locale. (Derick)
* (PHP_5_0)
zend_operators.c
zend_operators.h:
- Added the sorting flag SORT_LOCALE_STRING to the sort() functions which
makes
them sort based on the current locale. (Derick)
2004-09-11 Andi Gutmans <andi@zend.com>
* zend_operators.c:
- Resolve undefined behavior (joe at redhat)
2004-09-10 Andi Gutmans <andi@zend.com>
* zend_compile.c: