]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 26 Nov 1999 02:08:34 +0000 (02:08 +0000)
committer <changelog@php.net> <>
Fri, 26 Nov 1999 02:08:34 +0000 (02:08 +0000)
ChangeLog

index e1c5abb0dde3e5492136e6fdd39b2e6f176e73b2..cfd2250abb0fdab12dc6490b67f5156dd1356670 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+1999-11-25  Zeev Suraski  <zeev@php.net>
+
+    * main.c: *** empty log message ***
+
+1999-11-25  Uwe Steinmann  <Uwe.Steinmann@fernuni-hagen.de>
+
+    * ext/cpdf/cpdf.c:
+    - changed encoding parameter of cpdf_set_font to string on advice from
+      fastio to better support asian fonts.
+
+    * ext/domxml/Makefile.am
+      ext/domxml/config.m4
+      ext/domxml/php3_domxml.h: - made domxml compile
+
+1999-11-25  David Hedbor  <david@hedbor.org>
+
+    * sapi/roxen/phpmod.pike: Now the new direct write is enabled too...
+
+    * sapi/roxen/README
+      sapi/roxen/phpmod.pike
+      sapi/roxen/roxen.c:
+    Implemented direct writing to the client's FD if RXML parsing of the result isn't selected.
+
+    * sapi/roxen/config.h.stub
+      sapi/roxen/config.m4
+      sapi/roxen/phpmod.pike
+      sapi/roxen/roxen.c:
+    Now ZTS can be used. Unless --enable-roxen-zts is specified at the
+    configure line the default process global Roxen PHP lock will be
+    used. In tests this was a lot faster for some reason and until the
+    reasons are figured out, it's recommended to use the non-thead-safe
+    version.
+    Cvs: ----------------------------------------------------------------------
+
 1999-11-24  Egon Schmid  <eschmid@s.netic.de>
 
     * ext/gd/gd.c: