summaryrefslogtreecommitdiff
path: root/Zend/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-07-17 00:19:37 +0000
committer <changelog@php.net>2002-07-17 00:19:37 +0000
commit8505e6ec1e68530d38d3e3bad04d2f1d2c5c24e3 (patch)
tree238f094e8da90425c895acbebfd6aec3c8869ef9 /Zend/ChangeLog
parent7eecae7527b91afc4cf30dfe19b5400c2e2183b1 (diff)
downloadphp-git-8505e6ec1e68530d38d3e3bad04d2f1d2c5c24e3.tar.gz
ChangeLog update
Diffstat (limited to 'Zend/ChangeLog')
-rw-r--r--Zend/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 41b5c3fd20..707bfc50af 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,21 @@
+2002-07-16 Andi Gutmans <andi@pb1.pair.com>
+
+ * ZEND_CHANGES: - Before I forget to list it, this was also added.
+
+ * zend_language_scanner.l:
+ - Syntactic sugar - Add "public" as a synonym for "var".
+ - Now we have the three P's.
+ You can do:
+
+ <?
+ class MyClass {
+ public $a;
+ private $b;
+ protected $c;
+ }
+
+ ?>
+
2002-07-15 derick <derick@pb1.pair.com>
* zend_operators.c: - MFH of the crap removal