diff options
author | <changelog@php.net> | 2000-10-17 01:09:07 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-10-17 01:09:07 +0000 |
commit | 8cdff379d69627927f8ca341a425323cf0416a42 (patch) | |
tree | d7cb7804f553960a4c1c300de4f213dd56d43c18 | |
parent | b3fb8a6e978400d7f947d6c093dc83ffb31a14f3 (diff) | |
download | php-git-8cdff379d69627927f8ca341a425323cf0416a42.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -1,3 +1,53 @@ +2000-10-16 Rasmus Lerdorf <rasmus@php.net> + + * ext/standard/basic_functions.c: Aha, Sascha made a mistake! ;) + Make this thing compile again without trans-sid + +2000-10-16 Daniel Beulshausen <daniel@php4win.de> + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: make compile again + +2000-10-16 Sascha Schumann <sascha@schumann.cx> + + * ext/standard/basic_functions.c + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.h + ext/standard/url_scanner_ex.re + php.ini-dist: Enable users to set the HTML tags to rewrite + through a configuration directive + +2000-10-16 Monte Ohrt <monte@ispi.net> + + * pear/Date/Calc.php: + changed function names to studlyCaps for PEAR code consistancy + +2000-10-16 Daniel Beulshausen <daniel@php4win.de> + + * ext/gd/gdttf.c: include php.h to have VIRTUAL_DIR defined this + should fix bugs where the ttf functions won't + find the font in the actual working dir + +2000-10-16 Rui Hirokawa <louis@cityfujisawa.ne.jp> + + * ext/gd/config.m4 + ext/gd/gd.c + ext/gd/gdttf.c: + added a option to use the truetype string handling function in gd.\n it is useful for japanese because the truetype string function in gd supports some japanese encodings. + +2000-10-16 Thomas Weinert <subjective@subjective.de> + + * pear/PHPDoc/core/PhpdocSetupHandler.php: + Small change to allow empty file extensions + +2000-10-16 Daniel Beulshausen <daniel@php4win.de> + + * ext/session/mod_files.c: fixes bug 7055 & 7235 + +2000-10-16 Monte Ohrt <monte@ispi.net> + + * pear/Date/Calc.php: fixed bug in N_weekday_of_month() + 2000-10-15 Jani Taskinen <sniper@iki.fi> * ext/ldap/config.m4: |