diff options
author | <changelog@php.net> | 2000-12-22 02:09:12 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-12-22 02:09:12 +0000 |
commit | 3e28346336c240e22906aa66f6514798bc0db6d6 (patch) | |
tree | 1916fe615978b18853fd21c1ccd45f3497c23cd2 | |
parent | 3185447c6b694060a2d0221f6b3d546441f4c125 (diff) | |
download | php-git-3e28346336c240e22906aa66f6514798bc0db6d6.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2000-12-21 Jani Taskinen <sniper@iki.fi> + + * ext/standard/string.c: + - Changed setlocale() to use LC_* constants. + +2000-12-21 Sascha Schumann <sascha@schumann.cx> + + * ext/session/mod_mm.c: No need for GCC extensions in non-debugging mode. + + PR: #8345 + + * configure.in: + Some AC_SUBST substitutions were removed which are still needed. + + Submitted by: Andrei Zmievski + 2000-12-20 Chuck Hagenbuch <chuck@horde.org> * pear/Makefile.in: install the Math/* files. |