Test: /ext/oci8/tests/edition_2.phpt - Version 5.5.4    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
1 (33%)
001- **Test 1.1 - Default value for the attribute **************
002- The value of current EDITION is ORA$BASE
004-
005- **Test 1.2 - Set a value and get the same with different connections *********
006- The value of edition has been successfully set
007- Testing with oci_connect()
008- The value of current EDITION is MYEDITION
009- Testing with oci_pconnect()
010- The value of current EDITION is MYEDITION
011- Testing with oci_new_connect()
012- The value of current EDITION is MYEDITION
013- The value of current EDITION is MYEDITION
014-
015-
016- **Test 1.3 change the value and verify with existing conenctions.*********
017- The value of edition has been successfully set
018- The value of current EDITION is MYEDITION
019- The value of current EDITION is MYEDITION
020- Testing with oci_new_connect()
021- The value of current EDITION is MYEDITION1
022- Testing with oci_pconnect()
023- The value of current EDITION is MYEDITION1
024- Testing with oci_connect()
025- The value of current EDITION is MYEDITION1
026-
027-
028- **Test 1.4 - with different type of values *********
029- The value of edition has been successfully set
030- Testing with oci_connect()
031-
032- Warning: oci_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
033- The value of edition has been successfully set
034- Testing with oci_connect()
035- The value of current EDITION is ORA$BASE
036- The value of edition has been successfully set
037- Testing with oci_connect()
038-
039- Warning: oci_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
040- The value of edition has been successfully set
041- Testing with oci_connect()
042-
043- Warning: oci_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
044-
045-
046- **Test 1.5 - Negative case with an invalid string value. *********
047- Testing with oci_new_connect()
048-
049- Warning: oci_new_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
050- The value of edition has been successfully set
051-
052-
053- **Test 1.6 - Set Multiple times.*****
054- The value of edition has been successfully set
055- The value of edition has been successfully set
056- Testing with oci_connect()
057- The value of current EDITION is MYEDITION1
058-
059-
060- **Test 1.7 - Test with ALTER SESSION statement to change the edition *******
061- The value of edition has been successfully set
062- Testing with oci_new_connect()
063- get the value set to MYEDITION with oci_set_edition
064- The value of current EDITION is MYEDITION
065- Get the value set to MYEDITION1 with alter session
066- The value of current EDITION is MYEDITION1
067- Get the value with a new connection
068- Testing with oci_connect()
069- The value of current EDITION is MYEDITION
070- Set the value back using oci-set_edition
071- The value of edition has been successfully set
072- The value of current EDITION is MYEDITION
073- Get the value with a new conenction
074- Testing with oci_connect()
075- The value of current EDITION is MYEDITION
076-
077-
078- **Test 1.8 - Test setting the attribute with scope ends*******
079- The value of edition has been successfully set
080- The value of current EDITION is MYEDITION1
081- Done