Commit:    12745594a4ba5f0185e80c46097072419d80f295
Author:    Gustavo Lopes <glo...@nebm.ist.utl.pt>         Sat, 23 Feb 2013 
18:00:21 +0100
Parents:   8718755c9f152e153b575d6bc71fda1fa5420b40
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=12745594a4ba5f0185e80c46097072419d80f295

Log:
Remove trailing whitespace; break long lines

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index fe647f2..417f4fa 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ PHP                                                             
           NEWS
 ?? ??? 201?, PHP 5.5.0 Beta 1
 
 - Core:
-  . Fixed bug #49348 (Uninitialized ++$foo->bar; does not cause a notice). 
-    (Stas) 
+  . Fixed bug #49348 (Uninitialized ++$foo->bar; does not cause a notice).
+    (Stas)
 
 21 Feb 2013, PHP 5.5.0 Alpha 5
 
@@ -14,7 +14,7 @@ PHP                                                           
             NEWS
     propagated). (Laruence)
   . Fixed bug #63830 (Segfault on undefined function call in nested generator).
     (Nikita Popov)
-  . Fixed bug #60833 (self, parent, static behave inconsistently 
+  . Fixed bug #60833 (self, parent, static behave inconsistently
     case-sensitive). (Stas, mario at include-once dot org)
   . Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
   . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
@@ -33,8 +33,8 @@ PHP                                                           
             NEWS
     to master.
 
 - mysqli
-  . Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented 
all
-    options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT
+  . Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented
+    all options, per MySQL 5.6, which can be used with START TRANSACTION, 
COMMIT
        and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and 
their
        respective OO counterparts. They work in libmysql and mysqlnd mode. 
(Andrey)
   . Added mysqli_savepoint(), mysqli_release_savepoint(). (Andrey)
@@ -78,8 +78,8 @@ PHP                                                           
             NEWS
     (marc-bennewitz at arcor dot de, Lars)
 
 - Reflection:
-  . Fixed bug #64007 (There is an ability to create instance of Generator by 
hand).
-    (Laruence)
+  . Fixed bug #64007 (There is an ability to create instance of Generator by
+    hand). (Laruence)
 
 10 Jan 2013, PHP 5.5.0 Alpha 3
 
@@ -97,7 +97,7 @@ PHP                                                           
             NEWS
 
 - cURL:
   . Added new functions curl_escape, curl_multi_setopt, curl_multi_strerror
-    curl_pause, curl_reset, curl_share_close, curl_share_init, 
+    curl_pause, curl_reset, curl_share_close, curl_share_init,
     curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
   . Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
     CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
@@ -170,22 +170,22 @@ PHP                                                       
                 NEWS
     set_exception_handler. (Nikita Popov)
 
 - cURL:
-  . Added support for CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_APPEND, 
-    CURLOPT_DIRLISTONLY, CURLOPT_NEW_DIRECTORY_PERMS, CURLOPT_NEW_FILE_PERMS, 
+  . Added support for CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_APPEND,
+    CURLOPT_DIRLISTONLY, CURLOPT_NEW_DIRECTORY_PERMS, CURLOPT_NEW_FILE_PERMS,
     CURLOPT_NETRC_FILE, CURLOPT_PREQUOTE, CURLOPT_KRBLEVEL, 
CURLOPT_MAXFILESIZE,
     CURLOPT_FTP_ACCOUNT, CURLOPT_COOKIELIST, CURLOPT_IGNORE_CONTENT_LENGTH,
