Date: 04/17/00
- Next message: cgibbons <email protected>: "[PHP-DEV] PHP 4.0 Bug #4165: Need "-R$ORACLE_HOME/lib" when linking libphp4.so ?"
- Previous message: rmatthews <email protected>: "[PHP-DEV] PHP 4.0 Bug #4164: configure script not picking up sys/resource.h"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Differences in add_index_string()"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Differences in add_index_string()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I was creating an array for one of my functions and looked in apidoc.txt
(included with RC1) and the file specifies:
add_index_string(return_value,index,str)
I attempt to use that function and get an error about too few actual
parameters.
ZEND_API.c defines the function as:
add_index_string(zval *arg, uint index, char *str, int duplicate)
Is the duplicate variable something that was just added?
I understand what's going on, and assume it's just that the docs haven't
been updated. The same is in effect for the add_index_stringl()
Thanks,
Brad
-- 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: cgibbons <email protected>: "[PHP-DEV] PHP 4.0 Bug #4165: Need "-R$ORACLE_HOME/lib" when linking libphp4.so ?"
- Previous message: rmatthews <email protected>: "[PHP-DEV] PHP 4.0 Bug #4164: configure script not picking up sys/resource.h"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Differences in add_index_string()"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Differences in add_index_string()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

