summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
author <changelog@php.net>2003-03-20 01:33:31 +0000
committer <changelog@php.net>2003-03-20 01:33:31 +0000
commit87a06aa8eaacb9d0fb4765b85a2efe1d0db1657d (patch)
tree799c8decd96bd9c06d2c9ffe0b51171025258fe5 /Zend
parent6638543a72b822e459e85511f44c70a849faaa7c (diff)
downloadphp-git-87a06aa8eaacb9d0fb4765b85a2efe1d0db1657d.tar.gz
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 8832fd1586..aca2511dda 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,18 @@
+2003-03-19 Andrei Zmievski <andrei@gravitonic.com>
+
+ * zend_compile.c
+ zend_compile.h
+ zend_globals.h
+ zend_highlight.c
+ zend_language_parser.y
+ zend_language_scanner.l:
+ - Keep track of starting/ending line numbers for user functions.
+ - Store last parsed doc comment in a compiler global for future use.
+
+ * zend_API.c:
+ Lowercase the function name when used as key in the function name. The
+ original case is still preserved in zend_function structure.
+
2003-03-18 Zeev Suraski <zeev@zend.com>
* zend_compile.c