-    CURLOPT_CONNECT_ONLY, CURLOPT_LOCALPORT, CURLOPT_LOCALPORTRANGE, 
-    CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_SSL_SESSIONID_CACHE, 
-    CURLOPT_FTP_SSL_CCC, CURLOPT_HTTP_CONTENT_DECODING, 
-    CURLOPT_HTTP_TRANSFER_DECODING, CURLOPT_PROXY_TRANSFER_MODE, 
-    CURLOPT_ADDRESS_SCOPE, CURLOPT_CRLFILE, CURLOPT_ISSUERCERT, 
-    CURLOPT_USERNAME, CURLOPT_PASSWORD, CURLOPT_PROXYUSERNAME, 
-    CURLOPT_PROXYPASSWORD, CURLOPT_NOPROXY, CURLOPT_SOCKS5_GSSAPI_NEC, 
-    CURLOPT_SOCKS5_GSSAPI_SERVICE, CURLOPT_TFTP_BLKSIZE, 
-    CURLOPT_SSH_KNOWNHOSTS, CURLOPT_FTP_USE_PRET, CURLOPT_MAIL_FROM, 
-    CURLOPT_MAIL_RCPT, CURLOPT_RTSP_CLIENT_CSEQ, CURLOPT_RTSP_SERVER_CSEQ, 
+    CURLOPT_CONNECT_ONLY, CURLOPT_LOCALPORT, CURLOPT_LOCALPORTRANGE,
+    CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_SSL_SESSIONID_CACHE,
+    CURLOPT_FTP_SSL_CCC, CURLOPT_HTTP_CONTENT_DECODING,
+    CURLOPT_HTTP_TRANSFER_DECODING, CURLOPT_PROXY_TRANSFER_MODE,
+    CURLOPT_ADDRESS_SCOPE, CURLOPT_CRLFILE, CURLOPT_ISSUERCERT,
+    CURLOPT_USERNAME, CURLOPT_PASSWORD, CURLOPT_PROXYUSERNAME,
+    CURLOPT_PROXYPASSWORD, CURLOPT_NOPROXY, CURLOPT_SOCKS5_GSSAPI_NEC,
+    CURLOPT_SOCKS5_GSSAPI_SERVICE, CURLOPT_TFTP_BLKSIZE,
+    CURLOPT_SSH_KNOWNHOSTS, CURLOPT_FTP_USE_PRET, CURLOPT_MAIL_FROM,
+    CURLOPT_MAIL_RCPT, CURLOPT_RTSP_CLIENT_CSEQ, CURLOPT_RTSP_SERVER_CSEQ,
     CURLOPT_RTSP_SESSION_ID, CURLOPT_RTSP_STREAM_URI, CURLOPT_RTSP_TRANSPORT,
-    CURLOPT_RTSP_REQUEST, CURLOPT_RESOLVE, CURLOPT_ACCEPT_ENCODING, 
+    CURLOPT_RTSP_REQUEST, CURLOPT_RESOLVE, CURLOPT_ACCEPT_ENCODING,
     CURLOPT_TRANSFER_ENCODING, CURLOPT_DNS_SERVERS and CURLOPT_USE_SSL.
     (Pierrick)
   . Fixed bug #55635 (CURLOPT_BINARYTRANSFER no longer used. The constant
@@ -193,8 +193,8 @@ PHP                                                         
               NEWS
   . Fixed bug #54995 (Missing CURLINFO_RESPONSE_CODE support). (Pierrick)
 
 - Datetime
-  . Fixed bug #61642 (modify("+5 weekdays") returns Sunday). 
-    (Dmitri Iouchtchenko) 
+  . Fixed bug #61642 (modify("+5 weekdays") returns Sunday).
+    (Dmitri Iouchtchenko)
 
 - Hash
   . Added support for PBKDF2 via hash_pbkdf2(). (Anthony Ferrara)
@@ -289,7 +289,8 @@ PHP                                                         
               NEWS
 - MySQLi
   . Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql.
     Known for stability problems. (Andrey)
-  . Added support for SHA256 authentication available with MySQL 5.6.6+. 
(Andrey)
+  . Added support for SHA256 authentication available with MySQL 5.6.6+.
+    (Andrey)
 
 - PCRE:
   . Deprecated the /e modifier
@@ -314,6 +315,7 @@ PHP                                                         
               NEWS
       (Anatoliy)
 
 - General improvements:
-  . Implemented FR #46487 (Dereferencing process-handles no longer waits on 
those processes). (Jille Timmermans)
+  . Implemented FR #46487 (Dereferencing process-handles no longer waits on
+    those processes). (Jille Timmermans)
 
 <<< NOTE: Insert NEWS from last stable release here prior to actual release! 
>>>


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

Reply via email to