Commit:    44a6fe84113c152fbd24ec3be6d75ef72c4fbd0f
Author:    Felipe Pena <felipe...@gmail.com>         Fri, 9 Nov 2012 21:22:27 
-0200
Parents:   417b1b238fe79aa6a70aa71b4bb473d88a0d097f
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=44a6fe84113c152fbd24ec3be6d75ef72c4fbd0f

Log:
- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared 
objects are not created)

Bugs:
https://bugs.php.net/63451

Changed paths:
  M  config.guess


Diff:
diff --git a/config.guess b/config.guess
index f32079a..d407b8c 100644
--- a/config.guess
+++ b/config.guess
@@ -532,7 +532,7 @@ EOF
                echo rs6000-ibm-aix3.2
        fi
        exit ;;
-    *:AIX:*:[456])
+    *:AIX:*:[4567])
        IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk 
'{ print $1 }'`
        if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; 
then
                IBM_ARCH=rs6000


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to