changelog Fri May 30 14:40:21 2003 EDT
Modified files:
/Zend ChangeLog
Log:
Update
Index: Zend/ChangeLog
diff -u Zend/ChangeLog:1.127 Zend/ChangeLog:1.128
--- Zend/ChangeLog:1.127 Thu May 29 20:30:55 2003
+++ Zend/ChangeLog Fri May 30 14:40:20 2003
@@ -45,6 +45,144 @@
Submitted by: Brian J. France <[EMAIL PROTECTED]>
+2003-05-18 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_ini_parser.y
+ zend_ini_scanner.l:
+ Move zend_parse_ini_file back to using close_file and not dtor.
+ Using dtor breaks the API (it mandates that in filehandle filename and
+ opened_path would be different emalloced strings) - which even PHP doesn't
+ hold, let alone anything else using zend_parse_ini_file.
+
+ * zend_extensions.h:
+ Bump API no - HEAD is no longer binary compatible with 4.3.x
+ due to changes in globals
+
+2003-05-18 Masaki Fujimoto <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_language_scanner.l:
+ - fixed memory leaks
+
+2003-05-17 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_execute.c
+ zend_language_scanner.l:
+ Properly initialize zend_file_handle everywhere
+
+2003-05-15 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_builtin_functions.c:
+ Fix win32 build
+
+ * (PHP_4_3)
+ zend_builtin_functions.c:
+ Fix for bug #23505
+
+2003-05-14 Masaki Fujimoto <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_language_scanner.l:
+ - fixed zend-multibyte's input processing in response to the brand-new fd
+ lexer code (patch by [EMAIL PROTECTED])
+
+2003-05-13 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ flex.skl
+ zend_compile.h
+ zend_language_scanner.l:
+ Axe yy_interactive / tty stuff
+
+ Now that the lexer and the CLI SAPI use POSIX IO, there is no need
+ for differentiating this at the lexer level.
+
+ * (PHP_4_3)
+ zend_language_scanner.l:
+ Also don't close stdin through posix IO
+
+ * (PHP_4_3)
+ flex.skl
+ zend.c
+ zend.h
+ zend_compile.h
+ zend_execute.c
+ zend_globals.h
+ zend_ini_parser.y
+ zend_ini_scanner.h
+ zend_ini_scanner.l
+ zend_language_scanner.h
+ zend_language_scanner.l:
+ Commit of the zend part of the fd-lexer patch
+
+ Open: What to do with interactive reading.
+
+2003-05-06 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ Zend.m4:
+ Noone is using CXX anymore around here
+
+ I wonder why nobody has axed the C++ scanner code before.
+
+2003-05-04 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend.c:
+ MFZE2: Fix bug #23162 user_error() crashs if > 1024 bytes (Marcus,
+ Moriyoshi)
+
+2003-04-29 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_multiply.h:
+ Fix *= operator
+
+ Slightly changed patch by Wez Furlong
+
+2003-04-25 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_language_scanner.l:
+ MFH: Fixed bug #21820 ("$arr[foo]" generates bogus E_NOTICE, should be
+ E_PARSE)
+
+2003-04-18 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend.h:
+ - Back out my changes, it was already fixed by Stas (but only in
+ Zend Engine 1)
+
+ * (PHP_4_3)
+ zend.h:
+ - Fix typo
+
+2003-04-16 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_operators.c:
+ Speed up, simplify, use ZEND_SIGNED_MULTIPLY_LONG in mul_operation
+
+
+ * (PHP_4_3)
+ zend_multiply.h:
+ output should go into lval of course
+
+2003-04-15 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ zend_alloc.c
+ zend_alloc.h
+ zend_multiply.h:
+ Looks like I forgot to commit the safe_emalloc function
+
+ This also turns the safe multiplication function into a macro for
+ reduced call overhead.
+
2003-04-07 Jani Taskinen <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -1083,7 +1221,7 @@
2002-05-13 Sterling Hughes <[EMAIL PROTECTED]>
- * zend_qsort.c: add $Id: ChangeLog,v 1.127 2003/05/30 00:30:55 changelog Exp $ tag
+ * zend_qsort.c: add $Id: ChangeLog,v 1.128 2003/05/30 18:40:20 changelog Exp $ tag
2002-05-13 Derick Rethans <[EMAIL PROTECTED]>