summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-11-01 02:09:22 +0000
committer <changelog@php.net>2000-11-01 02:09:22 +0000
commitf90f30df6083e770531901320752381b1320827c (patch)
treeb29541ae3d682e31a5bedd021b8fcab8881a7859
parent0ee12a6488ba46d66c67417ccb4fc596e1431935 (diff)
downloadphp-git-f90f30df6083e770531901320752381b1320827c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 675ceaad16..f7270de3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2000-10-31 Zeev Suraski <zeev@zend.com>
+
+ * sapi/apache/mod_php4.c: Fix Apache build
+
+ * ext/standard/file.c
+ ext/standard/filestat.c
+ main/win95nt.h: mode_t fixes
+
+2000-10-31 Hartmut Holzgraefe <hartmut@six.de>
+
+ * ext/standard/info.c
+ ext/standard/info.h
+ main/main.c: generalization of image handling in phpinfo
+
+2000-10-31 Stanislav Malyshev <stas@zend.com>
+
+ * sapi/cgi/cgi_main.c: Fix -d functionality
+
+2000-10-31 Zeev Suraski <zeev@zend.com>
+
+ * main/php_ini.c: - Fix phpinfo()
+ - Fix non-thread-safe build
+
+ * main/main.c: Fix memory_limit build problem
+
+2000-10-31 Hartmut Holzgraefe <hartmut@six.de>
+
+ * main/fopen-wrappers.c: removed some bogus code
+
+ * ext/skeleton/create_stubs
+ README.EXT_SKEL:
+ support for short comments was added to ext_skel proto files
+ theese will be used in proto comments in the source
+ and as <refpurpose> information in the XML docs
+
+2000-10-31 Jesus M. Castagnetto <jesusmc@scripps.edu>
+
+ * ext/sablot/sablot.c:
+ cosmetic changes (added some "proto"s missing in the function documentations)
+
+2000-10-31 Jani Taskinen <sniper@iki.fi>
+
+ * ext/ftp/ftp.c: Both RETR and STOR have also 250 as possible return value
+
+ * ext/ftp/ftp.c: Fix the fix.
+
2000-10-30 Zeev Suraski <zeev@zend.com>
* ext/standard/basic_functions.c