[PHP] How PHP handles memory on exit

2011-06-24 Thread Brad Lorge
Hey All, I have a question pertaining to how PHP handles the residual values in memory once a thread exits. I am working on some credit card processing logic and would like to ensure that the values I am working with are not being left to their own fortune after the application exits. Out of

Re: [PHP] Detecting Multi-Scope Variables

2011-02-01 Thread Brad Lorge
: -Original Message- From: Brad Lorge [mailto:b...@lorge.com.au] Sent: Monday, January 31, 2011 9:53 PM To: php-general@lists.php.net Subject: [PHP] Detecting Multi-Scope Variables Hello All, I am new to the list so please be gentle :) I am working on a PHP framework and have

Re: [PHP] Detecting Multi-Scope Variables

2011-02-01 Thread Brad Lorge
Hmm, would this then be a question for internals? On Wed, Feb 2, 2011 at 9:59 AM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: Brad Lorge b...@lorge.com.au wrote: Perhaps my question was not as succinct as it could have been. Basically, can you think of a means through which to detect

[PHP] Detecting Multi-Scope Variables

2011-01-31 Thread Brad Lorge
Hello All, I am new to the list so please be gentle :) I am working on a PHP framework and have run up against a functionality hurdle which I keep falling at. Basically, I have three mechanisms which all function in a similar way and require this functionality: templating, event handling and