[Pkg-php-commits] [php/debian-sid] Refreshed 052-phpinfo_no_configure.patch

Ondřej Surý ondrej at sury.org
Sun Feb 7 23:17:14 UTC 2010


---
 debian/patches/052-phpinfo_no_configure.patch |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/052-phpinfo_no_configure.patch b/debian/patches/052-phpinfo_no_configure.patch
index 89b37e8..c1da78b 100644
--- a/debian/patches/052-phpinfo_no_configure.patch
+++ b/debian/patches/052-phpinfo_no_configure.patch
@@ -1,6 +1,6 @@
---- pkg-php.orig/ext/standard/info.c
-+++ pkg-php/ext/standard/info.c
-@@ -668,7 +668,7 @@ PHPAPI void php_print_info(int flag TSRM
+--- a/ext/standard/info.c
++++ b/ext/standard/info.c
+@@ -693,7 +693,7 @@ PHPAPI void php_print_info(int flag TSRM
  #ifdef ARCHITECTURE
  		php_info_print_table_row(2, "Architecture", ARCHITECTURE);
  #endif
@@ -9,8 +9,8 @@
  		php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND );
  #endif
  
---- pkg-php.orig/ext/standard/tests/general_functions/phpinfo.phpt
-+++ pkg-php/ext/standard/tests/general_functions/phpinfo.phpt
+--- a/ext/standard/tests/general_functions/phpinfo.phpt
++++ b/ext/standard/tests/general_functions/phpinfo.phpt
 @@ -20,7 +20,6 @@ PHP Version => %s
  
  System => %s
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list