diff options
author | <changelog@php.net> | 2000-11-28 02:09:09 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-11-28 02:09:09 +0000 |
commit | 4e1b1fa929e44fad71acf28a3b44e2bf11932395 (patch) | |
tree | 042de7d61dca4b7ebd08647408bfa29b3bd2d60d | |
parent | 6e7a9e27054dedddd24cd6c156732cd122cbead2 (diff) | |
download | php-git-4e1b1fa929e44fad71acf28a3b44e2bf11932395.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -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: |