jani            Thu Aug 14 18:19:52 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  keep the style
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.269&r2=1.2027.2.547.2.965.2.270&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.269 
php-src/NEWS:1.2027.2.547.2.965.2.270
--- php-src/NEWS:1.2027.2.547.2.965.2.269       Thu Aug 14 13:12:42 2008
+++ php-src/NEWS        Thu Aug 14 18:19:49 2008
@@ -6,15 +6,14 @@
 - Changed session_start() to return false when session startup fails. (Jani)
 
 - Added system independent realpath() implementation which caches intermediate
-  directories in realpath-cache (Dmitry)
+  directories in realpath-cache. (Dmitry)
 - Added optional clear_realpath_cache and filename parameters to
   clearstatcache(). (Jani, Arnaud)
 - Added litespeed SAPI module. (George Wang)
 - Added ext/hash support to ext/session's ID generator. (Sara)
 - Added quoted_printable_encode() function. (Tony)
-
-- Implemented feature request #34381 (nl2br() should have an option for 
-  XHTML/HTML compatible BR element) (Kalle)
+- Added optional "is_xhtml" parameter to nl2br() which makes the function
+  output <br> when false and <br /> when true (FR #34381). (Kalle)
 
 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
   relative time string. (Derick)



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

Reply via email to