1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
This commit is contained in:
Wez Furlong
2004-07-22 12:15:12 +00:00
parent 17adf438a2
commit bb23e0d7cc
+3
View File
@@ -10,6 +10,9 @@ PHP NEWS
. array_diff_ukey() (Andrey)
. array_intersect_key() (Christiano Duarte)
. array_intersect_ukey() (Christiano Duarte)
. stream_context_get_default() (Wez)
. stream_socket_enable_crypto() (Wez)
- PHP will now respect extension dependencies when initializing. (Wez)
- Added MDTM support to ftp_url_stat. (Sara)
- Added zlib stream filter suport. (Sara)
- Added bz2 stream filter support. (Sara)