Re: [PHP-DEV] Using source code ...

2011-09-09 Thread Lester Caine
( Forgot the address ;) ) Alexey Shein wrote: Hello, Lester, I've managed to setup pdo_firebird, here's the process for the ubuntu if you're interested: Alexey ... I've got the pdo stuff working on SUSE, but there is something basic wrong with the way the pdo tests work. I have the first few p

Re: [PHP-DEV] Using source code ...

2011-09-09 Thread Lester Caine
Alexey Shein wrote: Tests run very slowly and mostly (if not all) fail. You will get something like this: Forgot to add - the failure is the connection finally timing out ... which is set to rather a long period :( -- Lester Caine - G8HFL - Contact - http://lsces.

Re: [PHP-DEV] Using source code ...

2011-09-09 Thread Alexey Shein
Hello, Lester, I've managed to setup pdo_firebird, here's the process for the ubuntu if you're interested: 1) setup firebird superclassic: $ sudo apt-get install firebird2.5-superclassic firebird2.5-dev firebird2.5-examples superclassic is the server itself, dev package contains headers to compile

Re: [PHP-DEV] Using source code ...

2011-09-09 Thread Lester Caine
Lester Caine wrote: I'll play with the 5.4 build at the moment, the tests are identical across all three branches anyway. OK I've posted a bug report https://bugs.php.net/bug.php?id=55659 - very painful process to get through and I'm sure I'll forget all the mistakes before my next post :(

Re: [PHP-DEV] Using source code ...

2011-09-09 Thread Ferenc Kovacs
On Fri, Sep 9, 2011 at 12:32 PM, Lester Caine wrote: > Alexey Shein wrote: >> >> Hello, Lester, try to start from scratch by running ./vcsclean first, >> often it helps to solve all cache issues from previous builds. > > No go ... > 'Can't figure out your VCS, not cleaning.' > the vcsclean script

Re: [PHP-DEV] Using source code ...

2011-09-09 Thread Lester Caine
Alexey Shein wrote: Hello, Lester, try to start from scratch by running ./vcsclean first, often it helps to solve all cache issues from previous builds. No go ... 'Can't figure out your VCS, not cleaning.' This is a clone from the hg.php.net mirror, so there should not be any SVN or other bui

Re: [PHP-DEV] Using source code ...

2011-09-09 Thread Alexey Shein
Hello, Lester, try to start from scratch by running ./vcsclean first, often it helps to solve all cache issues from previous builds. 2011/9/9 Lester Caine : > I probably need to roll back a bit further, but I already have the current > hg cone of php-src on the main repo here, so I've cloned a PHP

[PHP-DEV] Using source code ...

2011-09-09 Thread Lester Caine
I probably need to roll back a bit further, but I already have the current hg cone of php-src on the main repo here, so I've cloned a PHP5.3 and PHP5.4 from it to work on from my SUSE11.3 machine. This is a gash development machine so I can screw up the PHP to my harts content ;) Added autocon