]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 25 May 2000 01:09:11 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Thu, 25 May 2000 01:09:11 +0000 (01:09 +0000)
ChangeLog

index f256681d1928f79fd69f28c0727357bee746ef4f..15ec5198c38ac0a3fbb7d371f443701e2085de07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2000-05-24  Andrei Zmievski  <andrei@ispi.net>
+
+    * ext/standard/array.c
+      ext/standard/levenshtein.c:  Fixed min()/max() segfault. 
+
+2000-05-24  Sascha Schumann  <sascha@schumann.cx>
+
+    * configure.in:
+    Add -traditional-cpp for Rhapsody and -D_BSD_TIMEOFDAY_FLAVOR for DG/UX.
+
+    Also fix the search path for sendmail.
+
+2000-05-24  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/sybase/sybase.c: proto takeover from php3
+
+2000-05-24  Sascha Schumann  <sascha@schumann.cx>
+
+    * reentrancy.c
+      win32/readdir.c:
+    The behaviour for result == NULL || entry == NULL is undefined.
+
+    * reentrancy.c:
+    If no further directory exists, php_readdir_r() returns success and sets
+    *result to NULL.
+
+2000-05-24  Frank M. Kromann  <fmk@swwwing.com>
+
+    * ext/exif/exif.dsp:
+    Adding PHP_EXIF directive to actually include the functions
+
+    * php_modules.dsw: Updating workspace with the latest modules
+
+    * ext/exif/exif.c
+      ext/exif/exif.dsp: Adding project for new exif module
+
+2000-05-24  Sascha Schumann  <sascha@schumann.cx>
+
+    * acinclude.m4
+      configure.in
+      reentrancy.c: Support old-style readdir_r()
+
+    * reentrancy.c:
+    Avoid building two versions of the time-related reentrant functions.
+
+2000-05-24  Rasmus Lerdorf  <rasmus@php.net>
+
+    * ext/exif/.cvsignore
+      ext/exif/Makefile.in
+      ext/exif/config.m4
+      ext/exif/exif.c
+      ext/exif/php_exif.h:    exif module
+
+    * ext/gd/gd.c
+      ext/ldap/ldap.c:    num_links is a long there
+
+2000-05-24  Thies C. Arntzen  <thies@digicol.de>
+
+    * ext/standard/array.c: remove gremlin
+
+2000-05-24  Jouni Ahto  <jah@mork.net>
+
+    * ext/pgsql/pgsql.c
+      ext/pgsql/php_pgsql.h:
+    Added PostgreSQL module info function.
+
+2000-05-24  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/standard/php_string.h:
+    php_basename() prototype changed according to latest changes in string.c
+
 2000-05-23  Sascha Schumann  <sascha@schumann.cx>
 
     * ext/snmp/Makefile.in