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 Jayachandr

Re: [PHP-DEV] tidy->repairString and repairFile

2004-07-06 Thread John Coggeshall
On Sun, 4 Jul 2004, Nuno Lopes wrote: > > Maybe John has to make this methods static and they will work just like > the > > functions. As I just e-mailed Nuno, that's exactly what theyt should be (static methods). I've been away from e-mail for the past for days because of my move to NYC, but

Re: [PHP-DEV] Re: Rendezvous in php

2004-07-06 Thread John LeSueur
Sara Golemon wrote: I apologize if this is the wrong place for this. I have been working on building a rendezvous php module, and have a proof of concept. I've been developing it on windows, but I think it should compile fine for the real platforms. Feel free to point and laugh, it isn't amazing co

[PHP-DEV] Re: Rendezvous in php

2004-07-06 Thread Sara Golemon
> I apologize if this is the wrong place for this. I have been working on > building a rendezvous php module, and have a proof of concept. I've been > developing it on windows, but I think it should compile fine for the > real platforms. Feel free to point and laugh, it isn't amazing code. > sample

Re: [PHP-DEV] Rendezvous in php

2004-07-06 Thread Christian Stocker
Hi first. [EMAIL PROTECTED] is the right place for this second. there's already a zeroconf extension at pecl (based on howl), which does some rendezvous stuff. Maybe you could join efforts with them. http://pecl.php.net/package-info.php?package=zeroconf But yes, rendezvous support in PHP could c

Re: [PHP-DEV] still can`t build php5 win :(

2004-07-06 Thread Jon Parise
On Tue, Jul 06, 2004 at 04:55:11PM +0200, Robert Janeczek wrote: > even with this part of code commented out i still can`t build. below you can > see full build log of php5 snap: ... > ext\dom\php_dom.h(33) : fatal error C1083: Cannot open include file: > 'libxml/parser.h': No such file or dire

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

2004-07-06 Thread Marcus Boerger
Hello Kamesh, Tuesday, July 6, 2004, 5:58:20 PM, you wrote: > Hi All, > In Zend/zend_API.c > function module_destructor > There is a code to do a dlclose on the dlopened handle. > The code looks like following, > if (module->handle) { > dlclose(module->handle); > } > U

Re: [PHP-DEV] extended objects with read_property and get_property_ptr_ptr

2004-07-06 Thread Marcus Boerger
Hello Rob, Tuesday, July 6, 2004, 12:15:31 PM, you wrote: > I was playing around with Bug #28817 and seem to have run into an issue > when overriding the read_property handler with an extended object (this > case a DomDocument object). > In order to support standard properties correctly, such as

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

2004-07-06 Thread Kamesh Jayachandran
Hi All, In Zend/zend_API.c function module_destructor There is a code to do a dlclose on the dlopened handle. The code looks like following, if (module->handle) { dlclose(module->handle); } Unfortunately this module->handle is always 0 which causes this symbols not

[PHP-DEV] Re: buildconfig on mac

2004-07-06 Thread Justin Hannus
> I'm trying to develop a PHP extension on the mac. I am getting the > following error when using buildconfig > Do you mean 'buildconf' ?? If so, try updateing your auto tools to newer versions. I have OSX10.2 with autoconf 2.52 and libtool 1.5 -- running ./buildconf --force in a freshly un-tarr

Re: [PHP-DEV] still can`t build php5 win :(

2004-07-06 Thread Robert Janeczek
> Your problem is, that "isxdigit" does exists but > #if !defined(isxdigit) /* XXX - could be a function */ > doesn't work properly with your setting. > > Simply comment out the block in nsap_addr.c like follows: > #if !defined(isxdigit) /* XXX - could be a function */ > /* > static int > isxdigit(

Re: [PHP-DEV] still can`t build php5 win :(

2004-07-06 Thread Florian Schaper
Robert Janeczek wrote: > a 'while' ago i tried to build php5 on windows and were stuck with a > problem > http://groups.google.pl/groups?hl=pl&lr=&ie=UTF-8&selm=bsrgfo%24180r%241%40FreeBSD.csie.NCTU.edu.tw > > i`ve got fresh bindlib_w32 from cvs, build went fine (one warning: > d:\dev\php_source\bi

[PHP-DEV] still can`t build php5 win :(

2004-07-06 Thread Robert Janeczek
a 'while' ago i tried to build php5 on windows and were stuck with a problem http://groups.google.pl/groups?hl=pl&lr=&ie=UTF-8&selm=bsrgfo%24180r%241%40FreeBSD.csie.NCTU.edu.tw i`ve got fresh bindlib_w32 from cvs, build went fine (one warning: d:\dev\php_source\bindlib_w32\res_send.c(920) : warnin

[PHP-DEV] extended objects with read_property and get_property_ptr_ptr

2004-07-06 Thread Rob Richards
I was playing around with Bug #28817 and seem to have run into an issue when overriding the read_property handler with an extended object (this case a DomDocument object). In order to support standard properties correctly, such as $obj->myprop['a'] = 'b', the internal object needs to support ge

Re: [PHP-DEV] buildconfig on mac

2004-07-06 Thread Sascha Schumann
On Mon, 5 Jul 2004, Chris Griffin wrote: I'm trying to develop a PHP extension on the mac. I am getting the following error when using buildconfig Please take such issues to Apple. If they provide substandard tools in a completely new OS, it is their duty to improve the quality of thei

Re: [PHP-DEV] [PATCH] tidylib behaviour changed

2004-07-06 Thread Derick Rethans
On Mon, 5 Jul 2004, Nuno Lopes wrote: > Hi Steph! > > > Those methods work fine. The code's incorrect in your example; you were > > echoing the original string. > > Can you explain me how? :) When I was writing the docs I couldn't work with > them But IHMO they should be removed or made stati