Re: [PHP-DEV] Function request

2004-04-11 Thread Jakes
AIL PROTECTED] instead. > > > - Original Message - > From: "Jakes" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, April 11, 2004 1:10 PM > Subject: Re: [PHP-DEV] Function request > > > > Please can you explain to me how th

Re: [PHP-DEV] Function request

2004-04-11 Thread Jakes
Please can you explain to me how this is done, without having to create some sort of data storage facility. Regards Jakes "Sean Coates" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This can be done in user space, using custom session handlers. > [p

[PHP-DEV] Function request

2004-04-10 Thread Jakes
Hi all I'm not to sure where to actually post this, but maybe you guys can help out. This is more of a request than anything else. What I'm looking for is function or a constant that will keep track of session that are currently in use in memory. This should just return a integer. eg. Than

[PHP-DEV] PHP5 Java

2004-03-02 Thread Jakes
Does anybody know whats happen to the java extension in version 5. Has it been broken?

Re: [PHP-DEV] stdClass

2004-02-27 Thread Jakes
cool, Im going to look more into the engine to see the working. I suppose PHP it isn't as memory intensive as JAVA Quick question, does the zend engine have a garbage collector while we are on the topic? "Hartmut Holzgraefe" <[EMAIL PROTECTED]> wrote in message news:[EMA

Re: [PHP-DEV] stdClass

2004-02-27 Thread Jakes
You calling it from the base so cleaning you be easier than looking for object referenced variables and setting them to null. Working in a large class hierarchy it could get painful. "Michael Walter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jakes wro

Re: [PHP-DEV] stdClass

2004-02-27 Thread Jakes
Oh, yes and special methods that you mentioned would come in handy too but from a object perspective. Maybe explicitly calling some sort finalize() method to clean un-referenced objects would also be handy. - Original Message - From: "Jakes Potgieter" <[EMAIL PROTECTED

Re: [PHP-DEV] stdClass

2004-02-27 Thread Jakes Potgieter
; print $obj->doSomething(); - Original Message - From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> To: "Jakes Potgieter" <[EMAIL PROTECTED]> Cc: "Stephan Schmidt" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, Februar

Re: [PHP-DEV] stdClass

2004-02-27 Thread Jakes Potgieter
]> Newsgroups: php.internals To: "'Jakes'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 3:46 PM Subject: RE: [PHP-DEV] stdClass > Hi, > > > > Please can some explain to me what the stdClass is used for in > >

[PHP-DEV] stdClass

2004-02-27 Thread Jakes
Please can some explain to me what the stdClass is used for in PHP 5. I've tried to use the reflection API to reverse engineer it but it does not give you much on the stdClass What methods can be inherited from this class? Does it work the same was as the java base class - Object?

Re: [PHP-DEV] Re: [PHP-QA] Java / PHP5 release

2004-02-16 Thread Jakes Potgieter
o check out the pecl/rpc > module. > > It compiles but has not been tested, and doesn't really > have a maintainer. > > Good luck. > > --Wez. > > - Original Message - > From: "Derick Rethans" <[EMAIL PROTECTED]> > To: "Jakes Potgie