Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.3

Bug #18475 resources in parameters don't work
Submitted: 2011-04-24 20:33 UTC
From: jille Assigned:
Status: Open Package: CodeGen_PECL (version 1.1.3)
PHP Version: 5.3.6 OS: N/A
Roadmaps: (Not assigned)    
Subscription  


 [2011-04-24 20:33 UTC] jille (Jille Timmermans)
Description: ------------ When you specify a resource in the parameters it writes: zval * argname_zval = NULL; php_stream * argname = NULL: the second line ends with a colon instead of semicolon. and the parameter-parsing line reads &argname for the resource instead of &argname_zval

Comments