Thank you, I made a mistake. I should have commit this to PHP_4_4 only probably. I'll revert head and check what needs to be done for PHP_4_4 branch.
Antony Dovgal wrote: > As far as I understand, you break 64bit build this way. > > On Fri, 22 Jul 2005 18:48:14 -0000 > "Yasuo Ohgaki" <[EMAIL PROTECTED]> wrote: > > >>yohgaki Fri Jul 22 14:48:14 2005 EDT >> >> Modified files: >> /php-src/ext/pgsql config.m4 >> Log: >> fix build with older postgresql >> >> >>http://cvs.php.net/diff.php/php-src/ext/pgsql/config.m4?r1=1.44&r2=1.45&ty=u >>Index: php-src/ext/pgsql/config.m4 >>diff -u php-src/ext/pgsql/config.m4:1.44 php-src/ext/pgsql/config.m4:1.45 >>--- php-src/ext/pgsql/config.m4:1.44 Sun May 29 19:16:43 2005 >>+++ php-src/ext/pgsql/config.m4 Fri Jul 22 14:48:14 2005 >>@@ -1,5 +1,5 @@ >> dnl >>-dnl $Id: config.m4,v 1.44 2005/05/29 23:16:43 sniper Exp $ >>+dnl $Id: config.m4,v 1.45 2005/07/22 18:48:14 yohgaki Exp $ >> dnl >> >> AC_DEFUN([PHP_PGSQL_CHECK_FUNCTIONS],[ >>@@ -44,7 +44,7 @@ >> fi >> done >> >>- for j in $PHP_LIBDIR $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres >>$PHP_LIBDIR/postgresql ""; do >>+ for j in lib lib/pgsql lib/postgres lib/postgresql ""; do >> if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then >> PGSQL_LIBDIR=$i/$j >> fi >> >>-- >>PHP CVS Mailing List (http://www.php.net/) >>To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > -- Yasuo Ohgaki -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php