1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

ChangeLog update

This commit is contained in:
2000-05-08 01:09:15 +00:00
parent 7713553d85
commit 9377ed98dd

View File

@@ -1,3 +1,35 @@
2000-05-07 Jim Winstead <jimw@php.net>
* header: another minor change to test CVS mails again
2000-05-07 Sascha Schumann <sascha@schumann.cx>
* acinclude.m4:
Never tell link editor to libc. Some systems use thread-safe
replacements for libc in Pthreads mode.
* configure.in:
Libtool creates libphp4.so.0.0 on at least AIX and FreeBSD 2.2.
This hack will catch the resulting shared library anyway.
The Right Way to approach this is to fix libtool to properly
handle -module on all platforms.
* ext/ftp/php_ftp.c: executor_globals is always passed to MINIT functions
* ext/dbase/dbf_misc.c: s/localtime_r/php_localtime_r/
* makedist: Avoid relying on non-standard tar `z' option.
Turn on best compression for creating the archive.
* ext/standard/basic_functions.c
ext/standard/php_syslog.h
ext/standard/syslog.c:
Move <syslog.h> inclusion into php_syslog.h. This will make sure that
all source files "get it."
2000-05-06 Sascha Schumann <sascha@schumann.cx>
* configure.in: