From: Date: Tue, 11 Dec 2001 01:13:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84eaf5e1c89c80d4bd22ec3f4cbc9c3d8b372b67;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1f43ed78e8..45fc661b31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +2001-12-10 Jouni Ahto + + * EXTENSIONS: + - Yasuo Ohgaki is the new maintainer of pgsql module. + +2001-12-10 Andrei Zmievski + + * ext/overload/README + ext/overload/overload.c: + Modified __call() handler to accept a byref return value parameter that + should be filled in. The __call() handler is now supposed to return true + or false, depending on whether it was successful or not. + +2001-12-10 Sebastian Bergmann + + * main/config.w32.h + main/internal_functions_win32.c + win32/php4dll.dsp + win32/php4dllts.dsp: Enable ext/overload by default on Win32, too. + +2001-12-10 Stig Bakken + + * pear/PEAR/Remote.php: * now using ext/overload + + * pear/PEAR/Registry.php: + * PEAR_Registry::packageInfo now takes a second arg for returning a single + attribute + + * pear/PEAR/Installer.php: + * added fold marks, moved around some code and silenced some Archive_Tar + notices + + * pear/PEAR/Dependency.php: * renamed check methods to checkXxx + * completed the extension check method + * added checks for os, php version, programs and sapi backend + + * pear/PEAR/Autoloader.php: * fix phpdoc comments + + * pear/Console/Getopt.php: + * stop parsing arguments when encoutering the first non-option arg + +2001-12-10 Zeev Suraski + + * main/php_version.h + configure.in: Go with 4.1.0 + +2001-12-10 Sascha Schumann + + * ext/ircg/ircg.c: Fix type of conversion in ircg_pconnect + + * sapi/thttpd/thttpd_patch: + Sent proper encodings for gzip/compress files, otherwise IE won't + display them. + + Refer to section 3.5, RFC 2616 -- these are IANA registered. + + Patch submitted to author. + + * sapi/thttpd/thttpd_patch: + Add a nocache feature: If documents are stored under /nocache/, + appropiate HTTP headers will be sent which prevent client/proxy caching. + +2001-12-10 Sterling Hughes + + * ext/curl/curl.c: Spaces -> Tabs + +2001-12-10 Sascha Schumann + + * ext/ircg/ircg.c: + Add a generic disconnect format message which is written to the + file upon termination of the connection and free file messages + appropiately. + +2001-12-10 Ulf Wendel + + * pear/HTML/ITX.php: + Bugfix on addBlock(), recursively build the list of variables in inner, + nested blocks. + + I should have never ever written ITX; I did so because it was simple to do + so. When you use addBlock & friends always keep in mind that these functions stand + against the nature of IT. IT analyses the nesting of blocks to give you a + simple block api and make your code easy to understand. It was not made to + manipulate the nesting during runtime. Use e.g. phplib templates + (which are ++FastTemplate) for this. + +2001-12-10 Sascha Schumann + + * ext/ircg/ircg.c: kill a couple of warnings + + * ext/ircg/README.txt: URL update + +2001-12-10 Sergey Kartashoff + + * ext/mnogosearch/index.php: + - mnogosearch example updated to include searchd support + + * ext/mnogosearch/php_mnogo.c: + - Fixed search daemon support in mnogosearch module. + +2001-12-10 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: Fix proto + + * ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: Added async query functions + +2001-12-10 Stig Bakken + + * pear/PEAR/Autoloader.php + pear/tests/pear_autoloader.phpt: + * initial commit of PEAR method autoloader + +2001-12-10 Jani Taskinen + + * configure.in: - Fixed the version detection of Bison. + + * ext/overload/config.m4: Enable it for real. + +2001-12-10 Stig Bakken + + * ext/overload/config.m4: * enable overload extension by default + 2001-12-09 Zeev Suraski * NEWS: Go with 4.1.0