Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@belgattitude belgattitude released this 25 Apr 11:08
· 315 commits to master since this release

Added

  • 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