--- embedaddon/php/sapi/aolserver/aolserver.c 2012/05/29 12:34:35 1.1.1.2 +++ embedaddon/php/sapi/aolserver/aolserver.c 2013/07/22 01:32:13 1.1.1.3 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2012 The PHP Group | + | Copyright (c) 1997-2013 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -22,7 +22,7 @@ * - CGI/1.1 conformance */ -/* $Id: aolserver.c,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $ */ +/* $Id: aolserver.c,v 1.1.1.3 2013/07/22 01:32:13 misho Exp $ */ /* conflict between PHP and AOLserver headers */ #define Debug php_Debug @@ -205,7 +205,7 @@ static void php_info_aolserver(ZEND_MODULE_INFO_FUNC_A int i; php_info_print_table_start(); - php_info_print_table_row(2, "SAPI module version", "$Id: aolserver.c,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $"); + php_info_print_table_row(2, "SAPI module version", "$Id: aolserver.c,v 1.1.1.3 2013/07/22 01:32:13 misho Exp $"); php_info_print_table_row(2, "Build date", Ns_InfoBuildDate()); php_info_print_table_row(2, "Config file path", Ns_InfoConfigFile()); php_info_print_table_row(2, "Error Log path", Ns_InfoErrorLog());