]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 17 Nov 2000 02:09:12 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Fri, 17 Nov 2000 02:09:12 +0000 (02:09 +0000)
ChangeLog

index 67c50b43b9c6a7476f0e39d6d9bfb71a09253f42..c35320125dc710adcec1f2ca9a5b86075f13fe94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2000-11-16  Jason Greene  <jason@inetgurus.net>
+
+    * 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  <daniel@php4win.de>
+
+    * 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  <thies@thieso.net>
+
+    * ext/oracle/oracle.c:
+    fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838)
+
+2000-11-16  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/openssl/php_openssl.h: extname -> openssl
+
+2000-11-16  Thies C. Arntzen  <thies@thieso.net>
+
+    * ext/oci8/oci8.c: don't use TLS in MINIT function.
+
+2000-11-16  Sascha Schumann  <sascha@schumann.cx>
+
+    * 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  <sascha@schumann.cx>
 
     * ext/ircg/ircg.c: