changelog Sat Jul 31 20:33:38 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1702&r2=1.1703&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1702 php-src/ChangeLog:1.1703
--- php-src/ChangeLog:1.1702 Fri Jul 30 20:34:16 2004
+++ php-src/ChangeLog Sat Jul 31 20:33:37 2004
@@ -1,3 +1,47 @@
+2004-07-31 Wez Furlong <[EMAIL PROTECTED]>
+
+ * win32/wsyslog.c:
+ Fix bug #8314: sane syslog output to the WinNT event log.
+
+ Big fat note: if you're building from a .dsp, you need to replicate
+ the custom build step that uses MC to generate the message catalog
+
+ To make use of this fix, you need to register the event source; running
+ "nmake
+ install" will handle this for you (if you also build the win32std
+ extension
+ from pecl).
+
+ I'll arrange with Phil to have the installer handle this registration too.
+
+ * pear/go-pear-list.php:
+ Un-bork
+
+ * ext/standard/basic_functions.c
+ ext/standard/streamsfuncs.c
+ win32/globals.c
+ win32/php_win32_globals.h:
+ Allow win32 stuff to build non-zts.
+ Fix stream crypto func (again? didn't I already commit that?)
+
+ * ext/com_dotnet/com_persist.c
+ ext/com_dotnet/com_wrapper.c:
+ Allow COM to build under non-zts.
+ Thanks Frank.
+
+ * main/streams/xp_socket.c:
+ zts fix...
+
+ * main/streams/transports.c
+ main/streams/xp_socket.c:
+ Misc sendto/recvfrom tweaks that have been pending here for a while...
+
+ * main/streams/xp_socket.c:
+ Make sure this is initialized...
+
+ * main/streams/plain_wrapper.c:
+ Implement an fstat cache for plain files.
+
2004-07-30 Andi Gutmans <[EMAIL PROTECTED]>
* win32/php5dllts.dsp:
@@ -7517,7 +7561,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1702 2004/07/31 00:34:16
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1703 2004/08/01 00:33:37
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>