summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-02-13 02:09:12 +0000
committer <changelog@php.net>2001-02-13 02:09:12 +0000
commitc2f1a45b245ce74d005dce57ff2bc48c784a9105 (patch)
treebcec617c408db8c78326cccfd80981c619d7cf1e
parent880db726f7f52918a5336e662c02722c34a49738 (diff)
downloadphp-git-c2f1a45b245ce74d005dce57ff2bc48c784a9105.tar.gz
ChangeLog update
-rw-r--r--ChangeLog119
1 files changed, 119 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0157fe18d8..226b598089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+2001-02-12 Adam Dickmeiss <adam@indexdata.dk>
+
+ * ext/yaz/php_yaz.c
+ ext/yaz/php_yaz.h:
+ Implemented yaz_present, yaz_scan, yaz_scan_result, yaz_ccl_conf,
+ yaz_ccl_parse and yaz_itemorder. Updated documentation.
+
+2001-02-12 David Guerizec <david@guerizec.net>
+
+ * ext/midgard/test-db.tar.gz:
+ This file is not needed anymore, check the midgard CVS for the up-to-date file:
+ http://cvs.midgard-project.org/cvsweb.pl
+ in /midgard/data
+
+2001-02-12 Rainer Schaaf <rjs@pdflib.com>
+
+ * ext/pdf/config.m4
+ ext/pdf/pdf.c
+ ext/pdf/Makefile.in: added module support (for dl()) for PDFlib
+ the PDF files now tell that they are generated by the PHP binding.
+
+2001-02-12 Emiliano Heyns <emile@iris-advies.com>
+
+ * ext/midgard/.cvsignore
+ ext/midgard/ChangeLog
+ ext/midgard/INSTALL
+ ext/midgard/Makefile.in
+ ext/midgard/access.c
+ ext/midgard/article.c
+ ext/midgard/attachment.c
+ ext/midgard/calendar.c
+ ext/midgard/config.m4
+ ext/midgard/element.c
+ ext/midgard/event.c
+ ext/midgard/eventmember.c
+ ext/midgard/file.c
+ ext/midgard/fudge
+ ext/midgard/genentry.pl
+ ext/midgard/group.c
+ ext/midgard/host.c
+ ext/midgard/image.c
+ ext/midgard/logo/midgard-logo.gif
+ ext/midgard/logo/mklogo.c
+ ext/midgard/mail.c
+ ext/midgard/member.c
+ ext/midgard/mgd_access.h
+ ext/midgard/mgd_article.h
+ ext/midgard/mgd_attachment.h
+ ext/midgard/mgd_calendar.h
+ ext/midgard/mgd_element.h
+ ext/midgard/mgd_errno.c
+ ext/midgard/mgd_errno.h
+ ext/midgard/mgd_errno.pl
+ ext/midgard/mgd_event.h
+ ext/midgard/mgd_eventmember.h
+ ext/midgard/mgd_file.h
+ ext/midgard/mgd_group.h
+ ext/midgard/mgd_host.h
+ ext/midgard/mgd_image.h
+ ext/midgard/mgd_internal.h
+ ext/midgard/mgd_mail.h
+ ext/midgard/mgd_member.h
+ ext/midgard/mgd_midgard.h
+ ext/midgard/mgd_oop.h
+ ext/midgard/mgd_page.h
+ ext/midgard/mgd_pageelement.h
+ ext/midgard/mgd_pagelink.h
+ ext/midgard/mgd_person.h
+ ext/midgard/mgd_preferences.h
+ ext/midgard/mgd_preparser.h
+ ext/midgard/mgd_sitegroup.h
+ ext/midgard/mgd_snippet.h
+ ext/midgard/mgd_snippetdir.h
+ ext/midgard/mgd_style.h
+ ext/midgard/mgd_topic.h
+ ext/midgard/midgard-logo.h
+ ext/midgard/midgard-root.php
+ ext/midgard/midgard-team.h
+ ext/midgard/midgard.c
+ ext/midgard/mkall
+ ext/midgard/oop.c
+ ext/midgard/page.c
+ ext/midgard/pageelement.c
+ ext/midgard/pagelink.c
+ ext/midgard/parameter.c
+ ext/midgard/person.c
+ ext/midgard/php4_porting.txt
+ ext/midgard/php_midgard.h
+ ext/midgard/preferences.c
+ ext/midgard/preparser-parser.y
+ ext/midgard/preparser-scanner.l
+ ext/midgard/preparser.c
+ ext/midgard/sitegroup.c
+ ext/midgard/snippet.c
+ ext/midgard/snippetdir.c
+ ext/midgard/style.c
+ ext/midgard/test-db.tar.gz
+ ext/midgard/topic.c: Midgard 1.4.1 initial checkin
+
+2001-02-12 Andi Gutmans <andi@zend.com>
+
+ * main/safe_mode.c: - Fix warning
+ PR:
+ Submitted by:
+ Reviewed by:
+ Obtained from:
+
+2001-02-12 Thies C. Arntzen <thies@thieso.net>
+
+ * ext/oci8/oci8.c:
+ - Improved OCI8 dead-session detection. (Patch by: George Schlossnagle)
+
+ * ext/imap/php_imap.c: fixed possible leak in imap_search
+
+2001-02-12 Anders Johannsen <anders@ignition.dk>
+
+ * pear/CMD.php:
+ Fixed indentation problems related to use of TAB instead of spaces
+
2001-02-11 Anders Johannsen <anders@ignition.dk>
* pear/CMD.php: The Cmd:: class implements an abstraction for various ways