From: Date: Tue, 13 Aug 2002 00:18:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha3~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05c238ccb2327eeda674acff0ca1003c51632fca;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 248accd91c..401db7373b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2002-08-12 helly + + * ext/exif/exif.c: use of php_error_docref + + * main/main.c + main/php.h: fix for extension = "" + make php_verror available + + * ext/gd/libgd/gd.c: -wrong fabsf define for MSVC.6 + -MIN and MAX only if undefined + +2002-08-12 kalowsky + + * ext/odbc/php_odbc.c: Point corrected by Markus + + * ext/odbc/php_odbc.c: + Umm forgot to clean up the error messages, and add a stop for looping. + + * ext/odbc/php_odbc.c: cleaned up to work with OpenLink iODBC better + +2002-08-12 wez + + * ext/curl/config.m4 + ext/curl/curl.c + ext/curl/curlstreams.c + ext/curl/php_curl.h + ext/standard/basic_functions.c: Implement curl based wrappers. + Currently read-only, and http is the only thing tested. + Because of this, using them can be controlled by configure: + + --with-curlwrappers Use CURL for url streams + + Not for production use... + + This enables http, https, ftp and ldap protocols as streams. + +2002-08-12 helly + + * ext/gd/libgd/gd.c: ups wrong include committed + + * main/spprintf.c: increase allocation chunks + + * ext/gd/config.m4 + ext/gd/libgd/gd.c: check for fabsf and floorf in config.m4 + msvc.6 needs a define, msvc.net needs special treatment + +2002-08-12 chregu + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - Added $DomDocument->xinclude() for substitution of XIncludes in + a DomDocument (chregu) + +2002-08-12 helly + + * ext/gd/libgd/gd.c: more conversion fixes + +2002-08-12 edink + + * main/spprintf.c + main/spprintf.h: + Export spprintf() so that extension can link properly on win32. + +2002-08-12 pbannister + + * main/php_ini.c: + Minor cleanups to path building and php*.ini search logic. + Made path_seperator string static (which solves the lookup problems Sebastian saw). + +2002-08-12 kalowsky + + * ext/odbc/php_odbc.c: + okay confirmation they don't exist in another driver... they're gone + 2002-08-11 helly * ext/gd/libgd/gd.c: -quick hack to allow compilation under windows again