Menu

#7 field name error in saprfc_function_define()

open
nobody
None
5
2006-02-16
2006-02-16
No

--- saprfc.c 19 Dec 2005 11:35:13 -0000 1.43
+++ saprfc.c 16 Feb 2006 16:45:24 -0000
@@ -675,7 +675,7 @@
itype = Z_STRVAL_P(*tmp);
strtoupper(itype);
}
- if (
zend_hash_find(HASH_OF(*param),"type", sizeof
("optional"), (void
**)&tmp ) == SUCCESS )
+ if (
zend_hash_find(HASH_OF(*param),"optional", sizeof
("optional"), (v
oid **)&tmp ) == SUCCESS )
{
convert_to_boolean_ex(tmp);
ioptional = Z_LVAL_P(*tmp);

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.