Re: Re[2]: [PHP-DEV] Fix for 30818, 28839, 32229, 30513

2005-03-28 Thread Kamesh Jayachandran
Hi Jani, Thanks for commiting the patch. But I feel you can do the same on PHP-5.0.4-dev tree also. With regards Kamesh Jayachandran On Sat, 26 Mar 2005 04:45:58 +0200 (EET), "Jani Taskinen" <[EMAIL PROTECTED]> said: > On Sun, 20 Mar 2005, Kamesh Jayachandran wrote: > &g

[PHP-DEV] refcount and hence double free issue

2005-04-06 Thread Kamesh Jayachandran
time $smiley->refcount=0 and storage is already freed which is accessed by _zval_ptr_dtor to decrement the refcount which causes a segfault with a huge script. Anyway will see who and all increment/decrement the refcount and see where to increment it or not to decrement it. With rega

Re: [PHP-DEV] refcount and hence double free issue

2005-04-06 Thread Kamesh Jayachandran
It happens in php-5.0.4 also. With regards Kamesh Jayachandran On Wed, 6 Apr 2005 09:16:34 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said: > On Wed, 6 Apr 2005, Kamesh Jayachandran wrote: > > > Hi All, > > I have come across a double free because of

[PHP-DEV] ./configure on a cross compile environment

2005-04-06 Thread Kamesh Jayachandran
nfigure: warning: CC=/usr/cross-gcc/opt/cross/bin/i586-netware-gcc: invalid host type configure: error: can only configure for one host and one target at a time How the ./configure is built while doing the releases? Even the ./buildconf --force on a released packages dis not help. With regards

[PHP-DEV] zend version in php-5.0.4 release 2.0.4-dev?

2005-04-13 Thread Kamesh Jayachandran
Hi All, I could see a #define ZEND_VERSION "2.0.4-dev" in zend.h that got released along with php-5.0.4 should it not be #define ZEND_VERSION "2.0.4" With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] refcount and hence double free issue

2005-04-13 Thread Kamesh Jayachandran
uses a segfault. With regards Kamesh Jayachandran On Wed, 06 Apr 2005 00:18:35 -0700, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > It happens in php-5.0.4 also. > > With regards > Kamesh Jayachandran > On Wed, 6 Apr 2005 09:16:34 +0200 (CEST), "Derick

[PHP-DEV] PATCH for EXEEXT to configure scripts

2005-04-18 Thread Kamesh Jayachandran
/~kameshj/sapicliconfig.m4.5.1.patch This patch is for netware but it can be for any non-darwin system, provided that windows build calls ./configure with EXEEXT=exe. With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

[PHP-DEV] Patch to build shared extensions for Netware

2005-04-22 Thread Kamesh Jayachandran
Hi Jani, Please apply this patch which enables to build NetWare PHP extensions using gcc cross compiler. For 5.0 http://puggy.symonds.net/~kameshj/acinclude.m4.patch.5.0 For 5.1 http://puggy.symonds.net/~kameshj/acinclude.m4.patch.5.1 With regards Kamesh Jayachandran -- PHP Internals - PHP

Re: [PHP-DEV] Patch to build shared extensions for Netware

2005-04-26 Thread Kamesh Jayachandran
great. With regards Kamesh Jayachandran On Tue, 26 Apr 2005 11:21:10 +0300 (EEST), "Jani Taskinen" <[EMAIL PROTECTED]> said: > > Patch applied. > > --Jani > > > On Fri, 22 Apr 2005, Kamesh Jayachandran wrote: > > > Hi Jani, > > Please

Re: [PHP-DEV] Patch to build shared extensions for Netware

2005-04-28 Thread Kamesh Jayachandran
Jayachandran On Tue, 26 Apr 2005 07:16:27 -0700, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > Thanks Jani. > > Would be great if you can tell me how configure scripts are generated by > snapshot. > Somehow I keep getting the following error while doing a cros

[PHP-DEV] php-5.0.-dev build failure

2005-04-28 Thread Kamesh Jayachandran
lared (first use in this function) I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined anywhere. Can you look in to this. With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: php-5.0.-dev build failure

