Hi,
I've been playing around with Shared Memory, Semaphores and IPC. I've
noticed even though i can restart apache, this shared memory segments remain
in memory. This means a poor written script could eat a lot of server's
available memory without freeing it back.
This is more a question than a f
On Thu, Jan 20, 2011 at 3:25 PM, Martin Scotta wrote:
> and what what happen if the extending class does not call
> parent::__construct() ?
> __construct is just like any other function, but with semantic added on top
> of.
>
> Changing the way it behaves will cause many headaches
What does that