Skip to content

Commit 1274559

Browse files
committed
Remove trailing whitespace; break long lines
1 parent 8718755 commit 1274559

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

NEWS

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ PHP NEWS
33
?? ??? 201?, PHP 5.5.0 Beta 1
44

55
- Core:
6-
. Fixed bug #49348 (Uninitialized ++$foo->bar; does not cause a notice).
7-
(Stas)
6+
. Fixed bug #49348 (Uninitialized ++$foo->bar; does not cause a notice).
7+
(Stas)
88

99
21 Feb 2013, PHP 5.5.0 Alpha 5
1010

@@ -14,7 +14,7 @@ PHP NEWS
1414
propagated). (Laruence)
1515
. Fixed bug #63830 (Segfault on undefined function call in nested generator).
1616
(Nikita Popov)
17-
. Fixed bug #60833 (self, parent, static behave inconsistently
17+
. Fixed bug #60833 (self, parent, static behave inconsistently
1818
case-sensitive). (Stas, mario at include-once dot org)
1919
. Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
2020
. Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
@@ -33,8 +33,8 @@ PHP NEWS
3333
to master.
3434

3535
- mysqli
36-
. Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented all
37-
options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT
36+
. Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented
37+
all options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT
3838
and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and their
3939
respective OO counterparts. They work in libmysql and mysqlnd mode. (Andrey)
4040
. Added mysqli_savepoint(), mysqli_release_savepoint(). (Andrey)
@@ -78,8 +78,8 @@ PHP NEWS
7878
(marc-bennewitz at arcor dot de, Lars)
7979

8080
- Reflection:
81-
. Fixed bug #64007 (There is an ability to create instance of Generator by hand).
82-
(Laruence)
81+
. Fixed bug #64007 (There is an ability to create instance of Generator by
82+
hand). (Laruence)
8383

8484
10 Jan 2013, PHP 5.5.0 Alpha 3
8585

@@ -97,7 +97,7 @@ PHP NEWS
9797

9898
- cURL:
9999
. Added new functions curl_escape, curl_multi_setopt, curl_multi_strerror
100-
curl_pause, curl_reset, curl_share_close, curl_share_init,
100+
curl_pause, curl_reset, curl_share_close, curl_share_init,
101101
curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
102102
. Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
103103
CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
@@ -170,31 +170,31 @@ PHP NEWS
170170
set_exception_handler. (Nikita Popov)
171171

