[PHP-DEV] CVS update: php3 From: ssb (php-dev <email protected>)
Date: 10/09/98

Date: Friday October 9, 1998 @ 11:09
Author: ssb

Update of /repository/php3
In directory asf:/u2/tmp/cvs-serv2431

Modified Files:
        ChangeLog
Log Message:
odbc changes for 3.0.6, an un-commited entry for 3.0.5

Index: php3/ChangeLog
diff -c php3/ChangeLog:1.503 php3/ChangeLog:1.504
*** php3/ChangeLog:1.503 Tue Oct 6 09:51:35 1998
--- php3/ChangeLog Fri Oct 9 11:09:57 1998
***************
*** 1,12 ****
  'PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ??, Version 3.0.6
  - Added minimal InterBase support. Tested only on 4.0 & Linux.
  - Fixed some memory leaks and bogus error messages in the URL handler of
    the various file open functions. Should only affect error handling
    in bad URLs.
  
! October 5, Version 3.0.5
  - mysql_field_flags now reports all MySQL flags and the result is suitable
    for automatic parsing. Compatibility warning: The result format has
    changed. If you have scripts parsing the result of this function, you
--- 1,14 ----
  'PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ??, Version 3.0.6
+ - Made odbc_autocommit() without args return status
+ - Added connect workaround for OpenLink ODBC
  - Added minimal InterBase support. Tested only on 4.0 & Linux.
  - Fixed some memory leaks and bogus error messages in the URL handler of
    the various file open functions. Should only affect error handling
    in bad URLs.
  
! October 5 1998 Version 3.0.5
  - mysql_field_flags now reports all MySQL flags and the result is suitable
    for automatic parsing. Compatibility warning: The result format has
    changed. If you have scripts parsing the result of this function, you
***************
*** 19,28 ****
    function.
  - Removed -lpthread when compiling with MySQL support. It caused various
    serious problems when compiled into Apache.
  - Fix in_addr_t check for systems with in_addr_t in netinet/in.h
  - Add atan2() function
  
! September 22, 1998 Version 3.0.4
  - Added uksort() - array key sort using a user defined comparison function.
  - Added 'j' support to date() - generates the day of the month, without
    possible leading zeros.
--- 21,31 ----
    function.
  - Removed -lpthread when compiling with MySQL support. It caused various
    serious problems when compiled into Apache.
+ - Add serialize() and unserialize() functions from jkl <email protected>
  - Fix in_addr_t check for systems with in_addr_t in netinet/in.h
  - Add atan2() function
  
! September 22 1998 Version 3.0.4
  - Added uksort() - array key sort using a user defined comparison function.
  - Added 'j' support to date() - generates the day of the month, without
    possible leading zeros.
***************
*** 99,105 ****
    correctly with non-English charsets
  - md5() function not binary safe - fixed
  
! August 15, 1998 Version 3.0.3
  - Changed the name of fopen_basedir to open_basedir, to be a little more
    accurate about what it does.
  - Added Hyperwave module
--- 102,108 ----
    correctly with non-English charsets
  - md5() function not binary safe - fixed
  
! August 15 1998 Version 3.0.3
  - Changed the name of fopen_basedir to open_basedir, to be a little more
    accurate about what it does.
  - Added Hyperwave module

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>