From: Date: Wed, 21 Mar 2001 02:09:23 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eb5ce6edfafab1b667503d55e824d6294cde778;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b70b7baf64..efc28fd755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,129 @@ +2001-03-20 Ulf Wendel + + * pear/Experimental/HTML/Menu_Browser.php: Warning: alpha code! + + A simple filesystem scanner/browser that maps the filesystem structure into a menu hash so that you can build simple fusebox (?) like systems. Sebastian can you help me with the coding guides etc ? + +2001-03-20 Harald Radi + + * php.ini-dist + php.ini-optimized: added [com] section + + * ext/com/COM.c + ext/com/com.h + ext/com/php_COM.h + ext/com/typedef_VARIANT.c: memory leak was reportet, i'm not sure that it is fixed by now, but it should be. + + * win32/php4dllts.dsp: added com.h + +2001-03-20 Zeev Suraski + + * configure.in + main/php_version.h: 4.0.5RC2 + +2001-03-20 Sterling Hughes + + * ext/curl/curl.c: + remove some unneccessary casts, remove unneccessary error casts, standardize + the coding format for some of the stuff. + +2001-03-20 Fredrik Öhrn + + * ext/standard/rand.c: + Fix erronous out of bounds error message in rand(min,max) + +2001-03-20 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Fixing crash when result conrains 0 rows + +2001-03-20 Andi Gutmans + + * ext/midgard/config.m4: + - MFH - This is required for PHP to build. If anything else needs merging + for midgard that is related then please do it or rollback the latest + midgard fixes. + +2001-03-20 Fredrik Öhrn + + * ext/yp/yp.c: really fix the build + +2001-03-20 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Converting to c-style comments. + Adding prototypes to all exported function + +2001-03-20 Thies C. Arntzen + + * ext/qtdom/config.m4: make qtdom compile on Mandrake-cooker + +2001-03-20 Andi Gutmans + + * Makefile.in + README.Zeus + configure.in + sapi/isapi/config.m4 + sapi/fastcgi/CREDITS + sapi/fastcgi/Makefile.in + sapi/fastcgi/README.FastCGI + sapi/fastcgi/config.m4 + sapi/fastcgi/fastcgi.c + sapi/fastcgi/php.sym + sapi/fastcgi/php_fastcgi.h: - MFH + +2001-03-20 Daniel Beulshausen + + * ext/pgsql/pgsql.dsp: fix dsp + +2001-03-20 Sebastian Bergmann + + * ext/domxml/php_domxml.c: Nuke another warning. + +2001-03-20 Uwe Steinmann + + * ext/domxml/php_domxml.c: - fixed lot of compiler warnings + +2001-03-20 Daniel Beulshausen + + * win32/registry.c: fix registry per directory values + +2001-03-20 Uwe Steinmann + + * NEWS: - news about domxml + + * tests/testdom: - test script for rewritten domxml module + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: - complete rewrite of domxml module. + It is now mostly conform to DOM Level 2 though some classes and + methods are still missing + +2001-03-20 Sascha Schumann + + * ext/yp/yp.c: fix build + +2001-03-20 Jani Taskinen + + * ext/standard/basic_functions.c + ext/standard/dns.c + ext/standard/dns.h: MFH + +2001-03-20 Sterling Hughes + + * ext/curl/curl.c: Remove some unnecessary error checking + +2001-03-20 Jani Taskinen + + * main/SAPI.c + configure.in + ext/fdf/fdf.c: MFH + + * ext/xml/tests/004.phpt + ext/xml/tests/006.phpt + ext/xml/tests/skipif.php: + Removed skipif.php + Fixed tests to use skipif.inc instead. + + * ext/cybermut/libs.mk: Removed unnessary file. + 2001-03-19 David Guerizec * ext/midgard/php_midgard.h.in: deleted unneeded file