~ubuntu-branches/ubuntu/dapper/php5/dapper-proposed

« back to all changes in this revision

Viewing changes to debian/patches/052-phpinfo_no_configure.patch

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-5agt5xkcnt5q2kmt
Tags: 5.0.5-2ubuntu1
Resync with Debian, bringing in two security fixes, a file conflict fix,
and two 64-bit memory corruption and segfault fixes (no other changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- php4-4.3.11/ext/standard/info.c.orig        2005-07-10 06:23:11.000000000 +1000
 
2
+++ php4-4.3.11/ext/standard/info.c     2005-07-10 06:23:33.000000000 +1000
 
3
@@ -441,7 +441,7 @@
 
4
                php_info_print_table_start();
 
5
                php_info_print_table_row(2, "System", php_uname );
 
6
                php_info_print_table_row(2, "Build Date", __DATE__ " " __TIME__ );
 
7
-#ifdef CONFIGURE_COMMAND
 
8
+#if 0
 
9
                php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND );
 
10
 #endif
 
11
                if (sapi_module.pretty_name) {