Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1086 2023-02-26 01:12:29 daniel-marschall /trunk/ Avoid calling *.class.php files directly to avoid PHP errors (Github Issue #4)  
1050 2022-12-21 01:13:04 daniel-marschall /trunk/ Huge change in internal code structure!
All OIDplus classes are now in the class namespace "ViaThinkSoft\OIDplus".
!!! WARNING:
!!! All plugins MUST put their classes in a namespace and the constant "INSIDE_OIDPLUS" must not be used anymore.
!!! If you have a third-party plugin installed which is NOT bundled with OIDplus, you MUST update it.
!!! Recommendation: Remove the plugin first, then update OIDplus, then ask the author to change the plugin.
!!! If you have not installed any third-party plugins, then it is safe to update now.
 
862 2022-06-01 00:41:05 daniel-marschall /trunk/ Oracle DB: On connection error, the error message from OCI is now displayed  
854 2022-05-29 17:16:33 daniel-marschall /trunk/plugins/viathinksoft/database/oci/ BUGFIX: Could not create objects on an Oracle database (error: Cannot insert NULL into ("HR"."OBJECTS"."CONFIDENTIAL"))  
817 2022-04-05 16:51:30 daniel-marschall /trunk/ Changed algorithm for OIDplus Information Object OIDs for third-party objectTypes  
789 2022-03-18 12:51:47 daniel-marschall /trunk/plugins/viathinksoft/  
787 2022-03-18 01:26:18 daniel-marschall /trunk/plugins/viathinksoft/  
786 2022-03-18 01:03:21 daniel-marschall /trunk/ NEW: Native OCI8 PHP plugin support for Oracle databases!