Re: [PHP] kadm5 Library

2009-02-05 Thread Tim Gustafson
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!

Re: [PHP] kadm5 Library

2009-01-30 Thread Tim Gustafson
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

[PHP] kadm5 Library

2009-01-29 Thread Tim Gustafson
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

RE: [PHP] Using DOM textContent Property

2008-09-10 Thread Tim Gustafson
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

RE: [PHP] Using DOM textContent Property

2008-09-05 Thread Tim Gustafson
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

RE: [PHP] Using DOM textContent Property

2008-09-03 Thread Tim Gustafson
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

RE: [PHP] Using DOM textContent Property

2008-09-02 Thread Tim Gustafson
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

[PHP] Using DOM textContent Property

2008-09-02 Thread Tim Gustafson
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

Re: [PHP] 4.1.1 Causes Signal 11 On FreeBSD 4.5 / Apache 1.3.22

2002-01-15 Thread Tim Gustafson
> > 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

[PHP] 4.1.1 Causes Signal 11 On FreeBSD 4.5 / Apache 1.3.22

2002-01-13 Thread Tim Gustafson
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

[PHP] Problems Installing 4.1.1 on FreeBSD 4.4 STABLE

2002-01-05 Thread Tim Gustafson
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