mirror of
https://github.com/php/php-src.git
synced 2026-04-18 21:41:22 +02:00
- Be more specific about when constant substitution occurs
- And should that be "values" or "value"? Hmm, feel free to improve wording
This commit is contained in:
3
NEWS
3
NEWS
@@ -105,7 +105,8 @@ PHP NEWS
|
||||
. Added ability to handle exceptions in destructors. (Marcus)
|
||||
|
||||
- Improved PHP runtime speed and memory usage:
|
||||
. Substitute persistent constants by their values at compile time. (Matt)
|
||||
. Substitute global-scope, persistent constants with their values at compile
|
||||
time. (Matt)
|
||||
. Optimized ZEND_SIGNED_MULTIPLY_LONG(). (Matt)
|
||||
. Removed direct executor recursion. (Dmitry)
|
||||
. Use fastcall calling convention in executor on x86. (Dmitry)
|
||||
|
||||
Reference in New Issue
Block a user