You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interfaces\JavaObject exposes magic methods __call(), __get() and __set()
to better reflect that non-existing methods and properties will be delegated to
the remote Java object.
Changed
Possible bc-break in undocumented feature. The DB\DriverManager::getJdbcDSN() has changed its signature
and starts now with the driver name. An $options array allows to pass extra options.
Improved
Serialization with __sleep() and __wakeup() has preliminary test support