changelog Fri Jan 25 20:14:55 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.935 php4/ChangeLog:1.936
--- php4/ChangeLog:1.935 Thu Jan 24 20:22:47 2002
+++ php4/ChangeLog Fri Jan 25 20:14:54 2002
@@ -1,3 +1,68 @@
+2002-01-25 Marko Karppinen <[EMAIL PROTECTED]>
+
+ * configure.in:
+ Improve detection of resolv.h on versions of Darwin, FreeBSD and Solaris
+ (this requires post-2.13 autoconf, but 2.13 ignores it gracefully)
+
+ * configure.in: Relying only on host_alias is wrong
+
+2002-01-25 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * ext/session/mod_mm.c: We need mm file for each user.
+
+2002-01-25 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/xmlrpc/config.m4:
+ - Fix for bug #15227: Compiling the CGI binary with xmlrpc fails to
+ build/link expat
+
+ * ext/standard/basic_functions.c:
+ - Fixed highlight_* (make it more robust)
+
+2002-01-25 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/ctype/EXPERIMENTAL: no longer experimental
+
+2002-01-25 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c:
+ - Added optional parameter to highlight_string and highlight_file which
+ makes these functions return a highlighted string instead of dumping
+ to standard output. (Derick)
+ - Added optional parameter to highlight_string and highlight_file which
+ makes these functions return a highlighted string instead of dumping
+ to standard output.
+
+2002-01-25 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * ext/standard/array.c:
+ (extraxt) add EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags
+
+2002-01-25 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/domxml/php_domxml.c:
+ - Fix for bug #14934: type property not set in comment nodes (domxml)
+
+2002-01-25 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * ext/session/mod_mm.c: Add sapi postfix for mm save path.
+ cli/cgi would not complain about mm save handler with this.
+
+2002-01-25 Doug MacEachern <[EMAIL PROTECTED]>
+
+ * sapi/apache2filter/sapi_apache2.c: adjust to ap_get_brigade() API change
+
+2002-01-25 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * php.ini-recommended
+ php.ini-dist:
+ Added "pgsql.auto_reset_persistent" ini entry to catch broken connection
+ always with pg_pconnect(). (Default Off in source and php.ini-*)
+ This option requires a little overhead for pg_pconnect().
+
+ * ext/pgsql/pgsql.c
+ ext/pgsql/php_pgsql.h: Added "auto_reset_presistent" ini entry.
+
2002-01-24 Marko Karppinen <[EMAIL PROTECTED]>
* build/buildcheck.sh: