php driver throw exception when query db_class:
The exception:
PHP Warning: Error: DBMS, -48, Accessing deleted object 0|0|0. in /home/php/phptestcases/php/php/_01_schema/get_class_name.phpt on line 22
code:
$req = cubrid_execute($conn, select * from db_class, CUBRID_INCLUDE_OID);
when changing the db_class to code.
the database used: demodb
This problem is not exist.
Test verion:
Cubrid: CUBRID 9.0 (9.0.0.0455)
PHP Driver:
http://svn.cubrid.org/cubridapis/php/branches/RB-9.0.0 Revision: 867