Re: [PHP-DEV] info needed regarding TSRM thread local storage

2004-09-09 Thread Andi Gutmans
At 04:30 PM 9/9/2004 +0200, Andrey Hristov wrote: Hi, probably MBO_0 stands for MarcusBOerger_0 . I am not sure whether this was somewehere in the coding standards document, but this means that the programmer has commented the code by using the preprocessor. The programmer has to put his name an

Re: [PHP-DEV] info needed regarding TSRM thread local storage

2004-09-09 Thread Marcus Boerger
Hello Kamesh, Thursday, September 9, 2004, 6:00:38 PM, you wrote: > Hi Marcus, > That is fine. > The leak of 2,46,888 I was getting when I had ldap, mysql and xml > extension enabled. > After Disabling them and without MBO_0 I had a leak of 87744 bytes. > After Disabling them and with MBO_0 I had

Re: [PHP-DEV] info needed regarding TSRM thread local storage

2004-09-09 Thread Kamesh Jayachandran
Hi Marcus, That is fine. The leak of 2,46,888 I was getting when I had ldap, mysql and xml extension enabled. After Disabling them and without MBO_0 I had a leak of 87744 bytes. After Disabling them and with MBO_0 I had a leak of 51,912 bytes. Anyway this figures are as given by NetWare System Cons

Re: [PHP-DEV] info needed regarding TSRM thread local storage

2004-09-09 Thread Marcus Boerger
Hello Kamesh, Thursday, September 9, 2004, 4:37:24 PM, you wrote: > Thanks Andrey. > I have Apache with worker thread mpm configured. > With this MBO_0 macro not defined I get a memory leak of 2,46,888 bytes. > With this MBO_0 macro defined I get a memory leak of 51,912 bytes. > If I look at the

Re: [PHP-DEV] info needed regarding TSRM thread local storage

2004-09-09 Thread Kamesh Jayachandran
Thanks Andrey. I have Apache with worker thread mpm configured. With this MBO_0 macro not defined I get a memory leak of 2,46,888 bytes. With this MBO_0 macro defined I get a memory leak of 51,912 bytes. If I look at the code also it seems that dtor of the resources are called only if MBO_0 macro i

Re: [PHP-DEV] info needed regarding TSRM thread local storage

2004-09-09 Thread Andrey Hristov
Hi, probably MBO_0 stands for MarcusBOerger_0 . I am not sure whether this was somewehere in the coding standards document, but this means that the programmer has commented the code by using the preprocessor. The programmer has to put his name and a suffix _0 . Usually code commented this way is

Re: [PHP-DEV] Info needed

2004-09-09 Thread Kamesh Jayachandran
Hi Derick, Just one more reminder to apply my patches for NetWare port. With regards Kamesh Jayachandran On Fri, 13 Aug 2004 01:10:56 -0700, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > Hi Derick, > Just a remainder to apply my patches for NetWare port. > > With regards > Kamesh Jayachandra

Re: [PHP-DEV] Info needed

2004-08-13 Thread Kamesh Jayachandran
Hi Derick, Just a remainder to apply my patches for NetWare port. With regards Kamesh Jayachandran On Mon, 2 Aug 2004 16:19:56 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said: > On Mon, 2 Aug 2004, Kamesh Jayachandran wrote: > > > Hi Derick, > > Did you apply my patches? > > Not yet, bu

Re: [PHP-DEV] Info needed

2004-08-02 Thread Derick Rethans
On Mon, 2 Aug 2004, Kamesh Jayachandran wrote: > Hi Derick, > Did you apply my patches? Not yet, but I will. I just returned today. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Info needed

2004-08-02 Thread Kamesh Jayachandran
Hi Derick, Did you apply my patches? With regards Kamesh Jayachandran On Mon, 19 Jul 2004 21:29:47 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said: > On Mon, 19 Jul 2004, Kamesh Jayachandran wrote: > > > Hi Derick, > > Did you apply my patches? > > You'll have to wait until I get back f

Re: [PHP-DEV] Info needed

2004-07-19 Thread Derick Rethans
On Mon, 19 Jul 2004, Kamesh Jayachandran wrote: > Hi Derick, > Did you apply my patches? You'll have to wait until I get back from holiday, but don't worry I'll have a look at them. It's on my todo list. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Info needed

2004-07-19 Thread Kamesh Jayachandran
Hi Derick, Did you apply my patches? With regards Kamesh Jayachandran On Thu, 15 Jul 2004 08:12:49 -0700, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > Hi Derick, > Following are my patches. > http://puggy.symonds.net/~kameshj/sapi.tar.gz > http://puggy.symonds.net/~kameshj/ext.tar.gz > http

