jani            Tue Jun  2 19:54:22 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/scripts    phpize.m4 
  Log:
  MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
  
http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.10&r2=1.17.2.3.2.11&diff_format=u
Index: php-src/scripts/phpize.m4
diff -u php-src/scripts/phpize.m4:1.17.2.3.2.10 
php-src/scripts/phpize.m4:1.17.2.3.2.11
--- php-src/scripts/phpize.m4:1.17.2.3.2.10     Sat May  9 20:36:35 2009
+++ php-src/scripts/phpize.m4   Tue Jun  2 19:54:22 2009
@@ -77,6 +77,7 @@
 ],[
   PHP_DEBUG=no
 ])
+CPPFLAGS=$old_CPPFLAGS
 AC_MSG_RESULT([$PHP_DEBUG])
 
 AC_MSG_CHECKING([if zts is enabled])



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

Reply via email to