1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00

- By mistake recommited bad entry

This commit is contained in:
Andi Gutmans
2000-07-12 03:57:26 +00:00
parent f47760cbb6
commit e1df83e8e0

1
NEWS
View File

@@ -6,7 +6,6 @@ PHP 4.0 NEWS
(Andi, Zend Engine)
- Fixed corruption problem when changing deeply nested values in objects.
(Andi & Zeev, Zend Engine)
- Fixed closing
- 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)