Date: 07/06/00
- Next message: Andrei Zmievski: "Re: [PHP-DEV] when is the scheduled next release?"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5432 Updated: Apache server variables do not get registered"
- In reply to: chrisv <email protected>: "[PHP-DEV] Accessing values in associative arrays within C code?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andrei Zmievski: "Re: [PHP-DEV] when is the scheduled next release?"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5432 Updated: Apache server variables do not get registered"
- In reply to: chrisv <email protected>: "[PHP-DEV] Accessing values in associative arrays within C code?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

