summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-07-13 13:15:21 +0100
committerStanislav Malyshev <stas@php.net>2013-07-15 00:19:39 -0700
commitd17e8ac32fe1f4bbf92c4bac1826d83d8372df95 (patch)
tree98c08a60f4500b4da101f8805f160a03eb4dfb8c /Zend
parent6c4af15d6c87f43ff3902e51e4ad79aa55e60d49 (diff)
downloadphp-git-d17e8ac32fe1f4bbf92c4bac1826d83d8372df95.tar.gz
less serious compatAbility fixes
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ZEND_CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES
index 4a6dc6cdcf..afb3595595 100644
--- a/Zend/ZEND_CHANGES
+++ b/Zend/ZEND_CHANGES
@@ -1136,7 +1136,7 @@ Changes in the Zend Engine 1.0
(supports breakpoints, expression evaluation, step-in/over,
function call backtrace, and more).
- The Zend Engine claims 100% compatability with the engine of PHP
+ The Zend Engine claims 100% compatibility with the engine of PHP
3.0, and is shamelessly lying about it. Here's why:
* Static variable initializers only accept scalar values
@@ -1161,6 +1161,6 @@ Changes in the Zend Engine 1.0
printed the letter { and the contents of the variable $somevar in
PHP 3.0), it will result in a parse error with the Zend Engine.
In this case, you would have to change the code to print
- "\{$somevar"; This incompatability is due to the full variable
+ "\{$somevar"; This incompatibility is due to the full variable
reference within quoted strings feature added in the Zend
Engine.