changelog Fri Sep 27 20:33:09 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1174 php4/ChangeLog:1.1175
--- php4/ChangeLog:1.1174 Thu Sep 26 20:33:43 2002
+++ php4/ChangeLog Fri Sep 27 20:33:08 2002
@@ -1,3 +1,95 @@
+2002-09-27 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ ext/standard/file.c
+ ext/standard/file.h:
+ Implement stream_select() which works just like socket_select, but only on
+ streams.
+
+ * ext/ncurses/ncurses.c
+ ext/ncurses/ncurses_fe.c
+ ext/ncurses/ncurses_functions.c
+ ext/ncurses/php_ncurses.h
+ ext/ncurses/php_ncurses_fe.h: More ncurses functions and constants.
+
+ * ext/ncurses/config.m4
+ ext/ncurses/ncurses.c
+ ext/ncurses/ncurses_fe.c
+ ext/ncurses/ncurses_functions.c
+ ext/ncurses/php_ncurses.h
+ ext/ncurses/php_ncurses_fe.h:
+ Implement some more window routines, add pad functions.
+ Add panel functions when libpanel is also detected.
+ Register STDSCR constant during ncurses_init().
+
+2002-09-27 Colin Viebrock <[EMAIL PROTECTED]>
+
+ * ext/standard/info.c: fix formating by breaking on to separate lines
+
+2002-09-27 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * ext/gd/gd.dsp
+ ext/gd/gd_bundled.dsp: (Edin)
+ Fixed bug #19595 (Missing functions for GD2 format handling).
+
+2002-09-27 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/standard/dir.c: ws
+
+2002-09-27 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/standard/dir.c: /tmp/cvsmLUuXQ
+
+2002-09-27 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * ext/standard/credits_ext.h
+ ext/standard/credits_sapi.h: Update credits.
+
+ * sapi/cli/CREDITS: Those two have enough credits already :)
+
+2002-09-27 Tal Peer <[EMAIL PROTECTED]>
+
+ * ext/fribidi/CREDITS: - Fixed case in extension name
+
+2002-09-27 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS: style polizei
+
+2002-09-27 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * ext/standard/dir.c: No need to define GLOB_NOMATCH.
+
+2002-09-27 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/ldap/config.m4:
+ - Fix for bug #19633 (wrong directories in ext/ldap/config.m4).
+ - Fix for bug #19633 (wrong directories in ext/ldap/config.m4).
+
+2002-09-27 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/sysvsem/sysvsem.c:
+ Really *really* fix the segfault bug #17274 and bug #19627 this time.
+
+2002-09-27 Jan Lehnardt <[EMAIL PROTECTED]>
+
+ * ext/standard/info.c: - be more conservative ;)
+
+2002-09-27 Wez Furlong <[EMAIL PROTECTED]>
+
+ * NEWS: And a couple more.
+
+ * NEWS: Add some bug #'s to make Markus happier :-)
+
+ * EXTENSIONS: Typo
+
+2002-09-27 Markus Fischer <[EMAIL PROTECTED]>
+
+ * NEWS: - Update.
+
+2002-09-27 Dan Kalowsky <[EMAIL PROTECTED]>
+
+ * EXTENSIONS: They seem to be working...
+
2002-09-26 Colin Viebrock <[EMAIL PROTECTED]>
* NEWS: document changes