From: Date: Fri, 17 Nov 2000 02:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86f0184c335205c2a7b6b0145690cacc28969937;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 67c50b43b9..c35320125d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2000-11-16 Jason Greene + + * NEWS: Added ext/java fix line - I should learn to use '@' correctly : ) + + * ext/java/java.c: + SUN CC does not like like left side casting - see bug #6759 + +2000-11-16 Daniel Beulshausen + + * ext/printer/php_printer.h + ext/printer/printer.c + ext/printer/printer.php: - fixed bug which crashed printer_write + - fixed bug which crashed get_default_printer() in case + no printer was detected + - added option "devicename" to printer_get_option() + to retrive the printer name ( similiar to printer_name() ) + +2000-11-16 Thies C. Arntzen + + * ext/oracle/oracle.c: + fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838) + +2000-11-16 Jani Taskinen + + * ext/openssl/php_openssl.h: extname -> openssl + +2000-11-16 Thies C. Arntzen + + * ext/oci8/oci8.c: don't use TLS in MINIT function. + +2000-11-16 Sascha Schumann + + * ext/ircg/ircg.c: Add mIRC-style color handling + + http://www.mirc.co.uk/help/color.txt + http://www.ircle.com/colorfaq.html + 2000-11-15 Sascha Schumann * ext/ircg/ircg.c: