+2000-06-05 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/standard/global.h
+ ext/standard/md5.h
+ ext/standard/php_global.h: Move global.h to php_global.h.
+
+ * internal_functions.c.in
+ sapi/cgi/cgi_main.c
+ sapi/isapi/php4isapi.c
+ sapi/nsapi/nsapi.c
+ sapi/phttpd/phttpd.c
+ sapi/servlet/servlet.c
+ sapi/thttpd/thttpd.c
+ ext/standard/basic_functions.c
+ ext/standard/head.c
+ internal_functions_win32.c
+ main.c
+ main.h
+ php_main.h
+ sapi/aolserver/aolserver.c
+ sapi/apache/mod_php4.c
+ sapi/apache/sapi_apache.c: Move main.h to php_main.h.
+
+2000-06-05 Rasmus Lerdorf <rasmus@php.net>
+
+ * sapi/apache/php_apache.c: Fix virtual() when used with output buffering
+
+2000-06-05 David Hedbor <david@hedbor.org>
+
+ * sapi/roxen/TODO: List with TODO items
+
+ * sapi/roxen/Makefile.in
+ sapi/roxen/config.m4: Fixed include directory problems.
+
+ * build/rules.mk:
+ Added a new user-definable include variable, PRE_INCLUDES. It works
+ like EXTRA_INCLUDES but is added before the global INCLUDES variable.
+
+ * sapi/roxen/roxen.c:
+ Changed include statement for main.h to avoid inclusion of Pike's main.h.
+
+2000-06-05 Andi Gutmans <andi@php.net>
+
+ * ext/zlib/zlib.c
+ ext/sybase/sybase.c
+ ext/sybase_ct/php_sybase_ct.c
+ ext/sysvsem/sysvsem.c
+ ext/sysvshm/sysvshm.c
+ ext/wddx/wddx.c
+ ext/xml/xml.c
+ ext/yaz/php_yaz.c
+ ext/yp/yp.c
+ ext/readline/readline.c
+ ext/recode/recode.c
+ ext/session/session.c
+ ext/snmp/snmp.c
+ ext/standard/array.c
+ ext/standard/assert.c
+ ext/standard/base64.c
+ ext/standard/basic_functions.c
+ ext/standard/browscap.c
+ ext/standard/crypt.c
+ ext/standard/cyr_convert.c
+ ext/standard/datetime.c
+ ext/standard/dir.c
+ ext/standard/dl.c
+ ext/standard/dns.c
+ ext/standard/exec.c
+ ext/standard/filestat.c
+ ext/standard/formatted_print.c
+ ext/standard/fsock.c
+ ext/standard/head.c
+ ext/standard/html.c
+ ext/standard/image.c
+ ext/standard/info.c
+ ext/standard/iptc.c
+ ext/standard/levenshtein.c
+ ext/standard/link.c
+ ext/standard/mail.c
+ ext/standard/math.c
+ ext/standard/md5.c
+ ext/standard/microtime.c
+ ext/standard/pack.c
+ ext/standard/quot_print.c
+ ext/standard/rand.c
+ ext/standard/reg.c
+ ext/standard/soundex.c
+ ext/standard/string.c
+ ext/standard/syslog.c
+ ext/standard/uniqid.c
+ ext/standard/url.c
+ ext/standard/var.c
+ ext/swf/swf.c
+ ext/mysql/php_mysql.c
+ ext/oci8/oci8.c
+ ext/odbc/php_odbc.c
+ ext/odbc/velocis.c
+ ext/oracle/oracle.c
+ ext/pcre/php_pcre.c
+ ext/pdf/pdf.c
+ ext/posix/posix.c
+ ext/ldap/ldap.c
+ ext/mcal/php_mcal.c
+ ext/mcrypt/mcrypt.c
+ ext/mhash/mhash.c
+ ext/msql/php_msql.c
+ ext/mssql/php_mssql.c
+ ext/ftp/php_ftp.c
+ ext/gd/gd.c
+ ext/gd/gdt1.c
+ ext/gettext/gettext.c
+ ext/hyperwave/hw.c
+ ext/icap/php_icap.c
+ ext/informix/ifx.ec
+ ext/interbase/interbase.c
+ ext/java/java.c
+ ext/cybercash/cybercash.c
+ ext/dav/dav.c
+ ext/db/db.c
+ ext/dba/dba.c
+ ext/dbase/dbase.c
+ ext/domxml/domxml.c
+ ext/exif/exif.c
+ ext/fdf/fdf.c
+ ext/filepro/filepro.c
+ ext/aspell/aspell.c
+ ext/bcmath/bcmath.c
+ ext/calendar/cal_unix.c
+ ext/calendar/calendar.c
+ ext/calendar/easter.c
+ ext/com/COM.c
+ ext/cpdf/cpdf.c: - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
+
+2000-06-05 Rasmus Lerdorf <rasmus@php.net>
+
+ * ext/standard/file.c: Oops, fixed slight miscue there. Now it works.
+
+2000-06-05 Jouni Ahto <jah@mork.net>
+
+ * ext/standard/basic_functions.c:
+ - Restore locale settings to state they were at module startup if they
+ were changed.
+
+2000-06-05 Rasmus Lerdorf <rasmus@php.net>
+
+ * ext/standard/file.c: Clean up constants in flock() function and add optional 3rd arg which
+ is set to true on EWOULDBLOCK
+
+2000-06-05 Frank M. Kromann <fmk@swwwing.com>
+
+ * ext/exif/exif.dsp
+ ext/exif/php_exif.h: Getting exif module to compile on win32
+
+ * ext/oci8/oci8.dsp:
+ fixing compiler directive so the module will actually build a php module
+
+2000-06-05 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de>
+
+ * ext/domxml/config.m4
+ ext/domxml/php_domxml.h:
+ - should now compile and configure with libxml 2.0.0
+
+2000-06-05 Andi Gutmans <andi@php.net>
+
+ * main.c:
+ - Revert Thies' locale patch. It was screwing up language level things.
+ - We could add support for locale in some specific output functions at a
+ - later time to make everyone happy
+
+2000-06-05 Hartmut Holzgraefe <hartmut@six.de>
+
+ * ext/ldap/ldap.c: compile fix regarding bug report #4780
+
2000-06-04 Jouni Ahto <jah@mork.net>
* ext/pgsql/pgsql.c: