"Reindl Harald" wrote in message
news:4e583c6a.3000...@thelounge.net...
Ah right, did not think it was that old, thanks, got new servers ready to go
in,
Aaron
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I cannot seem to find 'ext_skel' or 'PECL_Gen' on my F11 instillation of
php-devel ?
Aaron
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks !
"Xinchen Hui" wrote in message
news:7256329410255948429@unknownmsgid...
hi
every api has lots of 'samples' ,that are the standard extensions in
src/ext/*
:)
Thanks
Sent from my iPhone
在 2011-8-26,11:20,Aaron Gray 写道:
Hi Stas,
"Stas Malyshev
Hi Stas,
"Stas Malyshev" wrote in message
news:4e56f0d6.20...@sugarcrm.com...
Hi!
On 8/25/11 5:52 PM, Aaron Gray wrote:
Thinking about it what I really want to do is see if a key exists in an
array and get its type to see if it is BOOL and that it is TRUE.
For this, you will ne
"Christopher Jones" wrote in message
news:4e56e662.90...@oracle.com...
On 08/25/2011 05:16 PM, Aaron Gray wrote:
"Chris Stockton" wrote in message
news:calkfbxvsuq-zqyytdxi3a9tccieh6xzz9y-kbyqva8kpc4-...@mail.gmail.com...
Hello,
On Thu, Aug 25, 2011 at 2:57 PM, Aaron G
""Aaron Gray"" wrote in message
news:a1.a0.22704.0d5e6...@pb1.pair.com...
"Chris Stockton" wrote in message
news:calkfbxvsuq-zqyytdxi3a9tccieh6xzz9y-kbyqva8kpc4-...@mail.gmail.com...
Hello,
On Thu, Aug 25, 2011 at 2:57 PM, Aaron Gray wrote:
Hi,
I am working o
"Chris Stockton" wrote in message
news:calkfbxvsuq-zqyytdxi3a9tccieh6xzz9y-kbyqva8kpc4-...@mail.gmail.com...
Hello,
On Thu, Aug 25, 2011 at 2:57 PM, Aaron Gray wrote:
Hi,
I am working on a C extension module for PHP and am wondering about an
API
issue.
I can see how to
Hi,
I am working on a C extension module for PHP and am wondering about an API
issue.
I can see how to add to an associative array :-
zval *aa;
MAKE_STD_ZVAL(aa);
array_init(aa);
Hi,
I am working on a C extension module for PHP and am wondering about an API
issue.
I can see how to add to an
Hi,
I am working on a C extension module for PHP and am wondering about an API
issue.
I can see how to add to an associative array :-
zval *aa;
MAKE_STD_ZVAL(aa);
array_init(aa);
add_assoc_string(aa, "test", "test value", 1);
but how do I transverse an associative array of value