2005-04-29 Thread Kamesh Jayachandran
Hi Dmitry, I did a cvs upd at php-src. The updates has not percolated to Zend directory at all. even make clean did not help. After cd Zend cvs upd Everything is fine now. With regards Kamesh Jayachandran On Fri, 29 Apr 2005 11:52:08 +0400, "Dmitry Stogov" <[EMAIL PROTECTED]> s

[PHP-DEV] PATCH for possible segfault with mb_ereg_replace

2005-05-02 Thread Kamesh Jayachandran
eg fault.(As p->pLast is null or some strange pointer not within the control of the running program) Patch for 5.0 tree is available here http://puggy.symonds.net/~kameshj/php_mbregex.c.patch With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubsc

[PHP-DEV] PATCH to check for availablity of getlogin and getgroups to posix extension

2005-05-05 Thread Kamesh Jayachandran
/~kameshj/posixconfig.m4.patch.5.0 With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] segfault in html_entity_decode

2005-05-11 Thread Kamesh Jayachandran
LL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* 400 (0x0190)*/ hence the array ent_uni_338_402 got truncated greatly to the size of 41 bytes. This causes a seg fault while php_unescape_html_entities access from ent_uni_338_402 with the index 402-338=64 With re

[PHP-DEV] Re: segfault in html_entity_decode

2005-05-11 Thread Kamesh Jayachandran
, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* 400 (0x0190)*/ NULL, NULL, "fnof" }; Thanks With regards Kamesh Jayachandran On Wed, 11 May 2005 12:58:21 +0100, "Joe Orton" <[EMAIL PROTECTED]> said: > On Wed, May

[PHP-DEV] refcount problems created by openssl_public_encrypt(symbol table corruption and double free)

2005-05-25 Thread Kamesh Jayachandran
as a normal cleanup upon return from openssl_public_encrypt. And hence zval associated with $pk is getting freed. But symbol table still refers to freed pointer. The patch for 5.0 Tree is available at, http://puggy.symonds.net/~kameshj/openssl.c.patch.5.0 With regards Kamesh Jayachandran --

Re: [PHP-DEV] refcount problems created by openssl_public_encrypt(symbol table corruption and double free)

2005-05-26 Thread Kamesh Jayachandran
Thanks Wez for pointing out. New patch is available at, http://puggy.symonds.net/~kameshj/openssl.c.patch.5.0 convert_to_string_ex is needed but not on val but on &tmpzp.(Got lost while manually copying the changes from my NetWare build environment to Linux). With regards Kamesh Jayachandra

Re: [PHP-DEV] Re: References Problem Patch

2005-05-31 Thread Kamesh Jayachandran
pts to destroy it again. This causes a segfault. With regards Kamesh Jayachandran On Mon, 30 May 2005 18:25:31 +0300 (EEST), "Jani Taskinen" <[EMAIL PROTECTED]> said: > > Switching to PHP 5 (.1) here is not an option yet either. > (and nobody can guarante

[PHP-DEV] PATCH to cross compile mysql extension for NetWare

2005-06-09 Thread Kamesh Jayachandran
://ductape.net/~kameshj/mysql.config.m4.patch.5.0 http://ductape.net/~kameshj/mysql.config.m4.patch.5.1 With regards Kamesh Jayachandran -- http://www.fastmail.fm - Or how I learned to stop worrying and love email again -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] PATCH for cross compilation to NetWare(cli with shared dependency to phpts like shared lib)

2005-06-13 Thread Kamesh Jayachandran
again With regards Kamesh Jayachandran -- http://www.fastmail.fm - Email service worth paying for. Try it for free -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] what happened to run-tests2.php

2005-06-22 Thread Kamesh Jayachandran
Hi All, I used to see run-tests2.php in php source bundle. But I could not see it anymore. In http://cvs.php.net/php-src show deleted file shows run-tests2.php has been renamed by helly 3 months back. I want to what it has been renamed to. With regards Kamesh Jayachandran -- http

[PHP-DEV] HAVE_INT32_T check in ext/date/lib/timelib_structs.h(php 5.1)

2005-06-29 Thread Kamesh Jayachandran
) solves the problem. P.S in Zend/zend_strtod.c also we have similar code(checking for HAVE_INT32_T) there it works because we include zend_strtod.h->zend.h>zend_config.h->mail/php_config.h), here we don't have anything of that sort. Please do the needful. With regards Kamesh Jayachan

[PHP-DEV] PATCH for NetWare specific Screen switches

2005-06-29 Thread Kamesh Jayachandran
m. Please do the needful. With regards Kamesh Jayachandran -- http://www.fastmail.fm - A fast, anti-spam email service. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] HAVE_INT32_T check in ext/date/lib/timelib_structs.h(php 5.1)

2005-06-29 Thread Kamesh Jayachandran
gards Kamesh Jayachandran On Wed, 29 Jun 2005 21:09:31 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said: > On Wed, 29 Jun 2005, Kamesh Jayachandran wrote: > > > #include this at the start of the file(ofcourse after the > > guard) solves the problem. &

Re: [PHP-DEV] HAVE_INT32_T check in ext/date/lib/timelib_structs.h(php 5.1)

2005-06-30 Thread Kamesh Jayachandran
Thanks. That was so fast. With regards Kamesh Jayachandran On Thu, 30 Jun 2005 08:41:11 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said: > On Thu, 30 Jun 2005, Kamesh Jayachandran wrote: > > > Still have one small issue with it for NetWare. > > We decid

[PHP-DEV] [PATCH]check for makedev in ext/posix(5.1 tree) (Build failure in NetWare)

2005-06-30 Thread Kamesh Jayachandran
Hi Derick, In NetWare there does not exist a function by name makedev. The following patch checks for the existence of makedev and calls only if it exists. http://www.ductape.net/~kameshj/ext_posix_makedev.patch Please apply the same. Thanks in advance With regards Kamesh Jayachandran -- http

Re: [PHP-DEV] [PATCH]check for makedev in ext/posix(5.1 tree) (Build failure in NetWare)

2005-06-30 Thread Kamesh Jayachandran
when makdev is implemented this code will automatically take care of the new functionality without any change in the code with just the change in new set of LibC headers. With regards Kamesh Jayachandran On Thu, 30 Jun 2005 11:41:57 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED

Re: [PHP-DEV] [PATCH]check for makedev in ext/posix(5.1 tree) (Build failure in NetWare)

2005-06-30 Thread Kamesh Jayachandran
That is so nice Derick. With regards Kamesh Jayachandran On Thu, 30 Jun 2005 12:00:30 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said: > On Thu, 30 Jun 2005, Kamesh Jayachandran wrote: > > > Hi Derick, > > Our LibC implementation of mknod as of today a

[PHP-DEV] HEAD compile failure in pdo extension

2005-07-28 Thread Kamesh Jayachandran
/root/kamesh/work/php-src/ext/pdo_sqlite/php_pdo_sqlite_int.h:58: syntax error before ':' token /root/kamesh/work/php-src/ext/pdo_sqlite/php_pdo_sqlite_int.h:59: syntax error before ':' token With regards Kamesh Jayachandran -- http://www.fastmail.fm - The way an email

Re: [PHP-DEV] HEAD compile failure in pdo extension

2005-07-29 Thread Kamesh Jayachandran
Hi Joe, It fixes it. Thanks. With regards Kamesh Jayachandran On Fri, 29 Jul 2005 09:20:04 +0100, "Joe Orton" <[EMAIL PROTECTED]> said: > On Thu, Jul 28, 2005 at 03:46:09PM +0530, Kamesh Jayachandran wrote: > > In file included from > > /root/kamesh/work/php-src

[PHP-DEV] Any reasons for not making exif and sockets extensions dynamically loadable.

2005-08-05 Thread Kamesh Jayachandran
would do the needful. Patch is available at, http://puggy.symonds.net/~kameshj/sockets.config.m4.patch http://puggy.symonds.net/~kameshj/exif.config.m4.patch Can I checkin this? With regards Kamesh Jayachandran -- http://www.fastmail.fm - The professional email service -- PHP Internals - PHP

Re: [PHP-DEV] Any reasons for not making exif and sockets extensions dynamically loadable.

2005-08-06 Thread Kamesh Jayachandran
IBADD) Can i checkin this? With regards Kamesh Jayachandran On Fri, 5 Aug 2005 23:58:39 +0300 (EEST), "Jani Taskinen" <[EMAIL PROTECTED]> said: > On Fri, 5 Aug 2005, Kamesh Jayachandran wrote: > > > Hi All, > > I could not build exif and sockets extension as a

[PHP-DEV] realpath is not available in all LibCs

2005-08-11 Thread Kamesh Jayachandran
this be in TSRM/tsrm_virtual_cwd.h so that it will work in all the cases. Can I go ahead and checkin this? With regards Kamesh Jayachandran -- http://www.fastmail.fm - Does exactly what it says on the tin -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] Re: realpath is not available in all LibCs

2005-08-16 Thread Kamesh Jayachandran
Thanks sara for responding. Will write a snippet to address this and get back to you. With regards Kamesh Jayachandran On Thu, 11 Aug 2005 07:52:56 -0700, "Sara Golemon" <[EMAIL PROTECTED]> said: > > Version PHP 5.1 > > file main/php_init.c > > function int php_i

[PHP-DEV] 5.0.6-dev build failure

2005-09-08 Thread Kamesh Jayachandran
Keep getting the, /root/kamesh/work/php5_0/php-src/ext/sqlite/libsqlite/src/parse.y:3.13-19: parse error, unexpected "{...}" make: *** [/root/kamesh/work/php5_0/php-src/ext/sqlite/libsqlite/src/parse.c] Error 1 Can someone look at it. With regards Kamesh Jayachandran -- http://www.f

Re: [PHP-DEV] 5.0.6-dev build failure

2005-09-11 Thread Kamesh Jayachandran
ot see the difference between the 2 parse.y files). Can someone do something needful in this regard. With regards Kamesh Jayachandran On Thu, 08 Sep 2005 17:01:48 +0530, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > Keep getting the, > /root/kamesh/work/php5_0/php-src/ext/sqli

Re: [PHP-DEV] 5.0.6-dev build failure

2005-09-12 Thread Kamesh Jayachandran
Hi All, Seems like Hartmut Holzgraefe had fixed the same issue for 5.1 tree on May 30th 2005. Can I reapply the same to 5.0 tree. Adding http://ductape.net/~kameshj/Makefile.frag to ext/sqlite/ http://ductape.net/~kameshj/sqliteconfig.m4.patch With regards Kamesh Jayachandran On Mon, 12 Sep

[PHP-DEV] what happened to php-5.0.* snaps in http://snaps.php.net

2005-09-15 Thread Kamesh Jayachandran
Hi All, I could not see the latest snaps of php-5.0.6-dev on http://snaps.php.net. But still could I could get http://snaps.php.net/php5-STABLE-latest.tar.bz2. With regards Kamesh Jayachandran -- http://www.fastmail.fm - A fast, anti-spam email service. -- PHP Internals - PHP Runtime

Re: [PHP-DEV] what happened to php-5.0.* snaps in http://snaps.php.nett

2005-09-15 Thread Kamesh Jayachandran
Thanks Zeev and Jani for the clarification. As long as http://snaps.php.net/php5-STABLE-latest.tar.bz2 is available, I have no issues about what is shown in the web. With regards Kamesh Jayachandran On Thu, 15 Sep 2005 18:17:33 +0300, "Zeev Suraski" <[EMAIL PROTECTED]> said: >

[PHP-DEV] php build fails on php5_1

2005-09-26 Thread Kamesh Jayachandran
This seems to fix http://puggy.symonds.net/~kameshj/ext_pdo_sqlite_sqlite_statement.c.patch with regards Kamesh Jayachandran -- http://www.fastmail.fm - Accessible with your email software or over the web -- PHP Internals - PHP Runtime Development Mailing List To

[PHP-DEV] change of variable name from tzname to formal_tzname

2005-10-07 Thread Kamesh Jayachandran
essor to change the tzname to vague ___tzname function call in php_date_parse_tzfile(). Changing the variable name tzname to formal_tzname or anything more pleasing in php_date_parse_tzfile should fix it. http://puggy.symonds.net/~kameshj/php_date.c.patch Can you check in this? With regard

Re: [PHP-DEV] Known Security Risks in PHP

2005-11-09 Thread Kamesh Jayachandran
Hi, Stefan's http://www.hardened-php.net/advisories.15.html might be what you look at. With regards Kamesh Jayachandran On Thu, 10 Nov 2005 10:02:55 +0530, "R, Rajesh (STSD)" <[EMAIL PROTECTED]> said: > > Hello there, > > Is there a specific web resource for k

Re: [PHP-DEV] tsrm_ls

2006-04-13 Thread Kamesh Jayachandran
Hi Richard, I think LS=LIST CC=Comma(,) Call (, tsrm_ls) DC = Comma(,) Declare(, void ***tsrm_ls) With regards Kamesh Jayachandran Richard Lynch wrote: I'm trying to grok PHP Source, and I suspect I've missed some "Beginner" guide somewhere. I'm looking at the TSRM*_*

Re: [PHP-DEV] nested includes fails?

2004-05-03 Thread Kamesh Jayachandran
'Common.php', 'CoMmOn.PhP' and all 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' contai

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 d

[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

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

2004-05-24 Thread Kamesh Jayachandran
;name to a newly allocated memory. } In my 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 Segme

[PHP-DEV] issue in copying the hash table

2004-06-23 Thread Kamesh Jayachandran
and memcpy 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 u

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

2004-06-24 Thread Kamesh Jayachandran
pile 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 To u

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

2004-06-26 Thread Kamesh Jayachandran
pile 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 To u

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

2004-06-28 Thread Kamesh Jayachandran
in Linux when i compile 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 Deve

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

2004-06-28 Thread Kamesh Jayachandran
deep copy function. Hope 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 y

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 th

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

2004-07-06 Thread Kamesh Jayachandran
s symbols 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 Mai

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 J

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

2004-07-07 Thread Kamesh Jayachandran
om where I have come 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

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

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

2004-07-08 Thread Kamesh Jayachandran
ng segmentation fault. What is the likelyhood of having similar seg fault in Linux? With regards Kamesh Jayachandran On Thu, 8 Jul 2004 18:01:17 +0900, "Moriyoshi Koizumi" <[EMAIL PROTECTED]> said: > > On 2004/07/08, at 14:41, Kamesh Jayachandran wrote: > > &g

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

2004-07-11 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 wrot

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 1

[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] 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

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

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" <

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

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]> sai

Re: [PHP-DEV] Info needed

2004-07-15 Thread Kamesh Jayachandran
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 Deri

[PHP-DEV] Clarification needed

2004-07-16 Thread Kamesh Jayachandran
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

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.sym

[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] 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