Re: [PHP-DEV] Info needed

2004-07-15 Thread Kamesh Jayachandran
Hi Derick, Following are my patches. http://puggy.symonds.net/~kameshj/sapi.tar.gz http://puggy.symonds.net/~kameshj/ext.tar.gz http://puggy.symonds.net/~kameshj/main.patch.gz http://puggy.symonds.net/~kameshj/mainstreams.patch.gz http://puggy.symonds.net/~kameshj/TSRM.patch.gz I will be happy if

Re: [PHP-DEV] Info needed

2004-07-15 Thread Kamesh Jayachandran
Hi Magnus, Sorry for wasting your time. I have removed all those ^M s. http://puggy.symonds.net/~kameshj/zendnetwarepatches.tar.gz Verify the same and commit the changes. With regards Kamesh Jayachandran On Thu, 15 Jul 2004 13:19:58 +0200, "Magnus Määttä" <[EMAIL PROTECTED]> said: > On Thursday 15

Re: [PHP-DEV] Info needed

2004-07-15 Thread Derick Rethans
On Thu, 15 Jul 2004, Kamesh Jayachandran wrote: > Hi Derick, > Now I have corrected it and removed the white spaces whereever not > required. > Can you verify the same and commit my changes. > You can get them at, > http://puggy.symonds.net/~kameshj/zendnetwarepatches.tar.gz One tip for next time

Re: [PHP-DEV] Info needed

2004-07-15 Thread Magnus Määttä
On Thursday 15 July 2004 13.03, Kamesh Jayachandran wrote: > Hi Derick, > Now I have corrected it and removed the white spaces whereever not > required. > Can you verify the same and commit my changes. > You can get them at, > http://puggy.symonds.net/~kameshj/zendnetwarepatches.tar.gz > With regar

Re: [PHP-DEV] Info needed

2004-07-15 Thread Kamesh Jayachandran
Hi Derick, Now I have corrected it and removed the white spaces whereever not required. Can you verify the same and commit my changes. You can get them at, http://puggy.symonds.net/~kameshj/zendnetwarepatches.tar.gz With regards Kamesh Jayachandran On Thu, 15 Jul 2004 12:46:51 +0200 (CEST), "Derick

Re: [PHP-DEV] Info needed

2004-07-15 Thread Derick Rethans
On Thu, 15 Jul 2004, Kamesh Jayachandran wrote: > Can you guide me how to produce the patch? > I thought > 'diff -u newsource oldsource ' > will give the patch. > Is it other way round? Yes it is. regards, Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: ht

Re: [PHP-DEV] Info needed

2004-07-15 Thread Kamesh Jayachandran
Hi Derick, Can you guide me how to produce the patch? I thought 'diff -u newsource oldsource ' will give the patch. Is it other way round? I will lokk into white space issue. With regards Kamesh Jayachandran On Thu, 15 Jul 2004 12:00:11 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said:

Re: [PHP-DEV] Info needed

2004-07-15 Thread Derick Rethans
On Wed, 14 Jul 2004, Kamesh Jayachandran wrote: > Hi Derick, > Thanks for responding. > I am posting my patches module by module. > For zend you can find the patches at the following locations. > http://puggy.symonds.net/~kameshj/zendnetwarepatches.tar.gz 1. This patch is the wrong way around (yo

Re: [PHP-DEV] Info needed

2004-07-14 Thread Kamesh Jayachandran
Sorry to reply to my own mail. Updated patch for a small clean up. Please take the latest one. With regards Kamesh Jayachandran On Wed, 14 Jul 2004 23:20:37 -0700, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > Hi Derick, > Thanks for responding. > I am posting my patches module by module. > Fo

Re: [PHP-DEV] Info needed

2004-07-14 Thread Kamesh Jayachandran
Hi Derick, Thanks for responding. I am posting my patches module by module. For zend you can find the patches at the following locations. http://puggy.symonds.net/~kameshj/zendnetwarepatches.tar.gz Let me know in case of any issues. With regards Kamesh Jayachandran On Wed, 14 Jul 2004 17:53:03 +0

Re: [PHP-DEV] Info needed

2004-07-14 Thread Derick Rethans
On Wed, 14 Jul 2004, Kamesh Jayachandran wrote: > Hi All, > I have patches against PHP5.0.0 to make PHP5.0.0 work for NetWare. > What is the ideal way in which these changes can be merged in the CVS > HEAD? Can you please post a link to this patch here? regards, Derick -- PHP Internals - PHP R