er to compile it your self.
I thought about grabbing the header from another OS, but I'm concerned about
incompatibilities. For now, I'm just using the expect library and running
kadmin.local via sudo as needed. It's clunky, but it's working. :)
Thanks for all your help!
ompile on a CentOS machine. Or perhaps is there a
Yum repository somewhere that I could use to get a version of the PECL module
precompiled for CentOS?
I should point out that the Perl Kerberos module did install and compile
successfully on this machine, so I'm fairly sure that Kerberos is
his library to
compile and function on CentOS 5.2? Can anyone point me in the right direction
as far as getting this library to work?
Thanks for your help!
Tim Gustafson
BSOE Webmaster
UC Santa Cruz
t...@soe.ucsc.edu
831-459-5354
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
his seems doable with the DOM modle, but complicated. I'm thinking regular
expressions might be the way to go again. :\
Tim Gustafson
SOE Webmaster
UC Santa Cruz
[EMAIL PROTECTED]
831-459-5354
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Element instanceof DOMNode) {
echo "foo!"; exit;
}
Then it echos "foo!" as expected. It just seems that none of the nodes in
the tree are DOMText nodes. In fact, get_class($Element) returns
"DOMElement" for every node in th
e on to your
> DOM stuff. That way, you need not create new nodes in
> your nodelist.
I think that's the way I'm going to have to go, but I was really hoping not
to. Thanks for the suggestion!
Tim Gustafson
SOE Webmaster
UC Santa Cruz
[EMAIL PROTECTED]
831-459-5354
--
PHP Gene
hat's more, looking at $Element->childNodex->length isn't too helpful,
because, for example:
Foo
returns two child nodes, neither of which has "Foo" for its textContent.
Tim Gustafson
SOE Webmaster
UC Santa Cruz
[EMAIL PROTECTED]
831-459-5354
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
their children nodes
(which is what the DOM documents say it should). But there doesn't appear
to be any way to know if the textContent you've got is for just one node, or
for a whole bunch of nodes. Is there any way to figure that out, so that I
can adjust the textContent property of ju
> > I am experiencing a lot of Signal 11's when I compile PHP 4.1.1 into my
> > Apache server on my FreeBSD 4.5-RC machine. If I compile the -exact-
same
> > Apache configuration with PHP 4.0.6, it works fine. As soon as I switch
to
> > 4.1.1, it causes Signal 11's (and sometimes 10's) when I lo
Hello
I am experiencing a lot of Signal 11's when I compile PHP 4.1.1 into my
Apache server on my FreeBSD 4.5-RC machine. If I compile the -exact- same
Apache configuration with PHP 4.0.6, it works fine. As soon as I switch to
4.1.1, it causes Signal 11's (and sometimes 10's) when I load certai
Hello Everyone.
I just tried to upgrade my Apache 1.3.22 web server to us PHP 4.1.1. I was
running PHP 4.0.6 without problems for months, but wanted to take advantage
of the bug fixes and new features. The compile seemed to go OK, and the new
httpd runs fine. However, I've encountered a strang
11 matches
Mail list logo