[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

[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
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&quo

[PHP-DEV] php classes testcase issues

2004-07-21 Thread Kamesh Jayachandran
string(6) "fooBar" With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[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

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

2004-07-24 Thread Kamesh Jayachandran
get > a blank line in the output then? > I did not get what you mean by this. Do you want me to go to each test case and add echo '\n'; as the first executable statement? How it will help? With regards Kamesh Jayachandran > I checked all testfiles again and they all PASS for

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

2004-07-26 Thread Kamesh Jayachandran
Hello Marcus, I am attaching my test log file after adding echo "*\n"; as the first executable statment. With regards Kamesh Jayachandran On Sun, 25 Jul 2004 08:21:38 +0200, "Marcus Boerger" <[EMAIL PROTECTED]> said: > Hello Kamesh, > > Saturday, J

[PHP-DEV] who is setting php_init_environ?

2004-07-26 Thread Kamesh Jayachandran
Hi All, I have seen, extern int php_init_environ(void); inside the main/php.h Who is defining this function? Where it is used? With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Clarification needed regarding tests/run-test/test005.phpt

2004-07-27 Thread Kamesh Jayachandran
047" -d "display_errors=1" -d "log_errors=0" -d "html_errors=0" -d "track_errors=1" -d "report_memleaks=1" -d "report_zend_debug=0" -d "docref_root=/phpmanual/" -d "docref_ext=.html" -d "error_prepend_string=" -d

[PHP-DEV] How to access the per-class constant from a member function?

2004-07-28 Thread Kamesh Jayachandran
Hi All, memberfunc(); ?> With a error_reporting=2047 I get Notice: Use of undefined constant HELLO - assumed 'HELLO' in /rekha/php-5.0.0/test.php on line 5 Whey echo HELLO fails? With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsub

[PHP-DEV] Re: How to access the per-class constant from a member function?

2004-08-02 Thread Kamesh Jayachandran
Jayachandran On Wed, 28 Jul 2004 18:10:52 +0200, "Mehdi Achour" <[EMAIL PROTECTED]> said: > Hi Kamesh, > > Try replacing Foo::HELLO with self::HELLO. This should work. > (this is documented, the manual will reflect it in the next build) > > didou > &g

Re: [PHP-DEV] Re: How to access the per-class constant from a member function?

2004-08-02 Thread Kamesh Jayachandran
Hi Derick, Thanks for the correction. With regards Kamesh Jayachandran On Mon, 2 Aug 2004 16:02:23 +0200 (CEST), "Derick Rethans" <[EMAIL PROTECTED]> said: > On Mon, 2 Aug 2004, Kamesh Jayachandran wrote: > > > Hi Mehdi, > > Even Foo::HELLO works. > >

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? > &

[PHP-DEV] dom extension corrupting the Exception class

2004-08-03 Thread Kamesh Jayachandran
xception they have their __construct method set to some function pointer or else to NULL not just left at all. This is no the case with DOMException. With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dom extension corrupting the Exception class

2004-08-03 Thread Kamesh Jayachandran
Hi Wez, Will the fix be available in 5.0.1? How to browse the cvs tree of 5.0.1 from the web? With regards Kamesh Jayachandran On Tue, 3 Aug 2004 11:52:48 +0100, "Wez Furlong" <[EMAIL PROTECTED]> said: > Already fixed in HEAD. > > On Tue, 03 Aug 2004 03:36:06 -

[PHP-DEV] bug in sapi apache2filter

2004-08-08 Thread Kamesh Jayachandran
nside TSRM which causes divide by zero error in THREAD_HASH_OF macro. With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] bug with display_startup_errors to On

2004-08-09 Thread Kamesh Jayachandran
following The following two functions are not checking for not null on SG(server_context). php_apache_sapi_send_headers php_apache_sapi_ub_write This functions were causing a segmentation fault. This happens only with display_startup_errors set to On With regards Kamesh Jayachandran -- PHP

[PHP-DEV] Re: Clarification needed regarding tests/run-test/test005.phpt

2004-08-11 Thread Kamesh Jayachandran
Can someone clarify me on this? With regards Kamesh Jayachandran On Tue, 27 Jul 2004 22:46:40 -0700, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > Hi All, > tests/run-test/test005.phpt is failing in PHP-5.0.0 linux. > The log of test execution is pasted below.

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

[PHP-DEV] Re: Clarification needed regarding tests/run-test/test005.phpt

2004-08-18 Thread Kamesh Jayachandran
Can Someone clarify on this? With regards Kamesh Jayachandran On Wed, 11 Aug 2004 22:43:20 -0700, "Kamesh Jayachandran" <[EMAIL PROTECTED]> said: > Can someone clarify me on this? > > With regards > Kamesh Jayachandran > On Tue, 27 Jul 2004 22:46:40 -0700,

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. >

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

2004-09-09 Thread Kamesh Jayachandran
is freed?. 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 regarding TSRM thread local storage

2004-09-09 Thread Kamesh Jayachandran
is defined. Correct me if I am wrong. With regards Kamesh Jayachandran On Thu, 09 Sep 2004 16:30:12 +0200, "Andrey Hristov" <[EMAIL PROTECTED]> said: > Hi, > probably MBO_0 stands for MarcusBOerger_0 . I am not sure whether this > was somewehere in > the coding st

  1   2   >