changelog Sat Jan 7 06:31:39 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2217&r2=1.2218&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2217 php-src/ChangeLog:1.2218
--- php-src/ChangeLog:1.2217 Fri Jan 6 06:31:39 2006
+++ php-src/ChangeLog Sat Jan 7 06:31:39 2006
@@ -1,3 +1,84 @@
+2006-01-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/array/007.phpt
+ ext/standard/tests/array/array_intersect_1.phpt
+ ext/standard/tests/array/locale_sort.phpt:
+ fix tests
+
+2006-01-06 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * sapi/cgi/libfcgi/.cvsignore
+ sapi/cgi/libfcgi/LICENSE.TERMS
+ sapi/cgi/libfcgi/acinclude.m4
+ sapi/cgi/libfcgi/fcgi_stdio.c
+ sapi/cgi/libfcgi/fcgiapp.c
+ sapi/cgi/libfcgi/libfcgi.m4
+ sapi/cgi/libfcgi/os_unix.c
+ sapi/cgi/libfcgi/os_win32.c
+ sapi/cgi/libfcgi/strerror.c
+ sapi/cgi/libfcgi/include/fastcgi.h
+ sapi/cgi/libfcgi/include/fcgi_config.h
+ sapi/cgi/libfcgi/include/fcgi_config_win32.h
+ sapi/cgi/libfcgi/include/fcgi_config_x86.h
+ sapi/cgi/libfcgi/include/fcgi_stdio.h
+ sapi/cgi/libfcgi/include/fcgiapp.h
+ sapi/cgi/libfcgi/include/fcgiappmisc.h
+ sapi/cgi/libfcgi/include/fcgimisc.h
+ sapi/cgi/libfcgi/include/fcgio.h
+ sapi/cgi/libfcgi/include/fcgios.h:
+ Nuke unused files
+
+ * sapi/cgi/CREDITS:
+ credits for Dmitry
+
+2006-01-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ ZendEngine2/zend_API.c
+ ZendEngine2/tests/bug29210.phpt
+ ZendEngine2/tests/bug32290.phpt:
+ fix typo in the code and related tests
+
+ * ZendEngine2/tests/bug29210.phpt
+ ZendEngine2/tests/bug32290.phpt:
+ typo
+
+ * sapi/cgi/libfcgi/.cvsignore
+ sapi/cgi/libfcgi/.cvsignore:
+
+ add missing .cvsignore
+
+2006-01-06 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ sapi/apache/mod_php5.c:
+ MFH: I don't recall the reason for messing with r->allowed here, so let's
+ get rid of it (and see who screams). This should fix bug #32561
+
+ * sapi/apache/mod_php5.c:
+ Let's not mess with r->allowed here - this should fix bug #32561
+
+2006-01-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ ext/mbstring/tests/mb_strcut.phpt:
+ fix test
+
+ * (PHP_5_1)
+ NEWS:
+ BFN
+
+2006-01-06 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * win32/sendmail.c:
+ - Cleanups:
+ * unify the address handling to always strip leading whitespace
+ * ws fixes
+
+ * (PHP_4_4)
+ win32/sendmail.c:
+ - Fixed bug #35906 (win32: mail() Date: header is not RFC compliant)
+
2006-01-05 Marcus Boerger <[EMAIL PROTECTED]>
* main/streams/memory.c