summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-09-20 00:10:58 +0000
committer <changelog@php.net>2001-09-20 00:10:58 +0000
commita16eadb1ef5be2fb935e4eb1ad47905498d4674a (patch)
treea63d8b2ab63017daec8d7be2be2c6e5b78c6e3f6
parent6320f1aa3e8674fe282b416b23fc4aec1f74a0d7 (diff)
downloadphp-git-a16eadb1ef5be2fb935e4eb1ad47905498d4674a.tar.gz
ChangeLog update
-rw-r--r--ChangeLog77
1 files changed, 77 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fff04defd2..b7fe440364 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+2001-09-19 Stig Venaas <venaas@uninett.no>
+
+ * ext/ldap/ldap.c:
+ Not using _free_ldap_result destructor for le_result_entry, leads to
+ crashes due to freeing same memory several times in some cases
+
+2001-09-19 Andy Sautins <asautins@veripost.net>
+
+ * ext/oci8/oci8.c:
+ Collections core-dump fix. ocicollgetelem was using OCIInd instead
+ of OCIInd * in call to OCICollGetElem
+
+2001-09-19 Stig Venaas <venaas@uninett.no>
+
+ * ext/standard/dns.c: Added IPv6 support to gethostbyaddr()
+
+2001-09-19 Frank M. Kromann <frank@frontbase.com>
+
+ * ext/dbase/dbase.dsp
+ ext/db/db.dsp: Fixing debug build on Win32
+
+2001-09-19 Hartmut Holzgraefe <hartmut@six.de>
+
+ * ext/dbplus/php_dbplus.c:
+ argument count fix plus beginning local query support
+
+2001-09-19 Mark L. Woodward <mlwmohawk@mohawksoft.com>
+
+ * ext/msession/reqclient.h: The extension should not be GPL.
+
+2001-09-19 Wez Furlong <wez.php@thebrainroom.com>
+
+ * ext/sockets/sockets.c: doh\!
+
+2001-09-19 Mark L. Woodward <mlwmohawk@mohawksoft.com>
+
+ * ext/msession/CREDITS
+ ext/msession/Makefile
+ ext/msession/Makefile.in
+ ext/msession/README
+ ext/msession/config.m4
+ ext/msession/libs.mk
+ ext/msession/msession.c
+ ext/msession/msession.php
+ ext/msession/php_msession.h
+ ext/msession/reqclient.h: Added
+
+2001-09-19 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/standard/math.c: quickly fix newly introdued off-by-one
+
+2001-09-19 Wez Furlong <wez.php@thebrainroom.com>
+
+ * ext/sockets/sockets.c: Fix silly bugs
+
+2001-09-19 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/standard/math.c:
+ Rewrite _php_match_basetozval to need only one multiplication
+ per iteration and avoid the U?LONG_MAX hassle.
+
+ * ext/mailparse/config.m4
+ ext/pcntl/config.m4: Fix indentation of ./configure --help
+
+ * build/build.mk: add missing dependency
+
+2001-09-19 Joey Smith <joey@joeysmith.com>
+
+ * ext/domxml/php_domxml.c: MFH, Close bug #13322
+
+ * ext/domxml/php_domxml.c:
+ Don't manually register the resource, let php_domobject_new do it for us.
+ This fixes and elusive SIGSEGV.
+ Bug id'd and fixed by Ivo Hulinsky <huld@fido.cz>.
+
+ This fixes #13322.
+
2001-09-18 Frank M. Kromann <frank@frontbase.com>
* ext/mbstring/mbstring.dsp: Fixing win32 debug build