[PHP] pdo compilation question

2008-08-18 Thread Tim Rupp
Hi list, I hope this is the right area to ask, I'm trying to compile PDO support in 5.2.6 and am following the instructions here http://us2.php.net/manual/en/pdo.installation.php My compile line is the following ./configure --enable-force-cgi-redirect \ --disable-rpath \ --wi

Re: [PHP] segfault help

2008-06-27 Thread Tim Rupp
On Fri, Jun 27, 2008 at 11:03 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Fri, Jun 27, 2008 at 11:57 AM, Tim Rupp <[EMAIL PROTECTED]> wrote: >> >> ./configure --enable-force-cgi-redirect --enable-debug >> --disable-rpath --enable-inline-optimization --with-b

Re: [PHP] segfault help

2008-06-27 Thread Tim Rupp
On Fri, Jun 27, 2008 at 10:14 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Fri, Jun 27, 2008 at 10:30 AM, Tim Rupp <[EMAIL PROTECTED]> wrote: >> Hi list, >> >> I'm getting a segfault when I run (what I assume) is a very simple >> script. I'm n

[PHP] segfault help

2008-06-27 Thread Tim Rupp
Hi list, I'm getting a segfault when I run (what I assume) is a very simple script. I'm not sure if it's a php bug or a bug in the library I'm using (MDB2) with PHP 5.2.5 via the cli. Everything seems to go fine until it's time for the script to end. That's when it receives the seg fault. I have

[PHP] Pear File_Archive examples or _good_ documentation?

2005-10-21 Thread Tim Rupp
The authors site is unreachable so I cant check it for examples, but last I remember he didnt have very good examples to begin with. Does anyone, who's used this package have decent examples that showcase how to use it and use it well? In particular I'm looking for info on how to extract archiv