Yasir Malik wrote:
Is there any list (or forum) that can help me with this?
Thanks,
Yasir
You probably will have more luck trying out the PECL group. These
authors write PHP extensions and have the knowledge / desire to work on
extensions. Not too many of us "regular" developers have actu
Is there any list (or forum) that can help me with this?
Thanks,
Yasir
On Fri, 17 Jun 2005, Yasir Malik wrote:
Date: Fri, 17 Jun 2005 11:51:24 -0400 (EDT)
From: Yasir Malik <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Subject: [PHP] Extensions: parameters as references
I am crea
I am creating a PHP extension. In my function, I want the parameter to be
a reference. The extension function works fine only if the variable
passed is initialized. For example, here is the extension function:
ZEND_FUNCTION(first_module)
{
zval *parameter;
if (zend_parse_parameters(ZEN
3 matches
Mail list logo