diff options
author | Jani Taskinen <jani@php.net> | 2007-08-14 07:36:13 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-08-14 07:36:13 +0000 |
commit | d32c991e442c5ef27b51d88f1c5aa1e4edb3bc12 (patch) | |
tree | a321c36a1a2580210ec5e9368e0175014cd38892 | |
parent | 74f8114a8936167b5d20315b9d7b0b120988b2b8 (diff) | |
download | php-git-d32c991e442c5ef27b51d88f1c5aa1e4edb3bc12.tar.gz |
fix is fix, change is something else
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Aug 2007, PHP 5.2.4 -- Changed oci8 and PDO_OCI to allow configuring with Oracle 11g client - libraries (Chris Jones). +- Fixed oci8 and PDO_OCI extensions to allow configuring with Oracle 11g client + libraries. (Chris Jones) - Fixed bug #42261 (header wrong for date field). (roberto at spadim dot com dot br, Ilia) - Fixed bug #42247 (ldap_parse_result() not defined under win32). (Jani) |