From: Jost B. <jos...@ya...> - 2005-08-02 19:28:18
|
Hi, > I mean auto converting java.util.Hashmap to PHP > native array.. Autoconversion has been switched off in php5 by default because it is an expensive operation. But you can convert manually: java_get_values($map); It is a no-op in php4, please see tests.php5/java_get_values.php for details. On protocol level the behaviour can be switched off by setting bit1 to 0, see protocol.txt. In php5 we send 0304 and in php4 0306, see the function get_mode() in client.c Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |