Skip to content

Commit 16ec6fa

Browse files
Cleanup NEWS
1 parent e3b2a5c commit 16ec6fa

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

NEWS

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ PHP NEWS
33
?? ??? 201?, PHP 5.5.0
44

55
- General improvements:
6+
. Added generators and coroutines (https://wiki.php.net/rfc/generators).
7+
(Nikita Popov)
8+
. Added "finally" keyword (https://wiki.php.net/rfc/finally). (Laruence)
9+
. Added simplified password hashing API
10+
(https://wiki.php.net/rfc/password_hash). (Anthony Ferrara)
11+
. Added systemtap support by enabling systemtap compatible dtrace probes on
12+
linux. (David Soria Parra)
13+
. Added support for list in foreach (https://wiki.php.net/rfc/foreachlist).
14+
(Laruence)
15+
. Added support for using empty() on the result of function calls and
16+
other expressions (https://wiki.php.net/rfc/empty_isset_exprs).
17+
(Nikita Popov)
18+
. Added support for constant array/string dereferencing. (Laruence)
19+
. Improved set_exception_handler while doing reset.(Laruence)
20+
. Removed php_logo_guid(), php_egg_logo_guid(), php_real_logo_guid(),
21+
zend_logo_guid(). (Adnrew Faulds)
22+
. Dropped support for Windows XP and 2003. (Pierre)
623
. Optimized access to temporary and compiled VM variables. 8% less memory
724
reads. (Dmitry)
825
. The VM stacks for passing function arguments and syntaticaly nested calls
926
were merged into a single stack. The stack size needed for op_array
1027
execution is calculated at compile time and preallocated at once. As result
1128
all the stack push operatins don't require checks for stack overflow
1229
any more. (Dmitry)
13-
. Added support for generators. (Nikita Popov)
14-
. Add simplified password hashing API
15-
(https://wiki.php.net/rfc/password_hash). (Anthony Ferrara)
16-
. Add generators and coroutines (https://wiki.php.net/rfc/generators).
17-
(Nikita Popov)
18-
. Support list in foreach (https://wiki.php.net/rfc/foreachlist). (Laruence)
19-
. Implemented 'finally' keyword (https://wiki.php.net/rfc/finally). (Laruence)
20-
. Drop Windows XP and 2003 support. (Pierre)
21-
. Improve set_exception_handler while doing reset.(Laruence)
22-
. Support constant array/string dereferencing. (Laruence)
23-
. Add support for using empty() on the result of function calls and
24-
other expressions (https://wiki.php.net/rfc/empty_isset_exprs).
25-
(Nikita Popov)
26-
. Remove php_logo_guid(), php_egg_logo_guid(), php_real_logo_guid(),
27-
zend_logo_guid(). (Adnrew Faulds)
28-
. Add systemtap support by enabling systemtap compatible dtrace probes on
29-
linux. (David Soria Parra)
3030

3131
- Calendar:
3232
. Fixed bug #54254 (cal_from_jd returns month = 6 when there is only one Adar)

0 commit comments

Comments
 (0)