Re: [PHP] PHP 5.0.5 and PHP-XML problem

2006-11-10 Thread Jochem Maas
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

[PHP] PHP 5.0.5 and PHP-XML problem

2006-11-10 Thread Edd Dawson
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

Re: [PHP] PHP 5.0.5

2005-11-22 Thread Ashley M. Kirchner
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

Re: [PHP] PHP 5.0.5

2005-11-21 Thread Ashley M. Kirchner
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

Re: [PHP] PHP 5.0.5

2005-11-21 Thread Curt Zirzow
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

[PHP] PHP 5.0.5

2005-11-21 Thread Ashley M. Kirchner
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.

Re: [PHP] php 5.0.5 segfaults apache2 on ubuntu, 5.0.4 ok

2005-10-25 Thread Petr Smith
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

Re: [PHP] php 5.0.5 segfaults apache2 on ubuntu, 5.0.4 ok

2005-10-21 Thread Jon Hill
> 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

Re: [PHP] php 5.0.5 segfaults apache2 on ubuntu, 5.0.4 ok

2005-10-21 Thread Petr Smith
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

Re: [PHP] php 5.0.5 segfaults apache2 on ubuntu, 5.0.4 ok

2005-10-21 Thread Jon Hill
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

[PHP] php 5.0.5 segfaults apache2 on ubuntu, 5.0.4 ok

2005-10-20 Thread Petr Smith
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