Skip to content

Commit

Permalink
Cleanup NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 6, 2012
1 parent e3b2a5c commit 16ec6fa
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ PHP NEWS
?? ??? 201?, PHP 5.5.0

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

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

0 comments on commit 16ec6fa

Please sign in to comment.