From: Date: Wed, 10 Nov 1999 02:08:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0b3_RC5~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f1a9fd706c3acbd5cd6750db35f6ddf83a0f038;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cfa78ae138..cae8b09ebc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +1999-11-09 Frank M. Kromann + + * php.ini-dist: Adding default mssql ini-setings + +1999-11-09 Stig Bakken + + * config.w32.h: +1999-11-09 Thies C. Arntzen + + * ext/oracle/config.m4 + ext/oci8/config.m4: IRIX ld likes this order better + +1999-11-09 Sascha Schumann + + * build.mk: Move only, if the file exists. + + * build.mk: + automake overwrites libtool's files, if + + - --add-missing was used + - *_LTLIBRARIES targets are used + + Thus, we preserve our customized files while automake runs + + * config.guess + config.sub: Add libtool helper files + +1999-11-09 Sam Ruby + + * php4dll.dsp: add mergesort into build + +1999-11-09 Stig Bakken + + * configure.in + php_version.h: 4.0b3-RC4 + + * makedist: + Preserve the CVS versions of ltconfig/ltmain.sh during makedist. + +1999-11-09 Rasmus Lerdorf + + * ext/snmp/config.m4: Better lib detection for ucd-snmp + +1999-11-09 Sam Ruby + + * php4dll.dsp: location of output.c moved. + +1999-11-09 Rasmus Lerdorf + + * ext/snmp/config.m4: Find ucd-snmp include files more intelligently + +1999-11-09 Stig Bakken + + * ext/odbc/config.h.stub + ext/odbc/config.m4 + ext/odbc/php3_velocis.h + ext/odbc/php_odbc.c + ext/odbc/php_odbc.h + ext/odbc/velocis.c: + Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid. + +1999-11-09 Sascha Schumann + + * ext/session/session.c + php.ini-dist: - set default path for cookie to the root directory ("/") + - complete session documentation in php.ini-dist + +1999-11-09 Sam Ruby + + * MAINTAINERS: add java + +1999-11-09 Sascha Schumann + + * ext/standard/url_scanner.c + ext/standard/url_scanner.re: + Include proper header files (replacement functions were not used). + +1999-11-09 Stig Bakken + + * ext/odbc/config.m4: Fix OpenLink ODBC support + + * configure.in + php_version.h: Bump version to 4.0b3-RC3. + + * makedist: Makedist can now be run from outside the CVS tree. + + * ext/standard/basic_functions.c: +1999-11-09 changelog + + * NEWS: NEWS update + 1999-11-08 Jakub Skopal * ext/sybase_ct/php_sybase_ct.c: