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

index d992291040caece06432ddac6325eb5947a2e00f..f22957d3c766e20ad2c0cfd30432d9db852c93d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2000-11-27  Daniel Beulshausen  <daniel@php4win.de>
+
+    * ext/gettext/gettext.c: fix path operations, under win32
+
+2000-11-27  Sascha Schumann  <sascha@schumann.cx>
+
+    * main/SAPI.h:
+    Add a note about what a missing const specifier does mean in the context
+    of the request_info structure.
+
+    * ext/standard/array.c
+      ext/standard/base64.c
+      ext/standard/basic_functions.c
+      ext/standard/crypt.c
+      ext/standard/dns.c
+      ext/standard/exec.c:
+    The result of conv_z_macros and some manual conversion of
+    "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.
+
+    * ext/pcre/php_pcre.c: Oh man, gcc's logic is really flawed
+
+    * .cvsignore
+      build-defs.h.in
+      build/build2.mk
+      build/rules_common.mk
+      configure.in
+      main/.cvsignore
+      main/build-defs.h.in: Move build-defs.h(.in) and php_config.h to main
+
+    * ext/pcre/php_pcre.c: Kill a warning (code is correct)
+
+2000-11-27  Daniel Beulshausen  <daniel@php4win.de>
+
+    * php.ini-dist
+      php.ini-optimized: update win32 extension section
+
 2000-11-26  Jon Parise  <jon@csh.rit.edu>
 
     * CODING_STANDARDS: