From: <php...@li...> - 2016-09-05 11:38:13
|
Hey David, I suggest you to have a look to the https://github.com/belgattitude/soluble-japha project which offer a refactored client and support PHP7, HHVM, composer, psr-2, psr-4, fixes most of the naughty notices, warnings... offer some future possibilities (you can write different client implementations, see Adapter and Driver interfaces) and a growing test suite. See the differences here : https://github.com/belgattitude/soluble-japha#original-phpjavabridge-javainc-differences but note there's a compatibility layer if your code is relying on previous Java.inc implementation. See the doc. I don't know about maintainers, but as I'm relying a lot on php-java-bridge I'll be happy to be one of them at least for the client part. All the best, Seb Disclaimer, I'm the author of soluble-japha, not making advertising but could be nice if people contribute. On Sun, Sep 4, 2016 at 7:52 PM, <php...@li... > wrote: > Hello, > > I don't know if it is the right place to ask this question, but anyway: > I consider to use the JavaBridge for a project that uses PHP 7. The > issue i'm facing: > Java.inc uses methods deprecated in PHP7 (function names that are equal > to class names). > I'm just a little bit worried, if this project is maintained, if this > deprecated feature is completely removed from PHP in a later release. > Because i'm planning to update my project to be up to date with the > newest PHP version in the feature. > > So to be brief: Will there be updates if the deprecated feature is > removed in a future PHP release? > > Kind regards > David > > ------------------------------------------------------------ > ------------------ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |