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
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
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
> 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
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
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
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
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
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
> 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
> 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(
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
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
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
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
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
16 matches
Mail list logo