Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-12 Thread Derick Rethans
On Mon, 12 Sep 2005, Andi Gutmans wrote: > Well in all the years I've rolled releases I have never used RCn-dev. Seems > like this was something only applied to the 4.3 branch. And now to the 5.1 one as well :) Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-12 Thread Andi Gutmans
Well in all the years I've rolled releases I have never used RCn-dev. Seems like this was something only applied to the 4.3 branch. I'm not opposed to changing that and I'll be happy to do so, but it would probably make sense to have a more robust comparison, especially if it's something like "i

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-11 Thread Pierre Joye
On 9/11/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > It looks like the handling is broken. > Try this: > > $ cd php-src/ext/pdo_odbc > $ pear package > $ sudo pear install PDO_ODBC-1.0RC1.tgz > > It doesn't prompt for the configure options anymore. I just commited a fix, if you have some spare

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Wez Furlong
It looks like the handling is broken. Try this: $ cd php-src/ext/pdo_odbc $ pear package $ sudo pear install PDO_ODBC-1.0RC1.tgz It doesn't prompt for the configure options anymore. --Wez. On 9/9/05, Greg Beaver <[EMAIL PROTECTED]> wrote: > Greg Donald wrote: > > On 9/9/05, Sebastian Bergmann

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Derick Rethans
On Sat, 10 Sep 2005, Wez Furlong wrote: > It seems like a good idea to have version_compare() grok the version string > too. It did understand it, it's just that the comparison (although correct) was just giving the wrong result because our version numbers where not in the correct order. Deri

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Wez Furlong
It seems like a good idea to have version_compare() grok the version string too. --Wez. On 9/10/05, Pierre Joye <[EMAIL PROTECTED]> wrote: > > > On 9/10/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > > I get this with the PHP_5_1 branch after downloading the .phar: > > > > Installing PEAR enviro

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Pierre Joye
On 9/10/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > I get this with the PHP_5_1 branch after downloading the .phar: > > Installing PEAR environment: /usr/local/lib/php/ > Error: .phar files require PHP 5.1 or newerInstalling build > environment: /usr/local/lib/php/build/ It was due to the bad ve

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-10 Thread Wez Furlong
I get this with the PHP_5_1 branch after downloading the .phar: Installing PEAR environment: /usr/local/lib/php/ Error: .phar files require PHP 5.1 or newerInstalling build environment: /usr/local/lib/php/build/ --Wez. On 9/9/05, Greg Beaver <[EMAIL PROTECTED]> wrote: > Greg Donald wrot

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-09 Thread Greg Beaver
Greg Donald wrote: > On 9/9/05, Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > >>[EMAIL PROTECTED] php-5.1 % make install >>exit 0; /usr/local/src/php/php-5.1/ext/sqlite/libsqlite/src/parse.y >>Installing PHP CLI binary:/usr/local/php-5.1/bin/ >>Installing PHP CLI man page: /usr/loca

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-09 Thread Greg Donald
On 9/9/05, Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] php-5.1 % make install > exit 0; /usr/local/src/php/php-5.1/ext/sqlite/libsqlite/src/parse.y > Installing PHP CLI binary:/usr/local/php-5.1/bin/ > Installing PHP CLI man page: /usr/local/php-5.1/man/man1/ > In

Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-09 Thread Sebastian Bergmann
Sebastian Bergmann schrieb: > Fatal error: Cannot redeclare class pear_validate in No really related, but still: Why is the PEAR_Validate class name lower-cased? -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6

[PHP-DEV] "make install" on PHP_5_1 does not work with PEAR

2005-09-09 Thread Sebastian Bergmann
[EMAIL PROTECTED] php-5.1 % make install exit 0; /usr/local/src/php/php-5.1/ext/sqlite/libsqlite/src/parse.y Installing PHP CLI binary:/usr/local/php-5.1/bin/ Installing PHP CLI man page: /usr/local/php-5.1/man/man1/ Installing PEAR environment: /usr/local/php-5.1/lib/php/ Notice