Hi,

When debugging my own php extension, I got the following message:
---------------------------------------
zend_execute_API.c(261) : Block 0x081BD540 status:
zend_variables.c(62) : Actual location (location was relayed)
Beginning:      Cached (allocated on ./zend_execute.c:1601, 12 bytes)
      End:      OK
---------------------------------------
rbn_mim.c(189) :  Freeing 0x081BD4A4 (12 bytes), script=info.php
rbn_mim.c(240) :  Freeing 0x081B2C24 (20 bytes), script=info.php


Does this mean there is something wrong with my code, possibly memory leak?
Where can I get more information about these messages and writing php extension
in general?

Regards,

Shao.

-- 
Shao Zhang                          Tel:  (02) 9209 4838
Software Engineer                   Fax:  (02) 9209 4992
Redfern Broadband Networks (RBN)    Mail: [EMAIL PROTECTED]

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to