Skip to content

Commit 5746250

Browse files
author
committed
ChangeLog update
1 parent 7ef1f9f commit 5746250

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

ChangeLog

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
2002-01-25 Marko Karppinen <karppinen@pobox.com>
2+
3+
* configure.in:
4+
Improve detection of resolv.h on versions of Darwin, FreeBSD and Solaris
5+
(this requires post-2.13 autoconf, but 2.13 ignores it gracefully)
6+
7+
* configure.in: Relying only on host_alias is wrong
8+
9+
2002-01-25 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp>
10+
11+
* ext/session/mod_mm.c: We need mm file for each user.
12+
13+
2002-01-25 Derick Rethans <derick@vl-srm.net>
14+
15+
* ext/xmlrpc/config.m4:
16+
- Fix for bug #15227: Compiling the CGI binary with xmlrpc fails to
17+
build/link expat
18+
19+
* ext/standard/basic_functions.c:
20+
- Fixed highlight_* (make it more robust)
21+
22+
2002-01-25 Hartmut Holzgraefe <hartmut@six.de>
23+
24+
* ext/ctype/EXPERIMENTAL: no longer experimental
25+
26+
2002-01-25 Derick Rethans <derick@vl-srm.net>
27+
28+
* ext/standard/basic_functions.c:
29+
- Added optional parameter to highlight_string and highlight_file which
30+
makes these functions return a highlighted string instead of dumping
31+
to standard output. (Derick)
32+
- Added optional parameter to highlight_string and highlight_file which
33+
makes these functions return a highlighted string instead of dumping
34+
to standard output.
35+
36+
2002-01-25 Rasmus Lerdorf <rasmus@php.net>
37+
38+
* ext/standard/array.c:
39+
(extraxt) add EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags
40+
41+
2002-01-25 Derick Rethans <derick@vl-srm.net>
42+
43+
* ext/domxml/php_domxml.c:
44+
- Fix for bug #14934: type property not set in comment nodes (domxml)
45+
46+
2002-01-25 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp>
47+
48+
* ext/session/mod_mm.c: Add sapi postfix for mm save path.
49+
cli/cgi would not complain about mm save handler with this.
50+
51+
2002-01-25 Doug MacEachern <dougm@covalent.net>
52+
53+
* sapi/apache2filter/sapi_apache2.c: adjust to ap_get_brigade() API change
54+
55+
2002-01-25 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp>
56+
57+
* php.ini-recommended
58+
php.ini-dist:
59+
Added "pgsql.auto_reset_persistent" ini entry to catch broken connection
60+
always with pg_pconnect(). (Default Off in source and php.ini-*)
61+
This option requires a little overhead for pg_pconnect().
62+
63+
* ext/pgsql/pgsql.c
64+
ext/pgsql/php_pgsql.h: Added "auto_reset_presistent" ini entry.
65+
166
2002-01-24 Marko Karppinen <karppinen@pobox.com>
267

368
* build/buildcheck.sh:

0 commit comments

Comments
 (0)