changelog Mon Feb 17 20:33:50 2003 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1269 php4/ChangeLog:1.1270
--- php4/ChangeLog:1.1269 Sun Feb 16 20:31:33 2003
+++ php4/ChangeLog Mon Feb 17 20:33:50 2003
@@ -1,3 +1,163 @@
+2003-02-17 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/tests/050.phpt
+ ext/mysqli/tests/051.phpt
+ ext/mysqli/tests/052.phpt
+ ext/mysqli/tests/053.phpt
+ ext/mysqli/tests/054.phpt
+ ext/mysqli/tests/055.phpt:
+ additional tests for non freed objects
+
+2003-02-17 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/snmp/config.m4:
+ MFB: Sanity check.
+
+ * (PHP_4_3)
+ ext/snmp/config.m4:
+ Sanity check to prevent errors in other extensions tests.
+
+ * NEWS:
+ Update
+
+2003-02-17 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/tests/049.phpt:
+ test for mysql_fetch_row (oo-style)
+
+2003-02-17 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ext/rpc/com/com.c
+ ext/rpc/com/conversion.c
+ ext/rpc/com/dispatch.c
+ ext/rpc/com/variant.c
+ ext/snmp/winsnmp.c
+ ext/standard/file.c
+ ext/standard/flock_compat.c
+ ext/standard/ftp_fopen_wrapper.c
+ ext/standard/http_fopen_wrapper.c
+ ext/standard/pack.c
+ ext/standard/rand.c
+ ext/w32api/w32api.c
+ ext/zlib/zlib.c
+ main/fopen_wrappers.c
+ main/main.c
+ main/network.c
+ main/php.h
+ main/php_open_temporary_file.c
+ sapi/apache/php_apache_http.h
+ sapi/cgi/cgi_main.c
+ sapi/isapi/php4isapi.c:
+ Win32 build improvements
+
+2003-02-17 Wez Furlong <[EMAIL PROTECTED]>
+
+ * sapi/isapi/php4isapi.c:
+ Fix build under win32
+
+2003-02-17 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_fe.c:
+ added close method/alias for result object (for compatibility with
+ statement and
+ link objects)
+
+ * ext/mysqli/tests/048.phpt:
+ test for OO-Implementation (bind_result)
+
+2003-02-17 Shane Caraveo <[EMAIL PROTECTED]>
+
+ * ext/standard/proc_open.c:
+ you know it's time to get away from the keyboard when you do this.
+
+ fix my last fix
+
+2003-02-17 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/standard/proc_open.c:
+ - Style polizei
+
+2003-02-17 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ ext/standard/datetime.c
+ ext/standard/datetime.h
+ ext/standard/php_standard.h
+ ext/standard/php_sunfuncs.h
+ ext/standard/sunfuncs.c
+ ext/standard/sunfuncs.h
+ win32/php4dllts.dsp:
+ - Cleaned this mess a bit:
+ . Centralized the functions sunrise/sunset to php_sunrise_sunset
+ to lessen duplicate code.
+ . Made wrapper function php_do_date_sunrise_sunset() to lessen
+ duplicate code.
+ . Coding style fixes.
+ . renamed sunfuncs.h -> php_sunfuncs.h
+
+ * ext/standard/tests/time/idate.phpt:
+ - These results were obviously got with TZ=GMT
+
+ * ext/standard/tests/general_functions/sunfuncts.phpt:
+ Assuming the results were created in system with Asia/Jerusalem as TZ
+
+2003-02-17 Shane Caraveo <[EMAIL PROTECTED]>
+
+ * ext/standard/proc_open.c:
+ fix it the right way
+
+2003-02-17 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/general_functions/sunfuncts.phpt:
+ override precision ini setting
+
+2003-02-17 Shane Caraveo <[EMAIL PROTECTED]>
+
+ * sapi/cgi/cgi_main.c:
+ prevent possible crash if used in combo with mod_gzip
+ fix command line
+
+ * ext/standard/proc_open.c:
+ If you pass NULL, you do not get a NULL value, make sure it is.
+
+2003-02-17 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/bcmath/libbcmath/src/bcmath.h
+ ext/bcmath/libbcmath/src/config.h
+ ext/ovrimos/ovrimos.c
+ ext/standard/flock_compat.c
+ win32/glob.c
+ win32/time.h
+ win32/winutil.c:
+ - Let's be consistent with these..
+
+2003-02-17 Wez Furlong <[EMAIL PROTECTED]>
+
+ * main/php_streams.h
+ main/streams/context.h
+ main/streams/filter_api.h
+ main/streams/plain_wrapper.h
+ main/streams/userspace.h:
+ Move some of the streams header into supplementary files
+
+
+2003-02-17 Shane Caraveo <[EMAIL PROTECTED]>
+
+ * run-tests2.php:
+ bring up to date with change in run-tests
+
+2003-02-17 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ Bump up the version.
+
+2003-02-17 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/sunfuncs.c:
+ Fix compile warning
+
2003-02-16 Wez Furlong <[EMAIL PROTECTED]>
* win32/installer/setini.php:
@@ -482,7 +642,7 @@
* (PHP_4_3)
sapi/cgi/cgi_main.c:
- Added missing $Id: ChangeLog,v 1.1269 2003/02/17 01:31:33 changelog Exp $ tag
+ Added missing $Id: ChangeLog,v 1.1270 2003/02/18 01:33:50 changelog Exp $ tag
2003-02-14 Thies C. Arntzen <[EMAIL PROTECTED]>