[PHP-DEV] [PATCH] tests/classes/factory_and_singleton_009.phpt

2004-07-22 Thread Kamesh Jayachandran
Hi All, I had the tests/classes/factory_and_singleton_009.phpt testcase failing in Linux, NetWare, Windows ports of PHP. And found that this failure is due to one extra line. Attached the patch. Will all warnings always preceded by the NewLine character? With regards Kamesh Jayachandran

[PHP-DEV] [PATCH] tests/classes/factory_and_singleton_010.phpt

2004-07-22 Thread Kamesh Jayachandran
Hi All, I had the tests/classes/factory_and_singleton_010.phpt testcase failing in Linux, NetWare, Windows ports of PHP. And found that this failure is due to one extra line. Attached the patch. With regards Kamesh Jayachandran factory_and_singleton_010.phpt.patch Description: application

[PHP-DEV] [PATCH] tests/classes/array_access001.phpt

2004-07-21 Thread Kamesh Jayachandran
Hi All, I found the following unit test failing in PHP-5.0.0. And later found that Testcase was old enough. tests/classes/array_access001.phpt I am attaching my patch. Hope I am correct. With regards Kamesh Jayachandran array_access_001.phpt.patch Description: application/unknown

Re: [PHP-DEV] [PATCH] tests/classes/array_access001.phpt

2004-07-21 Thread Kamesh Jayachandran
Hi All, Sorry for the patch. I found the cause of the problem to be error_reporting directive Now set it to E_ALL. Everything is working. Sorry again. With regards Kamesh Jayachandran On Wed, 21 Jul 2004 01:16:06 -0700, Kamesh Jayachandran [EMAIL PROTECTED] said: Hi All, I found

[PHP-DEV] What is MFH?

2004-07-21 Thread Kamesh Jayachandran
Hi All, I have seen in the ChangeLog mails the word 'MFH'. What is the meaning of it? With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: how to post my contribution

2004-07-21 Thread Kamesh Jayachandran
to master.php.net:80 in /local/Web/sites/phpweb/include/posttohost.inc on line 29 An error occured when trying to create the account: failed to open socket to master.php.net. http://www.php.net/cvs-php.php With regards Kamesh Jayachandran On Wed, 21 Jul 2004 13:32:30 -0700, Sara Golemon [EMAIL

[PHP-DEV] Want to know about security vulnerablity that was fixed in PHP4.3.8

2004-07-20 Thread Kamesh Jayachandran
before and after incorporating the fix? With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Can someone explain about block_alarms

2004-07-20 Thread Kamesh Jayachandran
Hi All, Can someone explain/point me about block_interruptions and unblock_interruptions member of struct _sapi_module_struct. With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP-DEV] handle member in zend_module_entry is not getting populated(New issue)(Posted second time)

2004-07-19 Thread Kamesh Jayachandran
to free the resources). Currently it is getting copied before getting returned from the php_dl(At the end just before RETURN_TRUE). With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Clarification needed

2004-07-16 Thread Kamesh Jayachandran
on this? With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Clarification needed

2004-07-16 Thread Kamesh Jayachandran
Thanks On Fri, 16 Jul 2004 11:18:46 +0200, Christian Stocker [EMAIL PROTECTED] said: On 16.7.2004 11:15 Uhr, Kamesh Jayachandran wrote: Hi, I have seen that in php5.0/ext/xslt directory does not have any source except the test scripts whereas in php-4.3.8 I could find the files

Re: [PHP-DEV] Info needed

2004-07-15 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. For zend

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 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 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 Kamesh Jayachandran
if i could get the commit access to some of the NetWare specific files like config.nw.c. With regards Kamesh Jayachandran On Thu, 15 Jul 2004 13:20:38 +0200 (CEST), Derick Rethans [EMAIL PROTECTED] said: On Thu, 15 Jul 2004, Kamesh Jayachandran wrote: Hi Derick, Now I have corrected

[PHP-DEV] handle member in zend_module_entry is not getting populated(New issue)

2004-07-14 Thread Kamesh Jayachandran
to free the resources). Currently it is getting copied before getting returned from the php_dl(At the end just before RETURN_TRUE). With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Info needed

2004-07-14 Thread Kamesh Jayachandran
like cli, apache2filter, zend, tsrm etc 68 patches in one single patch? c) Is it advisable to submit each one of 68 patches to the concerned owner? Waiting for your reponse. With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] issue in copying the hash table(Reposted third time)

2004-07-12 Thread Kamesh Jayachandran
need only sizeof(zend_class_entry*)(Wastage of 292-4=288 bytes). Please correct me if I am wrong. With regards Kamesh Jayachandran On Sat, 10 Jul 2004 22:59:32 +0900, Moriyoshi Koizumi [EMAIL PROTECTED] said: On 2004/07/08, at 19:16, Kamesh Jayachandran wrote: Hi Moriyoshi, Sorry

Re: [PHP-DEV] issue in copying the hash table(Reposted third time)

2004-07-12 Thread Kamesh Jayachandran
I could not see the patch yet. With regards Kamesh Jayachandran On Sun, 11 Jul 2004 23:26:54 -0700, Andi Gutmans [EMAIL PROTECTED] said: You seem to be right. I commited a patch. Please take a look and see if it solves your problems. At 11:02 PM 7/11/2004 -0700, Kamesh Jayachandran wrote

