3
3
?? ??? 201?, PHP 5.5.0 Beta 1
4
4
5
5
- 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)
8
8
9
9
21 Feb 2013, PHP 5.5.0 Alpha 5
10
10
@@ -14,7 +14,7 @@ PHP NEWS
14
14
propagated). (Laruence)
15
15
. Fixed bug #63830 (Segfault on undefined function call in nested generator).
16
16
(Nikita Popov)
17
- . Fixed bug #60833 (self, parent, static behave inconsistently
17
+ . Fixed bug #60833 (self, parent, static behave inconsistently
18
18
case-sensitive). (Stas, mario at include-once dot org)
19
19
. Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
20
20
. Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
@@ -33,8 +33,8 @@ PHP NEWS
33
33
to master.
34
34
35
35
- 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
38
38
and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and their
39
39
respective OO counterparts. They work in libmysql and mysqlnd mode. (Andrey)
40
40
. Added mysqli_savepoint(), mysqli_release_savepoint(). (Andrey)
@@ -78,8 +78,8 @@ PHP NEWS
78
78
(marc-bennewitz at arcor dot de, Lars)
79
79
80
80
- 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)
83
83
84
84
10 Jan 2013, PHP 5.5.0 Alpha 3
85
85
@@ -97,7 +97,7 @@ PHP NEWS
97
97
98
98
- cURL:
99
99
. 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,
101
101
curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
102
102
. Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
103
103
CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
@@ -170,31 +170,31 @@ PHP NEWS
170
170
set_exception_handler. (Nikita Popov)
171
171
172
172
- 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,
175
175
CURLOPT_NETRC_FILE, CURLOPT_PREQUOTE, CURLOPT_KRBLEVEL, CURLOPT_MAXFILESIZE,
176
176
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,
187
187
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,
189
189
CURLOPT_TRANSFER_ENCODING, CURLOPT_DNS_SERVERS and CURLOPT_USE_SSL.
190
190
(Pierrick)
191
191
. Fixed bug #55635 (CURLOPT_BINARYTRANSFER no longer used. The constant
192
192
still exists for backward compatibility but is doing nothing). (Pierrick)
193
193
. Fixed bug #54995 (Missing CURLINFO_RESPONSE_CODE support). (Pierrick)
194
194
195
195
- 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)
198
198
199
199
- Hash
200
200
. Added support for PBKDF2 via hash_pbkdf2(). (Anthony Ferrara)
@@ -289,7 +289,8 @@ PHP NEWS
289
289
- MySQLi
290
290
. Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql.
291
291
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)
293
294
294
295
- PCRE:
295
296
. Deprecated the /e modifier
@@ -314,6 +315,7 @@ PHP NEWS
314
315
(Anatoliy)
315
316
316
317
- 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)
318
320
319
321
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
0 commit comments