changelog Sun Mar 24 20:21:49 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.993 php4/ChangeLog:1.994
--- php4/ChangeLog:1.993 Sat Mar 23 20:18:27 2002
+++ php4/ChangeLog Sun Mar 24 20:21:47 2002
@@ -1,3 +1,136 @@
+2002-03-24 Zak Greant <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c:
+ Added mysql_table_name() alias for mysql_tablename()
+ Improved logic of parameter parsing code for mysql_ping
+ - made test for no arguments more explicit
+ - combined to if blocks into one if/else if block
+
+2002-03-24 Jan Lehnardt <[EMAIL PROTECTED]>
+
+ * tests/func/006.phpt: - MFH
+
+ * tests/func/006.phpt: - added basic output buffering tests
+
+2002-03-24 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/mime_magic/CREDITS
+ ext/mime_magic/EXPERIMENTAL
+ ext/mime_magic/config.m4
+ ext/mime_magic/mime_magic.c
+ ext/mime_magic/php_mime_magic.h:
+ 1st implementation of magic-file based mime_content_type(string filename)
+
+2002-03-24 Alex Waugh <[EMAIL PROTECTED]>
+
+ * sapi/webjames/config.m4: MFH
+
+ * sapi/webjames/config.m4:
+ Backslashes caused the build to fail with autoconf 2.52
+
+2002-03-24 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * ext/dio/dio.c: fix freebsd compile
+
+2002-03-24 Sander Roobol <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c:
+ Fixed tiny mistake in proto (tnx to Egon for spotting it).
+
+2002-03-24 Wez Furlong <[EMAIL PROTECTED]>
+
+ * main/streams.c
+ main/user_streams.c
+ main/php_streams.h
+ ext/zlib/zlib_fopen_wrapper.c
+ ext/zlib/zlib.c
+ ext/zlib/php_zlib.h
+ ext/standard/php_fopen_wrappers.h
+ ext/standard/php_fopen_wrapper.c
+ ext/standard/ftp_fopen_wrapper.c
+ ext/standard/http_fopen_wrapper.c
+ ext/bz2/php_bz2.h
+ ext/bz2/bz2.c: Phase 1 of wrapper OO cleanup.
+
+2002-03-24 Sander Roobol <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c: Fix typo in proto.
+
+2002-03-24 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c: - Fix proto
+
+2002-03-24 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c:
+ changed prototype for mysql_real_escape_string
+
+2002-03-24 Mark L. Woodward <[EMAIL PROTECTED]>
+
+ * ext/msession/msession.c:
+ Added support for session manager ID creation, works with patch submitted earlier
+
+2002-03-24 Zak Greant <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c
+ ext/mysql/php_mysql.h: Added mysql_ping() function.
+
+2002-03-24 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c
+ ext/mysql/php_mysql.h:
+ a) ws fixed
+ b) changed mysql_list_processes, mysql_stat (zend_parse_parameters)
+ c) New functions:
+ 1) mysql_real_escape_string this function is similar to
+mysql_escape_string (deprecated).
+ it needs a mysql-connection to escape a string
+according to the
+ current character set
+
+ 2) mysql_character_set_name returns the current character set for the
+connection
+
+ 3) mysql_thread_id return the pid for the current connection.
+This function is usefull
+ when using mysql_list_processes
+
+2002-03-24 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * sapi/cli/README
+ sapi/cli/php_cli.c:
+ Override max_execution_time, setting it to unlimited.
+
+2002-03-24 Wez Furlong <[EMAIL PROTECTED]>
+
+ * NEWS: News updates.
+
+2002-03-24 Jan Lehnardt <[EMAIL PROTECTED]>
+
+ * ext/pspell/tests/01pspell_basic.phpt:
+ - finally MFH. sorry for the inconveniance, especially Derick ;)
+
+ * ext/pspell/tests/01pspell_basic.phpt
+ ext/pspell/.cvsignore: - initial checkin of basic testcases for pspell
+
+2002-03-24 Zak Greant <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c
+ ext/mysql/php_mysql.h:
+ (PHP mysql_list_processes) Returns a pointer to a result set containing
+ information on the processes running in the
+ MySQL server.
+ (PHP mysql_stat) Returns a string containing information on the status
+ of the MySQL server.
+
+2002-03-24 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/curl/curl.c:
+ - MFH for bug #16232 (Patch by Alan Knowles <[EMAIL PROTECTED]>)
+
+ * ext/curl/curl.c:
+ - Fix for bug #16232 (Patch by Alan Knowles <[EMAIL PROTECTED]>)
+
+2002-03-24 Stig Bakken <[EMAIL PROTECTED]>
+
+ * pear/PEAR/Registry.php: * move logic to _assertStateDir
+
2002-03-23 Sterling Hughes <[EMAIL PROTECTED]>
* ext/dio/dio.c: revert out accidental code