172172
- cURL:
173-
. Added support for CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_APPEND,
174-
CURLOPT_DIRLISTONLY, CURLOPT_NEW_DIRECTORY_PERMS, CURLOPT_NEW_FILE_PERMS,
173+
. Added support for CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_APPEND,
174+
CURLOPT_DIRLISTONLY, CURLOPT_NEW_DIRECTORY_PERMS, CURLOPT_NEW_FILE_PERMS,
175175
CURLOPT_NETRC_FILE, CURLOPT_PREQUOTE, CURLOPT_KRBLEVEL, CURLOPT_MAXFILESIZE,
176176
CURLOPT_FTP_ACCOUNT, CURLOPT_COOKIELIST, CURLOPT_IGNORE_CONTENT_LENGTH,
177-
CURLOPT_CONNECT_ONLY, CURLOPT_LOCALPORT, CURLOPT_LOCALPORTRANGE,
178-
CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_SSL_SESSIONID_CACHE,
179-
CURLOPT_FTP_SSL_CCC, CURLOPT_HTTP_CONTENT_DECODING,
180-
CURLOPT_HTTP_TRANSFER_DECODING, CURLOPT_PROXY_TRANSFER_MODE,
181-
CURLOPT_ADDRESS_SCOPE, CURLOPT_CRLFILE, CURLOPT_ISSUERCERT,
182-
CURLOPT_USERNAME, CURLOPT_PASSWORD, CURLOPT_PROXYUSERNAME,
183-
CURLOPT_PROXYPASSWORD, CURLOPT_NOPROXY, CURLOPT_SOCKS5_GSSAPI_NEC,
184-
CURLOPT_SOCKS5_GSSAPI_SERVICE, CURLOPT_TFTP_BLKSIZE,
185-
CURLOPT_SSH_KNOWNHOSTS, CURLOPT_FTP_USE_PRET, CURLOPT_MAIL_FROM,
186-
CURLOPT_MAIL_RCPT, CURLOPT_RTSP_CLIENT_CSEQ, CURLOPT_RTSP_SERVER_CSEQ,
177+
CURLOPT_CONNECT_ONLY, CURLOPT_LOCALPORT, CURLOPT_LOCALPORTRANGE,
178+
CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_SSL_SESSIONID_CACHE,
179+
CURLOPT_FTP_SSL_CCC, CURLOPT_HTTP_CONTENT_DECODING,
180+
CURLOPT_HTTP_TRANSFER_DECODING, CURLOPT_PROXY_TRANSFER_MODE,
181+
CURLOPT_ADDRESS_SCOPE, CURLOPT_CRLFILE, CURLOPT_ISSUERCERT,
182+
CURLOPT_USERNAME, CURLOPT_PASSWORD, CURLOPT_PROXYUSERNAME,
183+
CURLOPT_PROXYPASSWORD, CURLOPT_NOPROXY, CURLOPT_SOCKS5_GSSAPI_NEC,
184+
CURLOPT_SOCKS5_GSSAPI_SERVICE, CURLOPT_TFTP_BLKSIZE,
185+
CURLOPT_SSH_KNOWNHOSTS, CURLOPT_FTP_USE_PRET, CURLOPT_MAIL_FROM,
186+
CURLOPT_MAIL_RCPT, CURLOPT_RTSP_CLIENT_CSEQ, CURLOPT_RTSP_SERVER_CSEQ,
187187
CURLOPT_RTSP_SESSION_ID, CURLOPT_RTSP_STREAM_URI, CURLOPT_RTSP_TRANSPORT,
188-
CURLOPT_RTSP_REQUEST, CURLOPT_RESOLVE, CURLOPT_ACCEPT_ENCODING,
188+
CURLOPT_RTSP_REQUEST, CURLOPT_RESOLVE, CURLOPT_ACCEPT_ENCODING,
189189
CURLOPT_TRANSFER_ENCODING, CURLOPT_DNS_SERVERS and CURLOPT_USE_SSL.
190190
(Pierrick)
191191
. Fixed bug #55635 (CURLOPT_BINARYTRANSFER no longer used. The constant
192192
still exists for backward compatibility but is doing nothing). (Pierrick)
193193
. Fixed bug #54995 (Missing CURLINFO_RESPONSE_CODE support). (Pierrick)
194194

195195
- Datetime
196-
. Fixed bug #61642 (modify("+5 weekdays") returns Sunday).
197-
(Dmitri Iouchtchenko)
196+
. Fixed bug #61642 (modify("+5 weekdays") returns Sunday).
197+
(Dmitri Iouchtchenko)
198198

199199
- Hash
200200
. Added support for PBKDF2 via hash_pbkdf2(). (Anthony Ferrara)
@@ -289,7 +289,8 @@ PHP NEWS
289289
- MySQLi
290290
. Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql.
291291
Known for stability problems. (Andrey)
292-
. Added support for SHA256 authentication available with MySQL 5.6.6+. (Andrey)
292+
. Added support for SHA256 authentication available with MySQL 5.6.6+.
293+
(Andrey)
293294

294295
- PCRE:
295296
. Deprecated the /e modifier
@@ -314,6 +315,7 @@ PHP NEWS
314315
(Anatoliy)
315316

316317
- General improvements:
317-
. Implemented FR #46487 (Dereferencing process-handles no longer waits on those processes). (Jille Timmermans)
318+
. Implemented FR #46487 (Dereferencing process-handles no longer waits on
319+
those processes). (Jille Timmermans)
318320

319321
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>

0 commit comments

Comments
 (0)