mfp Fri Aug 24 13:52:17 2007 UTC
Modified files:
/phpdoc/en/reference/sca reference.xml
Log:
change "real" to "float". Fix for PECL bug #42385
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sca/reference.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/sca/reference.xml
diff -u phpdoc/en/reference/sca/reference.xml:1.4
phpdoc/en/reference/sca/reference.xml:1.5
--- phpdoc/en/reference/sca/reference.xml:1.4 Wed Jun 20 22:25:19 2007
+++ phpdoc/en/reference/sca/reference.xml Fri Aug 24 13:52:17 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Purpose: xml -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@@ -504,7 +504,7 @@
<varname>$ticker</varname> and
<varname>$currency</varname> are clearly PHP scalar types.
- Components can pass the PHP scalar types string, integer, float and
+ Components can pass the PHP scalar types string, integer, real and
boolean, but data structures on service calls are always passed as
Service Data Objects (SDOs). A later section describes how a
component can create an SDO to pass on a local or Web service call, or