@@ -3,30 +3,30 @@ PHP NEWS
3
3
?? ??? 201?, PHP 5.5.0
4
4
5
5
- 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)
6
23
. Optimized access to temporary and compiled VM variables. 8% less memory
7
24
reads. (Dmitry)
8
25
. The VM stacks for passing function arguments and syntaticaly nested calls
9
26
were merged into a single stack. The stack size needed for op_array
10
27
execution is calculated at compile time and preallocated at once. As result
11
28
all the stack push operatins don't require checks for stack overflow
12
29
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)
30
30
31
31
- Calendar:
32
32
. Fixed bug #54254 (cal_from_jd returns month = 6 when there is only one Adar)
0 commit comments