Skip to content

Instantly share code, notes, and snippets.

@v-mabarw
Created July 29, 2014 22:40
Show Gist options
  • Save v-mabarw/8cbdcf1ff6d0bf3c3675 to your computer and use it in GitHub Desktop.
Save v-mabarw/8cbdcf1ff6d0bf3c3675 to your computer and use it in GitHub Desktop.
CodePlex Issue #17186 Plain Text Attachments
Index: init.cpp
===================================================================
--- init.cpp (revision 49436)
+++ init.cpp (working copy)
@@ -699,8 +699,9 @@
php_info_print_table_start();
php_info_print_table_header(2, "sqlsrv support", "enabled");
+ php_info_print_table_end();
+
DISPLAY_INI_ENTRIES();
- php_info_print_table_end();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment