From: Date: Sun, 27 Aug 2000 01:09:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.2~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d39ada3d0e40c4361630ada5c8da17e27d93675;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index aa663a6487..5a8de5b1bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2000-08-26 Daniel Beulshausen + + * php_modules.dsw: updated with cybercash and dotnet + + * ext/dotnet/dotnet.dsp: + added sam's readme and played with the directory's + + * ext/cybercash/cybercash.dsp: dsp for cybercash + +2000-08-26 Stig Venaas + + * NEWS: News about ldap.c change to allow building with OpenLDAP 2.0 + + * ext/ldap/ldap.c: + Makes it work with OpenLDAP 2.0 and reduces number of ifdefs + +2000-08-26 Zeev Suraski + + * php.ini-dist + php.ini-optimized: + Advise people to use error logging instead of error displaying on production web sites + +2000-08-26 Andi Gutmans + + * ext/ingres_ii/ii.c: + - Also change constants. Note: PHP tries to make names intuitive. + - PHP extensions don't necessarily need to use the exact C counter part, it + - should be easy to read and not be short names such as II_* + + * ext/ingres_ii/ii.c + ext/ingres_ii/php_ii.h: + - Asked the author a long time already to change the function names to + - something which won't take up all of the ii_* names (not verbose enough). + - I'm doing it myself now so it really has to be checked as I can't compile. + - Changed both the function names and INI parameter names. + +2000-08-26 Sascha Schumann + + * build/mkdep.perl: mkdep.perl was replaced by mkdep.awk + +2000-08-26 Sam Ruby + + * ext/dotnet/README + ext/dotnet/dotnet.cpp + ext/dotnet/dotnet.dsp + ext/dotnet/dotnet.php + ext/dotnet/php_dotnet.h + ext/standard/info.c + EXTENSIONS + ext/com/COM.c: + Add ***EXPERIMENTAL*** Zend OO Extension support for Microsoft.Net + 2000-08-25 Daniel Beulshausen * php_modules.dsw: added the ifx (informix) extension