]> git.pld-linux.org Git - packages/php.git/blame - php-5.2.17-bug-52461.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.2.17-bug-52461.patch
CommitLineData
82f6b657
ER
1diff -up php-5.2.17/ext/standard/info.c.bug-52461 php-5.2.17/ext/standard/info.c
2--- php-5.2.17/ext/standard/info.c.bug-52461 2012-01-12 10:23:00.000000000 +0700
3+++ php-5.2.17/ext/standard/info.c 2012-01-12 10:23:27.000000000 +0700
4@@ -415,7 +415,7 @@ PHPAPI void php_print_info_htmlhead(TSRM
5
6
7 PUTS("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"DTD/xhtml1-transitional.dtd\">\n");
8- PUTS("<html>");
4c6c30f6 9+ PUTS("<html xmlns=\"http://www.w3.org/1999/xhtml\">");
82f6b657
ER
10 PUTS("<head>\n");
11 php_info_print_style(TSRMLS_C);
12 PUTS("<title>phpinfo()</title>");
This page took 0.029555 seconds and 4 git commands to generate.