changelog Thu Feb 24 20:35:41 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1904&r2=1.1905&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1904 php-src/ChangeLog:1.1905
--- php-src/ChangeLog:1.1904 Wed Feb 23 20:34:57 2005
+++ php-src/ChangeLog Thu Feb 24 20:35:40 2005
@@ -1,3 +1,99 @@
+2005-02-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ ext/mysqli/mysqli_nonapi.c:
+ MFH: Fixed bug #32081 (default socket value is not being used).
+
+ * ext/mysqli/mysqli_nonapi.c:
+ Fixed bug #32081 (default socket value is not being used).
+
+2005-02-24 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/image.c:
+ - Little speed up
+
+ * ext/standard/image.c:
+ - This must be == 1
+
+2005-02-24 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * acinclude.m4
+ configure.in
+ ext/iconv/config.m4:
+ - Fixed all buildconf warnings + cross-compiling issues
+
+2005-02-24 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_language_scanner.l:
+ - Make one line comments work the same with <script ...> </script> as
with
+ - other tags. This will break scripts that have whitespace at the end
+ - of the closing tag </script > but this is barely used as it is
+ - and I doubt ppl used whitespace. (patch by Jani)
+
+2005-02-24 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * TSRM/threads.m4:
+ - cross-compile fix
+
+2005-02-24 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_objects_API.h:
+ - This part of the patch was right
+
+2005-02-24 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * acinclude.m4
+ configure.in
+ scripts/phpize.m4:
+ - Restructured and added a few comments here and there.
+ - Made macros of couple of tests previously littering configure.in
+ (e.g. PHP_PROG_AWK, PHP_PROG_LEX, PHP_PROG_BISON..)
+ - Moved all PHP_SUBST() calls into their respective macros.
+ (no point adding empty entries in Makefile if macro is not used)
+
+ * ext/standard/var_unserializer.c:
+ - Generated with re2c 0.9.4
+
+2005-02-24 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ fix typo
+
+2005-02-24 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_opcodes.h:
+ Fixed bug in ZEND_POST_INC/ZEND_POST_DEC handlers.
+ These opcodes assume IS_TMP_VAR as result.
+
+2005-02-24 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_modules.h:
+ - Need zend_Compile.h for struct _zend_arg_info definiton (thanks to Joe
+ Orton)
+
+ * main/streams/mmap.c:
+ - Fix comment
+
+ * ZendEngine2/zend_objects.c
+ ZendEngine2/zend_objects.h
+ ZendEngine2/zend_objects_API.h:
+ - Revert following patch until we decide what is the right way to handle
+ - this:
+ - Fix signatures they are all meant to be able to deal with any type in
+ any
+ object storage (though we are still missing several parts)
+
+2005-02-24 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/image.c:
+ - Prevent superflous memory allocation
+
2005-02-23 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/standard/image.c:
@@ -680,7 +776,7 @@
ext/session/mod_mm.h
ext/session/mod_user.h
ext/session/php_session.h:
- - Missing $Id: ChangeLog,v 1.1904 2005/02/24 01:34:57 changelog Exp $
tags
+ - Missing $Id: ChangeLog,v 1.1905 2005/02/25 01:35:40 changelog Exp $
tags
* (PHP_4_3)
ext/session/session.c:
@@ -1161,7 +1257,7 @@
* (PHP_4_3)
Zend/zend_ini_scanner.l:
- Missing $Id: ChangeLog,v 1.1904 2005/02/24 01:34:57 changelog Exp $ tag
+ ws fix
+ Missing $Id: ChangeLog,v 1.1905 2005/02/25 01:35:40 changelog Exp $ tag
+ ws fix
* ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner.l:
@@ -2635,7 +2731,7 @@
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.h
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.1904 2005/02/24 01:34:57 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.1905 2005/02/25 01:35:40 changelog Exp $ tag
* ext/standard/credits_ext.h
ext/standard/credits_sapi.h: