mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
NEWS update
This commit is contained in:
parent
770c66125d
commit
cda95e161d
1 changed files with 4 additions and 0 deletions
4
NEWS
4
NEWS
|
@ -2,6 +2,10 @@ PHP 4.0 NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
|
||||||
?? ??? 200?, Version 4.0.6
|
?? ??? 200?, Version 4.0.6
|
||||||
|
- Added array_filter(), which allows filtering of array elements via
|
||||||
|
the specified callback. (Andrei)
|
||||||
|
- Fixed all relevant array functions to avoid moving the internal array
|
||||||
|
pointer during operations. (Andrei)
|
||||||
- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
|
- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
|
||||||
one should use new preg_replace_callback() function. (Andrei)
|
one should use new preg_replace_callback() function. (Andrei)
|
||||||
- Added mysql_unbuffered_query(), which is useful for very large result sets
|
- Added mysql_unbuffered_query(), which is useful for very large result sets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue