Hannes Magnusson wrote:
bjori           Tue Dec  9 08:22:09 2008 UTC

Modified files: /php-src NEWS Log:
  - Remove items that already done in earlier branches
  - It doesnt hurt to say what new functions do

NEWS is not documentation. That's elsewhere. ;)

--Jani


http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2173&r2=1.2174&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2173 php-src/NEWS:1.2174
--- php-src/NEWS:1.2173 Sat Nov 22 14:50:00 2008
+++ php-src/NEWS        Tue Dec  9 08:22:08 2008
@@ -30,9 +30,6 @@
   operands. (Dmitry)
 - Removed Freetype 1.x and GD 1.x support from GD extension. (Pierre)
-- Moved extensions to PECL:
-  . ext/ncurses (Hartmut)
-
 - Improved ext/zlib; re-implemented non-file related functionality. (Mike)
 - Improved output layer; see README.NEW-OUTPUT-API for internals. (Mike)
 - Improved ext/mhash: (Mike)
@@ -43,11 +40,11 @@
- Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara)
 - Added E_STRICT to E_ALL. (Dmitry)
-- Added streams features:
-  . Second optional parameter to stream_context_create() to
-    set params during context creation. (Sara)
-  . "context" and "binary_pipes" params in "other_options" arg. (Sara)
-  . stream_resolve_include_path(). (Sara)
+- Added "context" and "binary_pipes" params in "other_options" for proc_open().
+  (Sara)
+- Added stream_resolve_include_path() function which checks which file fopen()
+  with a relative path will open. (Sara)
 - Added shm_has_var() function. (Mike)
- Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike)
+





--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to