1
0
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:
Matt Wilmas
2008-08-29 11:12:34 +00:00
parent 6b35a5df0a
commit d558979acc

3
NEWS
View File

@@ -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)