]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 1 Nov 2000 02:09:22 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Wed, 1 Nov 2000 02:09:22 +0000 (02:09 +0000)
ChangeLog

index 675ceaad16e8d6e8107f0ecfd1ab0838b9bff18c..f7270de3f5fac67436e161561af1c1aa2eac2748 100644 (file)
--- 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