changelog Thu Dec 21 01:31:03 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1039&r2=1.1040&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1039 ZendEngine2/ChangeLog:1.1040
--- ZendEngine2/ChangeLog:1.1039 Wed Dec 20 01:31:04 2006
+++ ZendEngine2/ChangeLog Thu Dec 21 01:31:02 2006
@@ -1,3 +1,99 @@
+2006-12-20 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * zend_builtin_functions.c:
+ fix possible leak on failure in get_defined_functions()
+
+ * zend_API.c:
+ fix leak in zend_disable_class()
+
+2006-12-20 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_alloc.c
+ zend_alloc.h:
+ - Make shorter and do not use problematic attribute
+
+ * zend_alloc.c
+ zend_alloc.h:
+ - Compilers mightnot like the zstr return,thus return void*
+
+2006-12-20 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * zend_API.c:
+ Check for conversion failure in "s&" and return appropriately.
+
+ * zend_unicode.c:
+ Fix return value in zval_unicode_to_string_ex().
+
+ * zend_alloc.c:
+ Fix warning.
+
+2006-12-20 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend.h
+ zend_alloc.c
+ zend_alloc.h:
+ - Implement zend_zstrndup()
+
+2006-12-20 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * zend_operators.h:
+ return NULL right away if invalid length was passed
+
+2006-12-20 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_language_scanner.l:
+ More correct patch for b-prefixes.
+
+2006-12-20 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_language_parser.y:
+ MFH: fix #39903 (Notice message when executing __halt_compiler() more
than
+ once)
+
+ * zend_language_parser.y:
+ fix #39903 (Notice message when executing __halt_compiler() more than
once)
+
+ * (PHP_5_2)
+ zend_builtin_functions.c:
+ use Z_* macros
+
+2006-12-20 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * Zend.m4
+ zend_alloc.c:
+ Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't
+ make a
+ ny significant slowdown, but incrise maintainability a lot. Note that the
+ setting of memory_limit wasn't changes (neither in main/main.c nor in
+ php.ini) and it
+ still set to 16M.
+
+ * (PHP_5_2)
+ Zend.m4
+ zend_alloc.c:
+ Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't
+ make any significant slowdown, but incrise maintainability a lot. Note
+ that the setting of memory_limit wasn't changes (neither in main/main.c
+ nor in php.ini) and it still set to 16M.
+
+2006-12-20 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * zend_API.h:
+ MFB:
+ - Fixed incorrect function names on FreeBSD where inet_pton() was named
+ __inet_pton() and inet_ntop() was named __inet_ntop()
+ - Fixed bug #39685 (iconv() - undefined function)
+ - Fixed bug #38852 (XML-RPC Breaks iconv)
+
+ * (PHP_5_2)
+ zend_API.h:
+ - Fixed incorrect function names on FreeBSD where inet_pton() was named
+ __inet_pton() and inet_ntop() was named __inet_ntop()
+ - Fixed bug #39685 (iconv() - undefined function)
+ - Fixed bug #38852 (XML-RPC Breaks iconv)
+
2006-12-19 Marcus Boerger <[EMAIL PROTECTED]>
* zend_interfaces.c:
@@ -16154,7 +16250,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1039 2006/12/20 01:31:04 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1040 2006/12/21 01:31:02 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -17878,7 +17974,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1039 2006/12/20 01:31:04
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1040 2006/12/21 01:31:02
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>