X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=php-tld.patch;fp=php-tld.patch;h=28e3fe22a42673ee29d36d6d7f9e7a7ff4b66f74;hb=a1055d9d3a75d1de366de2c14552b47ce05e17bd;hp=0000000000000000000000000000000000000000;hpb=39e986c65fa4422cb6d10c677e5959a2dbc9b7c4;p=packages%2Fphp.git diff --git a/php-tld.patch b/php-tld.patch new file mode 100644 index 0000000..28e3fe2 --- /dev/null +++ b/php-tld.patch @@ -0,0 +1,19 @@ +--- php-5.5.0alpha1/ext/standard/info.c~ 2012-11-13 22:00:16.000000000 +0200 ++++ php-5.5.0alpha1/ext/standard/info.c 2012-11-18 23:37:48.607735302 +0200 +@@ -794,6 +794,17 @@ + zend_html_puts(zend_version, strlen(zend_version) TSRMLS_CC); + } + php_info_print_box_end(); ++ /* TLD Linux */ ++ php_info_print_box_start(0); ++ if (!sapi_module.phpinfo_as_text) { ++ php_info_print(""); ++ } ++ php_info_print("This server is using TLD Linux."); ++ if (!sapi_module.phpinfo_as_text) ++ php_info_print("
More information at
http://www.tld-linux.org/.
\n"); ++ else ++ php_info_print("\nMore information at http://www.tld-linux.org/.\n"); ++ php_info_print_box_end(); + efree(php_uname); + }