From: Date: Sat, 31 Aug 2002 00:34:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_91~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2f44a409d074744351bea0ced194c4f36a8c33c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1faae3dca5..ffc988c5bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2002-08-30 George Schlossnagle + + * 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 + + * ext/yaz/php_yaz.c: + Bug fix: dont cache connection if proxy setting have changed + +2002-08-30 Jani Taskinen + + * 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 * sapi/apache/mod_php4.c