|
From: <php...@li...> - 2009-07-02 17:02:55
|
Hi Andre,
I have noticed that PHP 5.3 final uses a backslash as a namespace operator
instead of ::, used in PHP 5.3RC1.
I have changed the META-INF/java/JavaBridge.inc java_autoload_function to
use \\ instead of :: in the CVS head, so that the following code can be used
in php 5.3:
<?php java_autoload();
use java\lang\String as JString;
echo JString("hello");
?>
This is a new php 5.3 feature, so I think my change doesn't hurt, even if I
made a terrible mistake and java_autoload() doesn't work at all anymore. But
if I didn't make a mistake, your debian port will be the first to support
php 5.3 namespaces with automatic java class loading.
BTW: I have promised to help to test under debian and to add a patch for
google app engine. Unfortunately I don't have time at the moment.
Regards,
Jost Boekemeier
2. Jul 2009 4:59 vorm. schrieb am <
php...@li...>:
Hello,
There is a new updated Debian package 5.4.4.2-2 at CVS repository.
It contains (I expect) correctly packaged Tomcat 5.5 EXPERIMENTAL
security configurations.
It is not a new bridge version, only a packaging improvement.
So who already has a 5.4.4.2 running, manually configured, does not have
to update in a rush.
I uploaded binaries, but the new SF site is still not showing them at
available files to download.
One can build Debian packages from CVS, if need the new package now.
Please, help with broad testing.
I am working in a reasonable SE Linux php-java-bridge Debian rules
packaging and hope to commit an experimental package for evaluation next
week.
Regards.
Andre Felipe Machado
http://www.techforce.com.br
------------------------------------------------------------------------------
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|