File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- * Please, change user, password and dbase to match your configuration.
5
- *
6
- * */
7
-
8
- $ user = "system " ;
9
- $ password = "system " ;
10
- $ dbase = "oracle " ;
3
+ include "details.inc " ;
11
4
12
5
/*
13
6
* You should have privileges to create tables in this schema
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ /*
4
+ * Please, change user, password and dbase to match your configuration.
5
+ *
6
+ * */
7
+
8
+ $ user = "system " ;
9
+ $ password = "system " ;
10
+ $ dbase = "oracle " ;
11
+
12
+ /* Set this variable to TRUE if Oracle is installed @ localhost */
13
+
14
+ $ oracle_on_localhost = FALSE ;
15
+
16
+ ?>
Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
reading/writing BFILE LOBs
3
3
--SKIPIF--
4
- <?php if (!extension_loaded ('oci8 ' )) die ("skip no oci8 extension " ); ?>
4
+ <?php if (!extension_loaded ('oci8 ' )) die ("skip no oci8 extension " );
5
+ include "details.inc " ;
6
+ if (empty ($ oracle_on_localhost )) die ("skip this test won't work with remote Oracle " );
7
+ ?>
5
8
--FILE--
6
9
<?php
7
10
You can’t perform that action at this time.
0 commit comments