[PHP-DEV] CVS update: php3 From: rasmus (php-dev <email protected>)
Date: 02/28/99

Date: Sunday February 28, 1999 @ 17:01
Author: rasmus

Update of /repository/php3
In directory asf:/home/rasmus/php3

Modified Files:
        ChangeLog
Log Message:
Some ChangeLog updates

Index: php3/ChangeLog
diff -c php3/ChangeLog:1.582 php3/ChangeLog:1.583
*** php3/ChangeLog:1.582 Sun Feb 28 16:42:30 1999
--- php3/ChangeLog Sun Feb 28 17:01:36 1999
***************
*** 1,18 ****
  PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  March 1, 1999, Version 3.0.7
  - Fixed Oracle-OCI8 module for windows.
! - Add OCIRowCount function. (Number of affected rows for update-statements etc).
  - Add OCIDefineByName function.
  - Change the behaviour of open_basedir. It's now possible to supply more
    than one directory. open_basedir paths from parent directories are now
    automatically inherited.
  - fix rand() and mt_rand() to make the ranges work correctly
! - htmlspecialchars() and htmlentities() are now binary save.
  - Add extract() function.
  - Oracle-OCI8 driver now supports BLOBS/CLOBS and IN/OUT binding of local php
    variables.
  - Clean up apxs build
  - Added YP/NIS module from Stephanie Wehner
  - Added optional second argument to mysql_fetch_array(); MYSQL_ASSOC will
    cause the resulting array to contain the associative indices only,
--- 1,21 ----
  PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  March 1, 1999, Version 3.0.7
+ - Initial work on an ImageMagick module - doesn't do anything yet
+ - Make configure script detect Netscape's LDAP SDK automagically
  - Fixed Oracle-OCI8 module for windows.
! - Add OCIRowCount function. (Number of affected rows for update-statements)
  - Add OCIDefineByName function.
  - Change the behaviour of open_basedir. It's now possible to supply more
    than one directory. open_basedir paths from parent directories are now
    automatically inherited.
  - fix rand() and mt_rand() to make the ranges work correctly
! - htmlspecialchars() and htmlentities() are now binary safe.
  - Add extract() function.
  - Oracle-OCI8 driver now supports BLOBS/CLOBS and IN/OUT binding of local php
    variables.
  - Clean up apxs build
+ - Add INSTALL.REDHAT file to walk RedHat users through the install
  - Added YP/NIS module from Stephanie Wehner
  - Added optional second argument to mysql_fetch_array(); MYSQL_ASSOC will
    cause the resulting array to contain the associative indices only,
***************
*** 21,27 ****
    (default).
  - Backport the Zend debugging memory manager into the PHP 3.0.x tree.
  - Add function_exists() function.
! - Add another version of WDDX module
  - Fixed includes for iODBC to support both the old and the new LGPL version
  - Add flock() function
  - Fix implode() bug - When imploding an array that contained unset() elements
--- 24,31 ----
    (default).
  - Backport the Zend debugging memory manager into the PHP 3.0.x tree.
  - Add function_exists() function.
! - Add another version of WDDX module
! (we need to pick a single implementation here)
  - Fixed includes for iODBC to support both the old and the new LGPL version
  - Add flock() function
  - Fix implode() bug - When imploding an array that contained unset() elements

--
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>