Skip to content

Commit acddf10

Browse files
author
committed
ChangeLog update
1 parent 74daa1d commit acddf10

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

ChangeLog

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
2000-02-15 Zeev Suraski <zeev@php.net>
2+
3+
* SAPI.c
4+
sapi/isapi/php4isapi.c
5+
sapi/servlet/servlet.c:
6+
- Improved ISAPI module - it should no longer be necessary to set PHP as
7+
an ISAPI filter, only as an ISAPI extension, unless you wish to perform
8+
authentication using PHP. This didn't yet get enough testing, but it
9+
should work
10+
- Fixed auth_user/auth_password memory leak (I didn't have time to test it under
11+
Apache, feedback welcome!)
12+
13+
2000-02-15 Andrei Zmievski <andrei@ispi.net>
14+
15+
* ext/wddx/config.m4: Fix enable again.
16+
17+
2000-02-15 Zeev Suraski <zeev@php.net>
18+
19+
* php_variables.c
20+
rfc1867.c: Fixed a memory leak
21+
22+
2000-02-15 Charles Hagenbuch <chagenbu@wso.williams.edu>
23+
24+
* ext/imap/imap.c: adding a missing PHP_FALIAS to imap_listsubscribed()
25+
26+
2000-02-15 Andrei Zmievski <andrei@ispi.net>
27+
28+
* ext/wddx/config.m4: Changed --with-wddx to --enable-wddx.
29+
30+
* ext/wddx/config.m4: Test for --enable-xml.
31+
32+
* ext/pcre/php_pcre.h: Changing the header.
33+
34+
* NEWS: Little correction.
35+
36+
2000-02-15 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de>
37+
38+
* ext/pdf/pdf.c
39+
ext/pdf/php_pdf.h
40+
NEWS: - initial support for pdflib 2.20, little testing till now
41+
42+
2000-02-15 Andi Gutmans <andi@php.net>
43+
44+
* NEWS: - Get rid of mistake
45+
146
2000-02-14 Stig Bakken <ssb@fast.no>
247

348
* pear/DB/pgsql.php: Added PostgreSQL support for DB submitted by Rui Hirokawa

0 commit comments

Comments
 (0)