Posted by Jerry Stuckle on 10/26/07 03:54
askel wrote:
> On Oct 18, 9:12 am, "Steve" <no....@example.com> wrote:
>> "askel" <dummy...@mail.ru> wrote in message
>>
>> news:1192637234.457240.125790@k35g2000prh.googlegroups.com...
>>
>>> I'm developing small extension that deals with resources. If I use
>>> emalloc/efree for allocating freeing resource data I get random memory
>>> corruption errors. If I replace emalloc/efree withmalloc/free,
>>> everything works fine. At least there are no errors produced. I'm
>>> using PHP 4.4.8/Zend Engine 1.3.0/no any optimiser.
>>> -------- myext.c ------
>> while this is a programming question and about php, it is not a php
>> programming question. try a c or c++ newsgroup.
>
> This is Zend API question and has little to none relation to C/C++.
>
>
But it has nothing to do with programming in PHP. You're writing C
code, not PHP.
Try asking on the Zend site.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|