Mantis - Quercus
Viewing Issue Advanced Details
1444 major always 11-07-06 06:49 11-30-06 17:58
KnisterPeter  
ferg  
normal  
closed 3.1.0  
fixed  
none    
none 3.1.0  
0001444: Sending null as parameter from PHP to a Java class fails
When a parameter value of a Java method is null (called from PHP) then on the javaside the values are as following:
  for String -> empty String
  for int -> 0
  for Long -> 0

=> this blocks e.g. using Hessian as intended from PHP when a Nulled parameter has a special meaning.

Notes
(0001630)
ferg   
11-30-06 17:58   
php/0c1y, php/3c1y