Re: [PHP-DEV] issue in copying the hash table(Reposted third time)

2004-07-07 Thread Kamesh Jayachandran
to a answer of 'True'. Thanks With regards Kamesh Jayachandran On Wed, 7 Jul 2004 23:50:59 +0900, Moriyoshi Koizumi [EMAIL PROTECTED] said: On 2004/07/07, at 14:18, Kamesh Jayachandran wrote: In this case while making a copy og global_class_table to thread specific class_table in a deep

Re: [PHP-DEV] issue in copying the hash table(Reposted third time)

2004-07-07 Thread Kamesh Jayachandran
** which when dereferenced once gives rise to zend_class_entry* the corresponding memcpy function copies 292 bytes from this zend_class_entry * which is not correct. For details look at INIT_DATA macro in zend_hash.c Thanks in advance With regards Kamesh Jayachandran On Thu, 8 Jul 2004 02:25:21

[PHP-DEV] handle member in zend_module_entry is not getting populated

2004-07-06 Thread Kamesh Jayachandran
not getting unloaded.(Even for dynamically loaded PHP extnsion also handle is 0) Till version 1.91 of ext/standard/dl.c this handle member was getting populated. From 1.92 onwards this stopped happening.. With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] issue in copying the hash table(Reposted third time)

2004-07-06 Thread Kamesh Jayachandran
Hi All, Can someone clarify me on this?. With regards Kamesh Jayachandran On Mon, 05 Jul 2004 01:25:51 -0700, Kamesh Jayachandran [EMAIL PROTECTED] said: Did I make the problem statement clear?. With regards Kamesh Jayachandran On Mon, 28 Jun 2004 22:57:38 -0700, Kamesh Jayachandran

Re: [PHP-DEV] issue in copying the hash table(Reposted third time)

2004-07-05 Thread Kamesh Jayachandran
Did I make the problem statement clear?. With regards Kamesh Jayachandran On Mon, 28 Jun 2004 22:57:38 -0700, Kamesh Jayachandran [EMAIL PROTECTED] said: Hi Andi, In Zend/zend.c function name is compiler_globals_ctor This function is defined inside the #ifdef ZTS macro Line of concern

[PHP-DEV] issue in copying the hash table(Reposted third time)

2004-06-28 Thread Kamesh Jayachandran
it with maintainer-zts-mode memcpy copies the data fine. I verified all the internal classes. Thread specific class_table is in sink with the global_class_table. Please clarify. Thanks in Advance With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] issue in copying the hash table(Reposted third time)

2004-06-28 Thread Kamesh Jayachandran
I made it clear. Awaiting for your comments. With regards Kamesh Jayachandran On Mon, 28 Jun 2004 07:58:59 -0700, Andi Gutmans [EMAIL PROTECTED] said: I don't quite understand the question. Can you rephrase what exactly is bothering you? Andi At 03:46 AM 6/28/2004 +0530, Kamesh

[PHP-DEV] issue in copying the hash table(Reposted second time)

2004-06-26 Thread Kamesh Jayachandran
-zts-mode memcpy copies the data fine. I verified all the internal classes. Thread specific class_table is in sink with the global_class_table. Please clarify. Thanks in Advance With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] issue in copying the hash table(Reposted)

2004-06-24 Thread Kamesh Jayachandran
-zts-mode memcpy copies the data fine. I verified all the internal classes. Thread specific class_table is in sink with the global_class_table. Please clarify. Thanks in Advance With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] issue in copying the hash table

2004-06-23 Thread Kamesh Jayachandran
of INIT_DATA macro tries to copy from whatever pData points to (zend_class_entry**) till sizeof(zend_class_entry)=292 bytes which is wrong shoudl cause seg fault ideally. Please clarify. With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

[PHP-DEV] where to find all the classes loaded in PHP

2004-05-24 Thread Kamesh Jayachandran
class 'Simple' I expect this if to fail as I assume parent to be null for a class that don't have any parent. But parent is not null which makes the if to succeed and hence accessing the name function of parent to fail with Segmentation fault. Thanks in advance With regards Kamesh Jayachandran

[PHP-DEV] extension loading problem with cvs HEAD php5.0.0

2004-05-18 Thread Kamesh Jayachandran
Hi All, When I compiled and ran the php with apache2.0.49 my extensions module init routines are called twice and even simple script execution keep happening for 30 seconds and I get Timeout after 30 seconds. Later I took 5.0.0RC2 everything works fine. Please do the needful. With regards Kamesh

Re: [PHP-DEV] nested includes fails?

2004-05-04 Thread Kamesh Jayachandran
Any reason why you want to use require_once with same filename with different paths? Why don't you set a include_dir as your e:\...\myapp\inc and just require 'common.php'. With regards Kamesh Jayachandran On Tue, 2004-05-04 at 15:49, Tumurbaatar S. wrote: A brief directory structure: e

Re: [PHP-DEV] nested includes fails?

2004-05-03 Thread Kamesh Jayachandran
such combinations are same. But for PHP each one are different so it would try to load many times and hence the fatal error. With regards Kamesh Jayachandran On Tue, 2004-05-04 at 10:55, Tumurbaatar S. wrote: 'common.php' contains some class definition and PHP5 fails with 'PHP Fatal error

<    1   2