diff options
author | <changelog@php.net> | 2003-03-17 01:32:05 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-03-17 01:32:05 +0000 |
commit | 24b17aa8a0bc100026032c99ca6e371a813eb9b1 (patch) | |
tree | 7d82e3820e299d6b0514a2f1de2dc86f3d643964 | |
parent | d0debaf45c3ed4986b531b2772026cfcc7730856 (diff) | |
download | php-git-24b17aa8a0bc100026032c99ca6e371a813eb9b1.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +2003-03-16 Sascha Schumann <sascha@schumann.cx> + + * (PHP_4) + ext/standard/php_smart_str.h: + Preserve explicit casting semantics from functions, so that you can + also pass void pointers to the macros. + + * ext/standard/php_smart_str.h: + Merge macro changes + +2003-03-16 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * php.ini-dist + php.ini-recommended + main/main.c: + - disable html_errors per default as suggested by php.ini-<xxx> + - new error format that does not point to any documentation (if either + not html_errors or no docref_root given e.g.: production boxes and + default) + - documentation update in php.ini-<xxx> + +2003-03-16 Jani Taskinen <sniper@iki.fi> + + * ext/interbase/interbase.c: + WS & CS fixes + some TSRM_FETCH() removals + pval -> zval + + * (PHP_4_3) + NEWS + ext/interbase/interbase.c: + MFH: - Fixed bug #22709 (crash within interbase when database unavailable) + + * ext/interbase/interbase.c: + - Fixed bug #22709 (crash within interbase when database unavailable) + 2003-03-15 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> * tests/lang/bug22592.phpt: |