Displaying 1 result from an estimated 1 matches for "380389".
Did you mean:
30389
2006 Feb 13
1
Problem with overloading add type casts of numeric strings in PHP bindings
Overloaded methods are mapped in PHP to their implementation (_SWIG_0,
_SWIG_1, ..) based on the types and number of arguments the user supplies.
However, if one overload accept a string and another an integer the bindings
fail to separate them since PHP treats numeric strings much the same as
integers.
The problem is illustrated in WritableDatabase_replace_document() which
takes either the