From 7a4d4bcd6ba6da60252f77ab01588e5ec5c54a09 Mon Sep 17 00:00:00 2001 From: Date: Mon, 3 Jul 2000 01:09:05 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) diff --git a/ChangeLog b/ChangeLog index b412cd1ea0..57dd789689 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,150 @@ +2000-07-02 Sascha Schumann + + * win32/php_registry.h + win32/pwd.h + win32/readdir.h + win32/time.h + ext/zlib/php_zlib.h + main/SAPI.h + main/internal_functions_registry.h + main/php.h + main/php_content_types.h + main/php_globals.h + main/php_ini.h + main/php_realpath.h + main/php_regex.h + main/php_ticks.h + main/php_variables.h + main/rfc1867.h + main/safe_mode.h + main/snprintf.h + sapi/apache/mod_php4.h + ext/sysvshm/php_sysvshm.h + ext/xml/php_xml.h + ext/yp/php_yp.h + ext/swf/php_swf.h + ext/sybase_ct/php_sybase_ct.h + ext/sysvsem/php_sysvsem.h + ext/snmp/php_snmp.h + ext/standard/basic_functions.h + ext/standard/cyr_convert.h + ext/standard/datetime.h + ext/standard/dl.h + ext/standard/dns.h + ext/standard/exec.h + ext/standard/file.h + ext/standard/flock_compat.h + ext/standard/fsock.h + ext/standard/head.h + ext/standard/html.h + ext/standard/info.h + ext/standard/microtime.h + ext/standard/pack.h + ext/standard/php_array.h + ext/standard/php_assert.h + ext/standard/php_browscap.h + ext/standard/php_dir.h + ext/standard/php_ext_syslog.h + ext/standard/php_link.h + ext/standard/php_rand.h + ext/standard/quot_print.h + ext/standard/reg.h + ext/standard/type.h + ext/standard/uniqid.h + ext/standard/url.h + ext/readline/php_readline.h + ext/recode/php_recode.h + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcreposix.h + ext/pdf/php_pdf.h + ext/pgsql/php_pgsql.h + ext/posix/php_posix.h + ext/odbc/php_odbc.h + ext/odbc/php_velocis.h + ext/oracle/php_oracle.h + ext/pcre/php_pcre.h + ext/mysql/php_mysql.h + ext/oci8/php_oci8.h + ext/ldap/php_ldap.h + ext/msql/php_msql.h + ext/mssql/php_mssql.h + ext/ftp/ftp.h + ext/gd/php_gd.h + ext/hyperwave/debug.h + ext/hyperwave/hg_comm.h + ext/hyperwave/hw_error.h + ext/dba/php_cdb.h + ext/dba/php_db2.h + ext/dba/php_db3.h + ext/dba/php_dbm.h + ext/dba/php_gdbm.h + ext/dba/php_ndbm.h + ext/dbase/dbf.h + ext/dbase/dbf_ndx.h + ext/domxml/php_domxml.h + ext/fdf/php_fdf.h + ext/cybercash/cybercash.h + ext/dav/php_dav.h + ext/db/php_db.h + ext/bcmath/php_bcmath.h + ext/calendar/sdncal.h + ext/com/php_COM.h + ext/cpdf/php_cpdf.h: + Change header protection macros to conform to standard. + + Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" + + All identifiers that begin with an underscore and either an uppercase + letter or another underscore are always reserved for any use by the + implementation. + +2000-07-02 Charles Hagenbuch + + * pear/DB.php: + i don't think there's a reason to nuke the db handle here (when freeing + results). + +2000-07-02 Shane Caraveo + + * win32/php4dllts.dsp: fix php4dllts dsp file + + * sapi/apache/php4apache.dsp: fix apache dsp file + + * sapi/nsapi/php4nsapi.dsp: fix nsapi dsp file + +2000-07-02 Stanislav Malyshev + + * main/main.c: react only on CORE_ERROR + + * ext/session/session.c: Fix couple of crashes on error conditions + Make session_module_name really work + + * main/main.c: Be strict on errors in modules startup + +2000-07-02 Andi Gutmans + + * ext/odbc/php_odbc.c + ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h + ext/standard/link.c + ext/standard/php_link.h: - Make PHP compile again under Windows. + - Please be careful when you make such changes. + +2000-07-02 Kristian Köhntopp + + * ext/standard/basic_functions.c: + unlink() is not a function related to HAVE_SYMLINK. It is being + used to delete files (actually, in Unix, names of files, as in + Unix nobody has deleted a file, ever). + +2000-07-02 Rui Hirokawa + + * ext/pgsql/config.m4 + ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0. + 2000-07-01 Sterling Hughes * ext/snmp/snmp.c: revert + note. -- 2.50.1