Re: [PHP-DEV] Accessing values in associative arrays within C code? From: Andrei Zmievski (andrei <email protected>)
Date: 07/06/00

On Wed, 05 Jul 2000, chrisv <email protected> wrote:
> I'm having a minor problem accessing values in a single associative array
> which is passed into a function I am writing. It works, for the most part,
> until I attempt to convert the 'zval *' pointers to the type I need.
>
> The offending code looks like this:
>
> %%%%%
>
> HashTable *ht;
> zval *l_onoff;
> zval *l_linger;

These need to be zval **.

-Andrei

"Computers are useless. They can only give you answers."
                               --Pablo Picasso

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>