]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 1 May 2001 01:09:24 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Tue, 1 May 2001 01:09:24 +0000 (01:09 +0000)
ChangeLog

index f9cbc393413d62a9ded767f54541e8ca5c63234d..d0f68d0b182df0a681bf1e73b2a4b14fcec3d40f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,167 @@
+2001-04-30  Andi Gutmans  <andi@zend.com>
+
+    * sapi/cgi/cgi_main.c: - Fix for Bug id #10071
+    PR:
+    Submitted by:
+    Reviewed by:
+    Obtained from:
+
+2001-04-30  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/ext_skel: some more example code for modules using --with-something
+    works for me (linux/bash) but please give it a test drive
+
+2001-04-30  Sterling Hughes  <sterling@designmultimedia.com>
+
+    * ext/curl/curl.c: remove last minute garbage that snuck in...
+
+    * NEWS: As per Andi's suggestions.
+
+    * NEWS:
+    update the news file in accordance with my previous commit...
+
+    * ext/curl/curl.c: Add some missing constants.
+
+    * ext/curl/curl.c
+      ext/curl/php_curl.h:
+    Added REGISTER_CURL_CONSTANT() a wrapper around REGISTER_LONG_CONSTANT()
+    Re-vamp the internal php_curl structure.
+    Properly free allocated slist's and HttpPost structures
+    many whitespace changes
+    speed improvements (in the post handling and slist area's)
+
+
+2001-04-30  Daniel Beulshausen  <daniel@php4win.de>
+
+    * main/main.c
+      main/php.h
+      ext/pgsql/pgsql.c: make pgsql build under win32 again
+
+2001-04-30  Adam Dickmeiss  <adam@indexdata.dk>
+
+    * ext/yaz/php_yaz.c:
+    Timeout setting for yaz_wait. Force call by reference for yaz_ccl_parse
+    and yaz_scan_result.
+
+2001-04-30  Zeev Suraski  <zeev@zend.com>
+
+    * NEWS
+      configure.in
+      main/php_version.h: Go with 4.0.5
+
+2001-04-30  Rui Hirokawa  <louis@cityfujisawa.ne.jp>
+
+    * main/php_main.h:
+    added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input encoding conversion functionality for ext/jstring.
+
+    * ext/jstring/jstring.h
+      ext/jstring/mbfilter.c
+      ext/jstring/mbfilter.h
+      ext/jstring/mbfilter_ja.c
+      ext/jstring/mbfilter_ja.h
+      ext/jstring/CREDITS
+      ext/jstring/EXPERIMENTAL
+      ext/jstring/Makefile.in
+      ext/jstring/README_PHP3-i18n-ja
+      ext/jstring/config.m4
+      ext/jstring/jstring.c: added japanese string function module.
+
+2001-04-30  Daniel Beulshausen  <daniel@php4win.de>
+
+    * ext/hyperwave/hw.c: *must* use HwSLS_FETCH()
+
+2001-04-30  Andi Gutmans  <andi@zend.com>
+
+    * sapi/cgi/cgi_main.c
+      win32/registry.c
+      main/SAPI.c
+      main/fopen_wrappers.c
+      main/main.c
+      main/php_open_temporary_file.c
+      main/rfc1867.c
+      main/safe_mode.c
+      sapi/caudium/caudium.c
+      ext/standard/basic_functions.c
+      ext/standard/browscap.c
+      ext/standard/dir.c
+      ext/standard/exec.c
+      ext/standard/file.c
+      ext/standard/filestat.c
+      ext/standard/iptc.c
+      ext/standard/link.c
+      ext/swf/swf.c
+      ext/openssl/openssl.c
+      ext/posix/posix.c
+      ext/session/mod_files.c
+      ext/session/session.c
+      ext/gettext/gettext.c
+      ext/ming/ming.c
+      ext/oci8/oci8.c
+      ext/ftp/php_ftp.c
+      ext/gd/gd.c
+      ext/gd/gd_ctx.c
+      ext/fdf/fdf.c
+      ext/filepro/filepro.c
+      ext/dba/dba_cdb.c
+      ext/dba/dba_db2.c
+      ext/dba/dba_db3.c
+      ext/dba/dba_dbm.c
+      ext/dbase/dbase.c
+      ext/dbase/dbf_head.c
+      ext/exif/exif.c
+      ext/com/COM.c
+      ext/db/db.c: - Change macros from V_ to VCWD_ because of AIX name clash
+
+2001-04-30  Daniel Beulshausen  <daniel@php4win.de>
+
+    * ext/gd/gd.dsp: make dsp supporting gd2
+
+2001-04-30  Sergey Kartashoff  <gluke@biosys.net>
+
+    * ext/mnogosearch/php_mnogo.h
+      ext/mnogosearch/php_mnogo.c:
+    Udm_Cat_List and Udm_Cat_Path functions has been added.
+
+2001-04-30  Daniel Beulshausen  <daniel@php4win.de>
+
+    * ext/fbsql/fbsql.dsp: look in Release_TS_inline for php4ts.lib as well
+
+    * ext/dotnet/dotnet.cpp
+      ext/dotnet/dotnet.dsp:
+    make dotnet module build again & fix dsp ouput dir
+
+    * ext/domxml/domxml.dsp: newer libxml libs are called libxml2.lib
+
+2001-04-30  Andi Gutmans  <andi@zend.com>
+
+    * ext/imap/php_imap.c:
+    - Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL
+
+2001-04-30  Sergey Kartashoff  <gluke@biosys.net>
+
+    * ext/mnogosearch/README:
+2001-04-30  Daniel Beulshausen  <daniel@php4win.de>
+
+    * ext/db/db.dsp: fix ouput directory
+
+    * ext/curl/curl.c: fix win32 build
+
+2001-04-30  Sergey Kartashoff  <gluke@biosys.net>
+
+    * ext/mnogosearch/php_mnogo.c:
+    Added UDM_FIELD_CATEGORY parameter to get current document
+    category in the mnoGoSearch module
+
+2001-04-30  Andi Gutmans  <andi@zend.com>
+
+    * NEWS: - Interactive mode is back in 4.0.6
+
+2001-04-30  David Croft  <david@infotrek.co.uk>
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/php_array.h:    Added key_exists() to check if a given key or index exists in an array or object
+
 2001-04-29  Zeev Suraski  <zeev@zend.com>
 
     * NEWS: layout