Christopher Kings-Lynne wrote:
Hi,
I'm working on some improvements to the pgsql extension and I would like
to know how to convert a zval* that points to a PHP array to a char**
that I can pass to the pgsql API functions. The API function takes
const char** so it will not modify the string, but
Hi,
I'm working on some improvements to the pgsql extension and I would like
to know how to convert a zval* that points to a PHP array to a char**
that I can pass to the pgsql API functions. The API function takes
const char** so it will not modify the string, but the string must exist
for the