changelog               Fri Aug 30 20:34:07 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1146 php4/ChangeLog:1.1147
--- php4/ChangeLog:1.1146       Fri Aug 30 11:45:11 2002
+++ php4/ChangeLog      Fri Aug 30 20:34:06 2002
@@ -1,3 +1,40 @@
+2002-08-30  George Schlossnagle  <[EMAIL PROTECTED]>
+
+    * sapi/apache/mod_php4.c
+      sapi/apache/mod_php4.h
+      sapi/apache/sapi_apache.c:
+    Cleaned up a bunch of code, fully integrated the class::method handler
+    code into a single stack per handlers (for correct interleaving).
+
+    Changed the syntax so that now they are of the form
+
+    phpUriHandler /filename
+    phpUriHandlerMethod Class::Method
+
+    This now works for all handlers including response handlers.
+
+2002-08-30  Adam Dickmeiss  <[EMAIL PROTECTED]>
+
+    * ext/yaz/php_yaz.c:
+    Bug fix: dont cache connection if proxy setting have changed
+
+2002-08-30  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/xslt/config.m4: Fix shared build
+
+    * ext/xmlrpc/config.m4
+      ext/xmlrpc/xmlrpc-epi-php.c:
+    MFH: Fix for bug: #19124 (shared extension build fixes)
+
+    * ext/xmlrpc/xmlrpc-epi-php.c
+      ext/xmlrpc/config.m4:
+    Fix bug: #19124, xmlrpc extension builds ok now as shared extension.
+
+    * ext/gd/config.m4:
+    xpm.h is sometimes in /usr/include/X11 (or /usr/X11R6/include/X11)
+
+    * ext/pdf/pdf.c: Fix the build when bundled gd library is used
+
 2002-08-29  George Schlossnagle  <[EMAIL PROTECTED]>
 
     * sapi/apache/mod_php4.c


Reply via email to