From: Derick Rethans Date: Sat, 6 Oct 2001 20:13:39 +0000 (+0000) Subject: -
->
X-Git-Tag: PRE_PARAMETER_PARSING_API~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0bbfb590ca80117d1441cc4cbcf8a5b04c914a9;p=php -
->
--- diff --git a/ext/ccvs/ccvs.c b/ext/ccvs/ccvs.c index 903e8c00f2..3035c814d5 100644 --- a/ext/ccvs/ccvs.c +++ b/ext/ccvs/ccvs.c @@ -580,7 +580,7 @@ PHP_MINFO_FUNCTION(ccvs) { php_info_print_table_start(); php_info_print_table_header(2, "RedHat CCVS support", "enabled"); - php_info_print_table_row(2, "CCVS Support by", "Brendan W. McAdams <bmcadams@php.net>
& Doug DeJulio <ddj@redhat.com>"); + php_info_print_table_row(2, "CCVS Support by", "Brendan W. McAdams <bmcadams@php.net>
& Doug DeJulio <ddj@redhat.com>"); php_info_print_table_row(2, "Release ID", cvsid); php_info_print_table_row(2, "This Release Certified For CCVS Versions", "3.0 and greater"); php_info_print_table_end(); diff --git a/ext/muscat/muscat.c b/ext/muscat/muscat.c index 3e538d7145..db0dadf3ee 100644 --- a/ext/muscat/muscat.c +++ b/ext/muscat/muscat.c @@ -131,7 +131,7 @@ PHP_MINFO_FUNCTION(muscat) { php_info_print_table_start(); php_info_print_table_header(2, "muscat support", "enabled"); - php_info_print_table_row(2, "Muscat/Empower 1.5 Module for PHP version 4.0
Copyright (c) 2000 Ananova Ltd","For information on Muscat/Empower without php see www.smartlogik.com
Muscat and Empower are probably trade marks"); + php_info_print_table_row(2, "Muscat/Empower 1.5 Module for PHP version 4.0
Copyright (c) 2000 Ananova Ltd","For information on Muscat/Empower without php see www.smartlogik.com
Muscat and Empower are probably trade marks"); php_info_print_table_row(2, "muscat path", PHP_MUSCAT_DIR); php_info_print_table_end(); diff --git a/ext/notes/php_notes.c b/ext/notes/php_notes.c index 8b0367aa8c..680a8893c4 100644 --- a/ext/notes/php_notes.c +++ b/ext/notes/php_notes.c @@ -2317,7 +2317,7 @@ STATUS LNPUBLIC ReadSummaryData /* Print the note ID. */ - php_printf ("\nNote ID is: %lX.\n
", SearchMatch.ID.NoteID); + php_printf ("\nNote ID is: %lX.\n
", SearchMatch.ID.NoteID); /* Print the summary data. */ diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index e7513faae7..2d7d99a474 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -1018,7 +1018,7 @@ static void oci_debug(const char *format, ...) vsnprintf(buffer, sizeof(buffer)-1, format, args); va_end(args); buffer[sizeof(buffer)-1] = '\0'; - php_printf("OCIDebug: %s
\n", buffer); + php_printf("OCIDebug: %s
\n", buffer); } } diff --git a/ext/ovrimos/ovrimos.c b/ext/ovrimos/ovrimos.c index e9f8098c75..8d81131790 100644 --- a/ext/ovrimos/ovrimos.c +++ b/ext/ovrimos/ovrimos.c @@ -36,7 +36,7 @@ PHP_MINFO_FUNCTION(ovrimos) { - php_printf(""Ovrimos" module
\n"); + php_printf(""Ovrimos" module
\n"); } /* Main User Functions diff --git a/ext/standard/dl.c b/ext/standard/dl.c index d033dce989..185c42df69 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -215,7 +215,7 @@ void php_dl(pval *file, int type, pval *return_value) PHP_MINFO_FUNCTION(dl) { - PUTS("Dynamic Library support not available
.\n"); + PUTS("Dynamic Library support not available
.\n"); } #endif diff --git a/ext/standard/info.c b/ext/standard/info.c index 8543ccf360..df8a71cc75 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -225,7 +225,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC) } PUTS("?="ZEND_LOGO_GUID"\" border=\"0\" align=\"right\" alt=\"Zend logo\">\n"); } - php_printf("This program makes use of the Zend Scripting Language Engine:
"); + php_printf("This program makes use of the Zend Scripting Language Engine:
"); zend_html_puts(zend_version, strlen(zend_version)); php_info_print_box_end(); efree(php_uname); @@ -343,7 +343,7 @@ PHPAPI void php_info_print_table_start() PHPAPI void php_info_print_table_end() { - php_printf("
\n"); + php_printf("
\n"); } diff --git a/main/main.c b/main/main.c index 6b01a62c28..6c97ce970d 100644 --- a/main/main.c +++ b/main/main.c @@ -418,7 +418,7 @@ static void php_error_cb(int type, const char *error_filename, const uint error_ char *error_format; error_format = PG(html_errors) ? - "
\n%s: %s in %s on line %d
\n" + "
\n%s: %s in %s on line %d
\n" : "\n%s: %s in %s on line %d\n"; if (PG(xmlrpc_errors)) { error_format = do_alloca(1024); diff --git a/main/php_ini.c b/main/php_ini.c index b1d40daf52..bbba47920e 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -87,7 +87,7 @@ static int php_ini_displayer(zend_ini_entry *ini_entry, int module_number TSRMLS PUTS(""); PUTS(""); PHPWRITE(ini_entry->name, ini_entry->name_length-1); - PUTS("
"); + PUTS("
"); php_ini_displayer_cb(ini_entry, ZEND_INI_DISPLAY_ACTIVE); PUTS(""); php_ini_displayer_cb(ini_entry, ZEND_INI_DISPLAY_ORIG);