Edd Dawson wrote:
> Hi
>
> I have a problem getting PHP-XML working with PHP 5.0.5
I had trouble getting anything to work with that version ;-)
I suggest trying the version before or after it - seriously 5.0.5 has some
issues (although whether your problem is anything to do with them
is not known
Hi
I have a problem getting PHP-XML working with PHP 5.0.5
I am trying to create an DOMDocument object with the following:
$doc = new DOMDocument();
when run i get the error:
*Fatal error*: Class 'DOMDocument' not found in *
/var/www/cinematimes.mobi/feed.php* on line *5
*I looked up that I
Curt Zirzow wrote:
On Mon, Nov 21, 2005 at 09:41:40PM -0700, Ashley M. Kirchner wrote:
ext/ftp/ftp.lo(.text+0x76): In function `data_close':
/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1566: undefined reference
to `SSL_shutdown'
This means basically that the header files (*.h) wher
Curt Zirzow wrote:
You're compile path looks awkward to me.
How so? /usr/local/src/apache is simply a folder where I have all
apache related sources dumped and compiled prior to installation. So
naturally PHP's source becomes /usr/local/src/apache/php-5.0.5
what does your ./configure
On Mon, Nov 21, 2005 at 09:41:40PM -0700, Ashley M. Kirchner wrote:
>
>Trying to compile APXS version of PHP5.05 and towards the end, when
> it tries to compile the CLI version, it bombs with the following:
>
> ext/ftp/ftp.lo(.text+0x76): In function `data_close':
> /usr/local/src/apache/php
Trying to compile APXS version of PHP5.05 and towards the end, when
it tries to compile the CLI version, it bombs with the following:
ext/ftp/ftp.lo(.text+0x76): In function `data_close':
/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1566: undefined reference
to `SSL_shutdown'
ext/ftp/ftp.
I just found this is known bug and was already fixed in CVS.
http://bugs.php.net/bug.php?id=34450&edit=2
thanks to all!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Accessing this page means immeadiate apacha segfault and actual
connection close. Anybody please test this on 5.0.5 and verify if it's
reproducible.
I am running PHP 5.0.5 on Apache 2 and get the following in my error log
if I include the destruct method.
Jon
*** glibc detected *** /usr
Hi,
thanks! that was it! when destruct method is removed, all problems are
gone.
I really don't know why I added the __destruct method to this mysql
wrapper. Maybe I saw it somewhere in discussion at php manual bottom
This code segfaults my apache:
close();
}
}
$obj = new test
I think this could be related to your _destruct method
Can't you just rely on the parent class destruct method?
Sorry to be a bit vague, I'll look into it a little further.
Jon
>>I've just installed php 5.0.5 to newest ubuntu breezy and apache2
>>started (sometimes) segfaulting (teste two comput
Hi,
I've just installed php 5.0.5 to newest ubuntu breezy and apache2
started (sometimes) segfaulting (teste two computers with ubuntu hoary
and ubuntu breezy - same results).
Is says something like this:
[Thu Oct 20 12:32:21 2005] [notice] child pid 13161 exit signal
Segmentation fault (11)
[T
11 matches
Mail list logo