Skip to content

Commit fdaba80

Browse files
author
committed
ChangeLog update
1 parent d9bca66 commit fdaba80

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

ChangeLog

+104
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,107 @@
1+
2009-03-09 Christopher Jones <christopher.jones@oracle.com>
2+
3+
* ext/oci8/tests/bug47189.phpt
4+
ext/oci8/tests/bug47189.phpt:
5+
6+
New test for oci_fetch_all
7+
8+
* (PHP_5_3)
9+
ext/oci8/oci8_statement.c
10+
ext/oci8/php_oci8_int.h:
11+
MFH: Make non-public prototype match the type passed at call
12+
13+
* ext/oci8/oci8_statement.c
14+
ext/oci8/php_oci8_int.h:
15+
Make non-public prototype match the type passed at call
16+
17+
* (PHP_5_3)
18+
ext/oci8/oci8_interface.c:
19+
MFH: Use PHP 5 function name in error message
20+
21+
* ext/oci8/oci8_interface.c:
22+
Use PHP 5 function name in error message
23+
24+
* (PHP_5_3)
25+
ext/oci8/oci8.c
26+
ext/oci8/php_oci8_int.h
27+
ext/oci8/tests/b47243_1.phpt
28+
ext/oci8/tests/b47243_2.phpt
29+
ext/oci8/tests/b47243_3.phpt
30+
ext/oci8/tests/debug.phpt:
31+
MFH: Bug #47243 (Crash at shutdown on Windows)
32+
33+
* ext/oci8/oci8.c
34+
ext/oci8/php_oci8_int.h
35+
ext/oci8/tests/b47243_1.phpt
36+
ext/oci8/tests/b47243_1.phpt
37+
ext/oci8/tests/b47243_2.phpt
38+
ext/oci8/tests/b47243_2.phpt
39+
ext/oci8/tests/b47243_3.phpt
40+
ext/oci8/tests/b47243_3.phpt
41+
ext/oci8/tests/debug.phpt:
42+
Bug #47243 (Crash at shutdown on Windows)
43+
44+
* ext/oci8/tests/reflection1.phpt
45+
ext/oci8/tests/reflection2.phpt:
46+
MHB/sync: Make tests portable with older PHP for PECL builds
47+
48+
* (PHP_5_3)
49+
ext/oci8/tests/reflection1.phpt
50+
ext/oci8/tests/reflection2.phpt:
51+
Make tests portable with older PHP for PECL builds
52+
53+
* (PHP_5_3)
54+
ext/oci8/oci8.c
55+
ext/oci8/tests/connect_without_oracle_home.phpt
56+
ext/oci8/tests/connect_without_oracle_home_old.phpt
57+
ext/oci8/tests/create_table.inc
58+
ext/oci8/tests/details.inc
59+
ext/oci8/tests/pecl_bug16035.phpt:
60+
MFH: PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes
61+
segfault)
62+
63+
* ext/oci8/oci8.c
64+
ext/oci8/tests/connect_without_oracle_home.phpt
65+
ext/oci8/tests/connect_without_oracle_home_old.phpt
66+
ext/oci8/tests/create_table.inc
67+
ext/oci8/tests/details.inc
68+
ext/oci8/tests/pecl_bug16035.phpt
69+
ext/oci8/tests/pecl_bug16035.phpt:
70+
PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)
71+
72+
* (PHP_5_3)
73+
ext/oci8/oci8.c:
74+
MFH: PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
75+
76+
* ext/oci8/oci8.c:
77+
PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
78+
79+
2009-03-09 Pierre-Alain Joye <pierre.dev@gmail.com>
80+
81+
* (PHP_5_3)
82+
ext/pdo_pgsql/config.w32
83+
ext/pgsql/config.w32:
84+
- add path for libpq (other are kept)
85+
86+
2009-03-09 Christopher Jones <christopher.jones@oracle.com>
87+
88+
* ext/oci8/README:
89+
Prepare README for future PECL OCI8 1.3.5
90+
91+
* ext/oci8/tests/bug27303_3.phpt:
92+
Silence initialization warning
93+
94+
* (PHP_5_3)
95+
ext/oci8/config.m4
96+
ext/oci8/oci8.c
97+
ext/oci8/php_oci8.h:
98+
MFH: Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)
99+
100+
* ext/oci8/config.m4
101+
ext/oci8/oci8.c
102+
ext/oci8/php_oci8.h:
103+
Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)
104+
1105
2009-03-08 Ilia Alshanetsky <ilia@prohost.org>
2106

3107
* (PHP_5_2)

0 commit comments

Comments
 (0)